* status: new => closed
* resolution: => invalid
* component: Migrations => Core (Other)
Comment:
It's not supported to use the same database for two projects with
different user models because they will share the same tables for reusable
apps e.g. `django.contrib.admin`, see docs about
[https://docs.djangoproject.com/en/stable/topics/auth/customizing/#substituting-a
-custom-user-model Substituting a custom User model]. You will encounter
many other conflicts with such set. Please see
TicketClosingReasons/UseSupportChannels for ways to get help with Django
usage.
--
Ticket URL: <https://code.djangoproject.com/ticket/33576#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.