You are not logged in.

Change Language:

Profile for Shiva

Name Shiva
Email Address n/a
Posts1
  • 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.


Powered by Sphene Community Tools