Skip to content

A Django project to teach effective end-to-end testing

Notifications You must be signed in to change notification settings

jerivas/blog-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Posts

Demo application for the tutorial "Effective end-to-end testing for Django"

Quickstart

Fork this repository, then:

git clone https://github.com/<your user>/blog-posts
cd blog-posts
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

The application should be running at http://localhost:8000.

Chapters

Checkout the chapters branch for solutions to each section of the tutorial.

About

A Django project to teach effective end-to-end testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published