#34398: Django should automatically run migrations on in-memory SQLite DB
-------------------------------------+-------------------------------------
     Reporter:  Yawar Quadir Amin    |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  4.1
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  sqlite               |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Yawar Quadir Amin):

 We can use SQLite in-memory DB in production because our database of
 record is maintained by another backend service, and the Django app is
 just calling out to that service to authenticate users. So the Django DB
 doesn't really matter, it's just a local cache.

 Anyway, we will use a temp file for now since Django seems to not worry
 about this use case ;-)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34398#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070186c7f97085-58ee17d5-b054-4eae-a947-57c061839559-000000%40eu-central-1.amazonses.com.

Reply via email to