Tagged Questions
0
votes
0answers
104 views
Unresponsive Django app
I am running a Django app using Apache and mod_python, and the app has stopped responding to HTTP requests. I cannot find a cause for the problem because
- Apache is still responsive, and static pages ...
1
vote
0answers
637 views
Django-cms problems on apache server
I've installed Django 1.3 with django-cms. All is working perfect under self development webserver. While I install a fresh copy based on apache + mod_python, it has some problems that not meet in ...
14
votes
4answers
2k views
get the version of django for application
I am starting a new( actually very old) project which I know is in django. I am getting lost knowing the exact version of django it has been build upon. Is there any way I can know the version of ...
0
votes
1answer
141 views
How can I make sure that the urls work the same in built-in web-server and Apache
The situation is:
I have Apache with mod_python on windows xp and my django project is not in the document root.
The Django project location is defined with the tag. The django.root ist also defined ...