Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No installed app with label 'admin'. #1

Open
isundaniyal opened this issue Apr 11, 2020 · 2 comments
Open

No installed app with label 'admin'. #1

isundaniyal opened this issue Apr 11, 2020 · 2 comments

Comments

@isundaniyal
Copy link

File "E:\django\MesoOn\Coursera\urls.py", line 27, in
path('admin/', admin.site.urls),
File "E:\env\MesoOn\lib\site-packages\django\utils\functional.py", line 256, in inner
self._setup()
File "E:\env\MesoOn\lib\site-packages\django\contrib\admin\sites.py", line 529, in _setup
AdminSiteClass = import_string(apps.get_app_config('admin').default_site)
File "E:\env\MesoOn\lib\site-packages\django\apps\registry.py", line 162, in get_app_config
raise LookupError(message)
LookupError: No installed app with label 'admin'.

@redianmarku
Copy link
Owner

File "E:\django\MesoOn\Coursera\urls.py", line 27, in
path('admin/', admin.site.urls),
File "E:\env\MesoOn\lib\site-packages\django\utils\functional.py", line 256, in inner
self._setup()
File "E:\env\MesoOn\lib\site-packages\django\contrib\admin\sites.py", line 529, in _setup
AdminSiteClass = import_string(apps.get_app_config('admin').default_site)
File "E:\env\MesoOn\lib\site-packages\django\apps\registry.py", line 162, in get_app_config
raise LookupError(message)
LookupError: No installed app with label 'admin'.

Try installing Django==2.0

@suyash2411
Copy link

Can you please tell me what is your admin username and password?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants