Problem with admin after moving to another machine

2009-07-07 Thread Diogo Baeder
Hi there, I started to have this error: http://dpaste.com/64355/ while trying to access my admin site, after I moved my website from one machine (my desktop) to the other (my laptop). I already restored my PostgreSQL database, and recreated the superuser (while trying to solve this problem), b

Cannot access admin site after update

2009-07-06 Thread Diogo Baeder
Hi, guys, Got this after updating my django trunk working copy to r.11199, and cannot access the admin site anymore: http://dpaste.com/63968/ Any ideas of what it might be? Diogo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Global custom tags

2009-07-02 Thread Diogo Baeder
te, in the frontend. I know that I must create a "templatetags" subdirectory, to act as a module, inside the apps, if I want to create a template tag for that app, but what if I want to make it visible to all apps and callable from a base template? Thanks! ________