On 29 November 2010 21:15, Karen Tracey wrote:
> On Mon, Nov 29, 2010 at 6:56 AM, Tim Bowden wrote:
>>
>> When installing django from an official release tarball onto Ubuntu
>> 10.04 python 2.6, (python setup.py install) it installs to
>> /usr/local/lib/python2.6
updated or is this a bug in the packaging?
Regards,
Tim Bowden
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send e
t did you get without the __unicode__ method?
You may need to provide a little more info. See
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html (in particular the
"It doesn't work" section).
Tim Bowden
--~--~-~--~~~---~--~~
You received this message
On Wed, 2009-09-23 at 20:32 -0700, Tim wrote:
> Is there a Windows version of Django?
See the install docs:
http://docs.djangoproject.com/en/dev/topics/install/
HTH
Tim Bowden
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
e model and runing syncdb, log into the database and do:
SELECT setval('my_pk_seq', 2009001);
where 'my_pk_seq' is the name of the sequence for the primary key of
the table in question.
HTH,
Tim Bowden
--~--~-~--~~~---~--~~
You received this mes
I'm getting started with django (& python), and having a bit of a play
with the admin app while doing the tutorial. So far all good, but how
do I set the date field to be locale dependent, ie, display & accept
dates using a format that makes sense for my locality, ie, DD/MM/YYYY?
I'm new to Django, and trying to build a small app against a legacy
database. A couple of the tables have primary keys of the form:
pk_field integer default nextval('pf_field_id_seq'::regclass)
I've used inspectdb to get a starting models.py, but how is this best
handled in
7 matches
Mail list logo