Created
November 13, 2020 21:31
-
-
Save H4KKR/cc233e4f3a0703055cb1ef6198725245 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Max@Maxs-MacBook-Pro try_ton % python3.7 manage.py makemigrations | |
| Traceback (most recent call last): | |
| File "manage.py", line 22, in <module> | |
| execute_from_command_line(sys.argv) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line | |
| utility.execute() | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/django/core/management/__init__.py", line 377, in execute | |
| django.setup() | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/django/__init__.py", line 24, in setup | |
| apps.populate(settings.INSTALLED_APPS) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/django/apps/registry.py", line 95, in populate | |
| "duplicates: %s" % app_config.label) | |
| django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: student_page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment