Django Celery throwing runtime warnings for naive times

2014-04-28 Thread heidi
I run an online game with Django 1.6 and Celery 3.1.11. Kombu is 3.0.15. Recently I had problems with Celery and DST, so I decided to run the whole site on UTC and save myself the bother of worrying about timezones. The relevant parts of my settings.py: TIME_ZONE = 'UTC' USE_TZ = True C

Database update weirdness

2014-02-04 Thread heidi
I am developing a game in which the quantity of rebels updates after a turn change. Rebels are represented as integers from 0 to 100 in the (MySQL) database. When I save, this happens: print world.rebels>>> 0 rebstab = 0 world.rebels += rebstab world.save() print world.rebels>>> 0 However,

Re: Weird deletions in Django

2014-02-04 Thread heidi
On Tuesday, February 4, 2014 6:37:55 AM UTC, Avraham Serour wrote: > > Sending an email can be faulty, I would use a logger and write the > stacktrace > Also, is it possible that something other than you django application it's > agreeing the database? > I have a forum accessing the database but

Collapsible inlines in Django Admin

2014-02-03 Thread heidi
Is there an up-to-date option for allowing collapsible inlines in the Django admin site? I've looked at https://code.djangoproject.com/ticket/494, How to add 'collapse' to a Django StackedInlineand

Weird deletions in Django

2014-02-03 Thread heidi
I have a web game in which an alliance can have multiple members. This is represented by a foreign key field on each member's class (seeing as a member can only be part of one alliance). I've been getting weird instances of worlds and alliances being deleted. I narrowed it down to where I wa

Re: Password reset not working.

2014-01-30 Thread heidi
Thank you so much! Fixed now. How I missed that I have no idea. -- 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.com. To pos

Password reset not working.

2014-01-30 Thread heidi
I'm using Django 1.6.1, and password reset is not working. When users enter their email, 502 occurs and this is sent to me: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 114, in get_response response = wrapped_callback

Upload files

2008-04-08 Thread Heidi Bustamante
Hello, anyone has an example of how to upload images, I also doubt if the same thing to upload any files (pdf, zip, etc.)? Heidi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Get number of the day

2008-04-01 Thread Heidi Bustamante
Hello A date anyone, how to get the number of the day that corresponds Thanks Heidi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj