Hello,
I was wondering if it is possible to use SQLite3 with the :memory: option in conjunction with Django Admin. I have gone as far as creating and running migrations on startup, and I can see that the auth_user table gets created, but when I try to log into the admin web interface, I get an exception with the "no such table auth_user".
Is it possible that the runtime had limited access to SQLite3 :memory:, and some parts of the framework are outside of that scope?
I understand that this is an unusual setup, but I would appreciate any insight into my situation. For now I've switched to a separate database server, but would still like to implement this feature, if possible.
Thanks,
- George
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMqEuk-sgg8V2VH%3D_szXCwuu%2BU6YHkVuZiAaJzrhG4KJ5H4fUQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment