Hi All
I hope someone can help with a really frustrating problem I'm having.
I have the following models
class Output(models.Model):
title = models.CharField(u'Title', max_length=1024, db_index=True)
ingest_time = models.DateTimeField(u'Ingest timestamp'
, default=datetime.now())
un 18, 7:15 am, Ian wrote:
> On Jun 17, 8:50 am, "c.poll...@bangor.ac.uk"
> wrote:
>
>
>
> > Hi all
>
> > i have an application in django that is used by our academics to apply
> > for approval for projects
>
> > So it will be used by ma
Hi all
i have an application in django that is used by our academics to apply
for approval for projects
So it will be used by many different people many of whom will be cut
and pasting scientific information from MS Word into text fields in
django forms
Underneath it all is an oracle database (t
3 matches
Mail list logo