| Name | Shiva |
|---|---|
| Email Address | n/a |
| Posts | 1 |
-
- 2010-07-23 13:27:39
- Deployin Django Issues
- Board » General Category » General Discussion
-
I'm using Django version 1.21. I'm deploying it using Apache and mod_wsgi. Everything is working normally except that for some reason old versions of files are being served randomly. For example I changed my urls.py file several times and for some reason older versions of the urls.py are being used at random. I made a urls2.py file and changed the appropriate setting in settings.py to urls2.py. Now when I load the page it still randomly loads urls.py even though I changed settings.py to use urls2.py and I deleted urls.py.
So basically old versions of files are being used and files I deleted are being used somehow. I can't think of anywhere where the old data is being stored and why it is being used at random.
Plese help.


