Re: Having some problems with admin css and such

2011-01-23 Thread Wes Wagner
Figured it out... STATICFILES_DIRS = ( STATIC_ROOT,) Had to add my static root directory to the static files dir... Am I doing something kludgy or is the current documentation revision in the SVN wrong? -Wes On Jan 23, 10:32 am, Wes Wagner <wes.wag...@gmail.com> wrote: > I jus

Having some problems with admin css and such

2011-01-23 Thread Wes Wagner
of them under runserver. (not found) Thus admin runs without any css or graphics Settings: MEDIA_ROOT = '' MEDIA_URL = '' STATIC_ROOT = "C:/Users/Wes Wagner/PycharmProjects/APP/static/" STATIC_URL = '/static/' ADMIN_MEDIA_PREFIX = '/static/admin/' in URLS I a

General question about NOT EXISTS...

2010-12-06 Thread Wes Wagner
of a sql where not exists clause. Is there a way to do this without using .extra() and using just normal django? -Wes Wagner -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@google

Re: How to make base.html a little more useful?

2010-10-31 Thread Wes Wagner
That switched the lightbulb on above my head. Thanks! -Wes On Oct 31, 8:16 am, Shawn Milochik wrote: > Context processors, or a custom template tag, as described in James Bennett's > book, "Practical Django Projects." -- You received this message because you are

How to make base.html a little more useful?

2010-10-31 Thread Wes Wagner
into base.html with every view call. Each time the left nav in base.html would be rendered it would need to draw data from a couple different apps I have installed on the site. Can someone point me in the right direction? -Wes Wagner -- You received this message because you are subscribed to the Google