I would guess your quickest way forward is to change backends, as it
appears that this is a larger issue with database transactions between
threads, which is a couple of years old.
I've been tinkering with LocalMemCache for a really small site, and
django-redis-cache as a toy, I know that some hav
A few things to check:
Is runserver (python manage.py runserver) running? does it crash when
you try to submit your form?
Have you done a syncdb successfully? If so, then django can connect to
your database, and that's probably not the problem.
I would guess it's something in your view (or maybe
On Jan 22, 6:28 pm, Jason wrote:
> Are there any gotchas when using the current 'pip' version Pinax using
> the account_project in Django 1.2?
The only "gotchas" that I've really had on Pinax dev are around social
features, namely group url routing. It was easy enough to work
around.
Building U
3 matches
Mail list logo