Re: Admin page: How to add a column for user that added an item

2008-10-29 Thread Robert Dailey
On Oct 28, 2:47 pm, Robert Dailey <[EMAIL PROTECTED]> wrote: > On Oct 28, 11:17 am, Steve Holden <[EMAIL PROTECTED]> wrote: > > > > > Robert Dailey wrote: > > > On Oct 28, 10:29 am, Steve Holden <[EMAIL PROTECTED]> wrote: > > > >> Rober

Re: Admin page: How to add a column for user that added an item

2008-10-28 Thread Robert Dailey
On Oct 28, 11:17 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Robert Dailey wrote: > > On Oct 28, 10:29 am, Steve Holden <[EMAIL PROTECTED]> wrote: > > >> Robert Dailey wrote: > > >>> Hi, > > >>> I currently have the follow

Re: Admin page: How to add a column for user that added an item

2008-10-28 Thread Robert Dailey
On Oct 28, 10:29 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Robert Dailey wrote: > > Hi, > > > I currently have the following model: > > > class Note( models.Model ): > >    content = models.TextField() > > > I've setup the admin page to

Admin page: How to add a column for user that added an item

2008-10-28 Thread Robert Dailey
Hi, I currently have the following model: class Note( models.Model ): content = models.TextField() I've setup the admin page to allow users to add "notes", which basically lets them fill in the content variable. However, on the admin page I want to add a column to show the user that add

Re: Serving static files?

2008-09-05 Thread Robert Dailey
On Sep 1, 1:32 am, Davor Lučić <[EMAIL PROTECTED]> wrote: > If you are using Apache you can use mod_rewrite. > > http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html > > On Aug 31, 10:08 pm, Robert <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I just got done reading through the 4 django tutorials a

Re: Developing django on windows

2008-09-04 Thread Robert Dailey
On Sep 4, 3:39 pm, Robert Dailey <[EMAIL PROTECTED]> wrote: > Hi, > > I plan to host my production copy of my django project on a linux/ > apache setup, however for my development I want to do a checkout > through subversion and work exclusively on windows as I develop. This

Developing django on windows

2008-09-04 Thread Robert Dailey
Hi, I plan to host my production copy of my django project on a linux/ apache setup, however for my development I want to do a checkout through subversion and work exclusively on windows as I develop. This means I want to be able to run just the test server for django on windows while I develop t

Need suggestions on subversion structure for project

2008-09-04 Thread Robert Dailey
Hi, First, let me start by explaining what my goals are: - Have a django project & its apps in version control - Have all of the templates the apps will use in the same version control - Have all static content (images, css, etc) in the same version control. So far, this is the directory structu