Hello,

I have a django project running on digitalocean (in a 512M server) and 
suddenly it appears Error 500 on the Apache. 

I'm running wsgi and only 2 users (because we are starting)

Looking on the logs, the errors were the following:

1. ImproperlyConfigured: Error importing middleware 
django.middleware.transaction: "cannot import name transaction"
2. OSError: [Errno 12] Cannot allocate memory

The first error occurs more than the second one.

Does the 512M server is fine for a django production project?
The middleware transaction is correctly configured in settings.py, why I 
get "randomly" this error? Maybe a concurrency issue?

Thanks,

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to