Skip to content

A recreation of the official Django documentation tutorial, with personal modifications to reflect progress in the field.

Notifications You must be signed in to change notification settings

AkshayB2017/DjangoPolls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

This is the execution of the popular and official tutorial provided by the Django Documentation. By no means is it extensive, yet it provides a good first exposure to the Django framework for enthusiasts who want to begin somewhere.

Note: There are a couple of faults in the submitted code, including a bug which for some inexpliciable reason has not been rectified after adding the test condition and the corrected code. Also the website has two components, the admin and the polls. The polls are accessed by using polls/x where x is a number which indicates the number assigned to a question.

  1. Setting up the app

Assuming Django is already set up on your system, use cd and enter a directory to store all your code into, and then run the following code: django-admin startproject mysite

This creates a mysite directory in the current directory. Startproject gives you something like this:

mysite/ manage.py mysite/ init.py settings.py urls.py wsgi.py

About

A recreation of the official Django documentation tutorial, with personal modifications to reflect progress in the field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published