The standalone package contains all needed files in one directory. For example: /var/www/YourSite/
All guides used these example directory structure:
| /var/www/YourSite/ | htdocs respectively DocumentRoot |
| /var/www/YourSite/django/ | django files |
| /var/www/YourSite/pylucid_project/ | PyLucid |
| /var/www/YourSite/media/ | static files root directory |
| /var/www/YourSite/media/PyLucid/ | PyLucid media files, from: pylucid_project/media/PyLucid/ |
| /var/www/YourSite/media/django/ | Django admin media files, from: django/contrib/admin/media |
These files must be rename/edited:
| /var/www/YourSite/local_settings.py | must be created, see: example local_settings.py |
| /var/www/YourSite/manage.py | Only useable in shell |
| /var/www/YourSite/index.fcgi | fastCGI dispatcher file, must not edited |
| /var/www/YourSite/index.wsgi | mod_WSGI dispatcher file, must not edited |
| /var/www/YourSite/index.cgi | CGI dispatcher file, must not edited |
| /var/www/YourSite/install_pylucid.cgi | install CGI script important: delete it after install! |
| /var/www/YourSite/default.htaccess | rename to .htaccess and adjust it |
django-processinfo: 5.6 ms of 291.2 ms (1.9%)