Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 562 Bytes

File metadata and controls

22 lines (12 loc) · 562 Bytes

django-tutorial-mysite

MySite is a simple Django Project based on the Django Tutorial at https://docs.djangoproject.com

It uses the tutorial-django-polls application.

Quick start

  1. Install Apache with mod_wsgi

  2. Check out the polls application, package it, and use pip to install it

  3. Run python manage.py syncdb to create the polls models.

  4. Add mysite.httpd to your Apache Sites directory

  5. Modify the new sites file to handle static files

  6. Restart apache