Skip to content

scperkins/django-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-polls

Getting Started

Setup

  1. Make a python virtualenv in your chosen directory: virtualenv env
  2. Activate the virtual environment: source env/bin/activate
  3. Install Django from pip: pip install Django
  4. Optional: edit TIMEZONE in manage.py to match your timezone
  5. Run the server python manage.py runserver
  6. Check localhost:8000
  7. Proceed with the tutorial

About

The Django Tutorial: https://docs.djangoproject.com/en/1.7/intro/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published