Releases: idflores/django-tutorial
Releases · idflores/django-tutorial
Completed Tutorial with Project Download
Completed the Django tutorial at https://djangoproject.com.
The tutorial package for django-polls
has been built and can be downloaded here.
Install the downloaded Django app by performing in your project directory:
pip install --user /path/to/the/download/django-polls-0.0.3.tar.gz
Application BEFORE Testing Implementation
Following the Django Tutorial. Tagged commit before the tutorial introduced "Automated Testing" with the implementation of "Generic Views".
Application BEFORE Generic Views Implementation
Following the Django Tutorial. Tagged commit before the tutorial introduced "Generic Views" which will require significant restructuring of the code.