Skip to content

luangong/django-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published