Changes between Version 8 and Version 9 of django_apache_and_mod_wsgi
- Timestamp:
- Oct 27, 2008, 9:41:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
django_apache_and_mod_wsgi
v8 v9 11 11 == Configuration of Apache and mod_wsgi == 12 12 13 In this section I will take you t rough an example, the django application is called dj_survey. This application is part of a project called "dj_project".13 In this section I will take you through an example, the django application is called dj_survey. This application is part of a project called "dj_project". 14 14 15 15 The {{{urls.py}}} I used to serve the application with the Django built-in development server: