We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca0a33 commit 61beb45Copy full SHA for 61beb45
docs/ref/settings.txt
@@ -589,6 +589,14 @@ installation. Each string should be a full Python path to a Python package that
589
contains a Django application, as created by :djadmin:`django-admin.py startapp
590
<startapp>`.
591
592
+.. admonition:: App names must be unique
593
+
594
+ The application names (that is, the final dotted part of the
595
+ path to the module containing ``models.py``) defined in
596
+ :setting:`INSTALLED_APPS` *must* be unique. For example, you can't
597
+ include both ``django.contrib.auth`` and ``myproject.auth`` in
598
+ INSTALLED_APPS.
599
600
.. setting:: INTERNAL_IPS
601
602
INTERNAL_IPS
0 commit comments