#33272: Non-installed model error isn't raised if the module is in the 
submodule of
an installed app
-------------------------------------+-------------------------------------
     Reporter:  David Seddon         |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:  Database layer       |                  Version:  3.2
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Thanks for this ticket, however it works as
 [https://docs.djangoproject.com/en/stable/topics/db/models/#using-models
 documented]:

 > ''"Once you have defined your models, you need to tell Django you’re
 going to use those models. Do this by editing your settings file and
 changing the INSTALLED_APPS setting to add the name of the module that
 contains your models.py."''

 Moreover, it should be possible to define models in a different module
 however you have to manually propagate changes to your database schema. I
 don't see any reason to raise an error in such case. If you're having
 trouble understanding how Django works, see
 TicketClosingReasons/UseSupportChannels for ways to get help.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33272#comment:2>
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/066.25c69cadcb4845ed575fab18ef52f0c8%40djangoproject.com.

Reply via email to