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
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
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
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
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
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
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
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
8 matches
Mail list logo