tickets: 8587
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8587 | 2008-08-27 06:45:56 | 2008-09-07 23:05:43 | 2022-03-06 03:42:39.007686 | Unreviewed | closed | Documentation | dev | invalid | Documentation not clear for apache-mopython | Hello, First, let me thank the documentation team and the designer team of Django. It's because of the excellent documentation and the clean interface I'm now very much interested in learning Django. Now into my request. I'm not understanding the documentation for apache and mod-python outlined in http://www.djangoproject.com/documentation/modpython/. I feel this page needs more attention and details. I dont know where I start from and haven't feel confident of using apache after reading the tutorial. Since all of us want to deploy django at some point of time on a real server and not use the built in development server, this page needs more information from the very basics. for example, this is from the apache mod-python documentation page. <Location "/mysite/"> SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings PythonOption django.root /mysite PythonDebug On </Location> …and replace mysite.settings with the Python import path to your Django project’s settings file. It'd have been easier, if you have taken an example and explained where mysite resides and with a sample mysite.settings etc., I hope am making sense. Thank you, Shakthi | nobody | shakthi | apache, mod-python | 0 | 0 | 0 | 0 | 0 | 0 |