Skip to content

anupr/django-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-demo

Django demo project

  1. Clone the repository

    $ git clone https://github.com/anupr/django-demo.git

  2. create virtualenv virtualenvwrapper

$ mkvirtualenv djangodemoenv

  1. Install all requirements

$ pip install -r requirements.txt

  1. Run syncdb to setup the database

$ python manage.py syncdb

  1. Run the django server

$ python manage.py runserver

  1. Access the application http://127.0.0.1:8000

About

Django demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published