List of changes:
- Moved static files (css, .js, images, etc.) to config/static (NEW DJANGO LAYOUT)
- Moved manage.py to one top-level dir (NEW DJANGO LAYOUT)
- Removed local_settings. Using settings.py for development now.
- Changes in settings.py to work with Django 1.4
- Changed templates to use STATIC_URL instead of MEDIA_URL
- Changes apache/production.py, apache/ispdb.wsgi and apache/wsgi.conf to use recommended WSGI functions of Django 1.4
- Added csrf_token to post forms
- Changes in urls.py to use new staticserve methods