Re: Admin theme started reverting to default

2011-03-24 Thread Artem
All from project and from django source? Try to remove all the pyc files from python packages, clear cache if used, copy django into project folder, restart server. If you really didn't change anything in sources it must be cache problem at some level On 25 мар, 06:28, gondor wrote: > I went thro

Re: Admin theme started reverting to default

2011-03-24 Thread gondor
I went through and deleted all the pyc files and still seeing default admin. On Mar 24, 10:11 am, Artem wrote: > I had something similar with several test projects running on my > machine. > The problem was - auto-generated .pyc files in django sources.. one > project user precompiled\precached f

Re: Admin theme started reverting to default

2011-03-24 Thread Artem
I had something similar with several test projects running on my machine. The problem was - auto-generated .pyc files in django sources.. one project user precompiled\precached files from another.. I guess I mistakenly ran dev-servers with root account, so python could put .pyc files into that fold

Admin theme started reverting to default

2011-03-24 Thread gondor
I don't know if anyone has has this problem. I have been using the test django server and it has always rendered my customized admin panel correctly. One day out of the blue the admin panel just started using the default. I don't think I made any changes. I understand this is kind of vague but