Skip to content

Releases: idflores/django-tutorial

Completed Tutorial with Project Download

31 May 21:11
Compare
Choose a tag to compare

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

30 May 20:03
Compare
Choose a tag to compare

Following the Django Tutorial. Tagged commit before the tutorial introduced "Automated Testing" with the implementation of "Generic Views".

Application BEFORE Generic Views Implementation

30 May 19:29
Compare
Choose a tag to compare

Following the Django Tutorial. Tagged commit before the tutorial introduced "Generic Views" which will require significant restructuring of the code.