Re: Customizing the Django Admin Interface

2012-09-16 Thread hevok
browser as they are often kept in cache. Best regards, Hevok On Sunday, September 16, 2012 8:25:18 AM UTC+2, JJ Zolper wrote: > > Hello, > > I was able to locate the Django files for the admin under contrib in the > source. I was curious if I could get some tips about customizing t

Re: Newbie, trying [read: failing] to set up Django

2012-09-16 Thread hevok
You need the PostgreSQL database adapter for Python: pip install psycopg2 or easy_install psycopg2 Cheers, Hevok On Sunday, September 16, 2012 4:28:12 AM UTC+2, Helly wrote: > > Hello all, > > I've been trying to set up Django for quite some time now. I'm on Mac OS X &

Re: Customizing the Django Admin Interface

2012-09-17 Thread hevok
--customizing-the-django-admin There is also django-grappelli<https://github.com/sehmaschine/django-grappelli>which illustrates how to customize the admin in an excellent way. Regards, Hevok On Monday, September 17, 2012 10:57:30 PM UTC+2, JJ Zolper wrote: > > Hevok so what are t

Re: Strange rendering behaviour in template/user/auth

2012-09-20 Thread hevok
Hola Lachlan, Are you passing the `context_instance=RequestContext(request)` to all templates? It should provide the user tag. Bests, Hevok On Friday, September 21, 2012 12:20:04 AM UTC+2, Lachlan Musicman wrote: > > Hola, > > I've noticed for a while that my home/index page w

Re: Strange rendering behaviour in template/user/auth

2012-09-20 Thread hevok
}}` in the template, but I wouldn't recommend it. RequestContext automatically populates everything for you with nice variable names. Cheers, Hevok On Friday, September 21, 2012 12:50:13 AM UTC+2, Lachlan Musicman wrote: > > On Fri, Sep 21, 2012 at 10:29 AM, hevok > > wrote: