Hi, I have django running against apache with wsgi, using sqlite3 as my database.
When I run the admin page, I will end up with "attempt to write a readonly database", the only solution worked for me to chmod 777 to the django project directory.According to Django website they don't recommend "Authenticating against Django’s user database from Apache" this solution and left it to the community to make a better solution. Can any one please point me to a secure and recommended solution to let Apache authenticate a Django project database. Thanks, -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/jBDhsxfRdW4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

