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 <condor.c...@gmail.com> wrote:
> I went through and deleted all the pyc files and still seeing default
> admin.
>
> On Mar 24, 10:11šam, Artem <pensivekee...@gmail.com> 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 files from another..
> > I guess I mistakenly ran dev-servers with root account, so python
> > could put .pyc files into that folder...
> > I made a simple script to remove all pyc files from sources
>
> > On 24 ÍÁÒ, 10:27, gondor <condor.c...@gmail.com> wrote:
>
> > > 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 i'm looking for suggestions on what to look
> > > for and where to look.
>
> > > None of the template/admin/ admin template modifications are
> > > visible...
>
> > > (r'^(.*),admin.site.root)
>
> > > Any suggestions or recommendations are very welcome.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to