Or any other database that you would be familiar with or could easily
get help for. SQLite3 is great for single-process tasks and simple
development. It can't however handle simultaneous writes (other
databases supported by Django can handle simultaneous writes)

  As you use multiple threads/processes, it's very likely that
processes try to write to database at the same time, which causes the
erorr you're getting.

   HTH

     Jirka

On 07/05/2011, Andy McKay <a...@clearwind.ca> wrote:
>
> On 2011-05-06, at 7:01 PM, Robert Ray wrote:
>
>> I''im using Django 1.3 with Djcelery and Djkombu on Windows7. When I'm
>
>> Can anyone give me any help? Thanks in advance!
>
>
> You are using sqlite? Don't use that, use postgresql instead.
> --
>   Andy McKay
>   a...@clearwind.ca
>   twitter: @andymckay
>
>
> --
> 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 unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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 unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to