GitHub - luangong/django-tutorial: Source code for the official Django tutorial · GitHub
Skip to content

luangong/django-tutorial

Folders and files

Repository files navigation

Django Tutorial

The project contains the source code for the official Django tutorial at https://docs.djangoproject.com/en/1.10/intro/

Setting Up

$ cd django-tutorial
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ ./manage.py migrate

Running

$ ./manage.py runserver

About

Source code for the official Django tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors