Re: ignore urls

2009-04-27 Thread David Keegan
ave a look at the documentation for the Location directive in the > Apache manual. Also have a look at LocationMatch. They're different and, > in particular, Location is a much more specific match and doesn't > extrapolate to treating the URL you've specified as the root of a > sub-tre

Re: get and display html from another site

2009-04-26 Thread David Keegan
That worked great! Thx David Keegan On Apr 25, 2009, at 7:09 AM, Karen Tracey <kmtra...@gmail.com> wrote: > On Sat, Apr 25, 2009 at 4:30 AM, keegan3d <keega...@gmail.com> wrote: > > Im building a site that uses wordpress for the blog, and django for > everything else. I

Re: requiring fields in the admin page

2008-07-01 Thread David Keegan
Awesome! thanks On Jul 1, 2008, at 2:15 AM, Julien wrote: > > By default all items are required. To make a field optional you have > to use blank=True. > Some interesting reading here: > http://www.b-list.org/weblog/2006/jun/28/django-tips-difference-between-blank-and-null/ > > On Jul 1, 7:10