MySite is a simple Django Project based on the Django Tutorial at https://docs.djangoproject.com
It uses the tutorial-django-polls application.
-
Install Apache with mod_wsgi
-
Check out the polls application, package it, and use pip to install it
-
Run
python manage.py syncdb
to create the polls models. -
Add mysite.httpd to your Apache Sites directory
-
Modify the new sites file to handle static files
-
Restart apache