[no subject]

2019-03-30 Thread carol caro
Hello. I am a new or beginner django developer. Where do I start from I have installed python and integrated with Django framework but I don't know what to do next -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: ANN: Django website redesign launched

2014-12-16 Thread Carol Willing
Thanks to all that made this happen. Much more user friendly. Bravo! > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.c

Re: HELP! pysqlite2 FTS3 and datetime not returning datetime

2009-08-03 Thread Carol Hatcher
seems like too much work for the 12 date fields I have in my models. Thanks again for you quick response. Carol Hatcher. On Aug 3, 8:55 am, Karen Tracey wrote: > On Sun, Aug 2, 2009 at 7:06 PM, Carol Hatcher wrote: > > > Hi, > > > I'm using Django 1.0 and 1.1, pysqlite2

Re: howto change FileField value in model.save() ?

2009-08-02 Thread Carol Hatcher
): files.upload_to = 'secret_uploads' super(Seed, self).save(force_insert, force_update) # Call the "real" save() method. return Hope this helps, Carol Hatcher On Jul 31, 9:58 pm, Shuge Lee wrote: > Take a look here > > http://dpaste.com/73953/ > &

HELP! pysqlite2 FTS3 and datetime not returning datetime

2009-08-02 Thread Carol Hatcher
what might be going wrong here? Thanks in advance, Carol Hatcher --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To uns

Re: Install version .90 help

2008-09-18 Thread Carol
that you have your DATABASE settings correct: DATABASE_NAME DATABASE_ENGINE DATABASE_USER DATABASE_PASSWORD DATABASE_HOST DATABASE_PORT hope this helps. -carol On Sep 18, 2:55 pm, KillaBee <[EMAIL PROTECTED]> wrote: > I am working with django .90, and and 1.0. I have a Mysql db in >

external app authentication?

2008-09-18 Thread Carol
y these days...) Does all this seem reasonable? Am I going about this the right way? If so, what could be the causing the trouble? Apache configuration? python 2.4 versus 2.5? postgres vs mySql? Home versus work? Thanks for attention. Best wishes, Carol --~--~-~--~~~-