We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(nex) PS C:\Users\nexta\Documents\python project\My e-commerce website> python manage.py rename nextecommerce Traceback (most recent call last): File "C:\Users\nexta\Documents\python project\My e-commerce website\manage.py", line 15, in execute_from_command_line(sys.argv) File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django\core\management_init_.py", line 446, in execute_from_command_line utility.execute() File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django\core\management_init_.py", line 420, in execute django.setup() File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django_init_.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "C:\Users\nexta\AppData\Local\Programs\Python\Python310\lib\importlib_init_.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1004, in _find_and_load_unlocked ModuleNotFoundError: No module named 'allauth'(nex) PS C:\Users\nexta\Documents\python project\My e-commerce website>
How to fix this new to Projects!
The text was updated successfully, but these errors were encountered:
You can writ it: python -m pip install django-allauth
Sorry, something went wrong.
No branches or pull requests
(nex) PS C:\Users\nexta\Documents\python project\My e-commerce website> python manage.py rename nextecommerce
Traceback (most recent call last):
File "C:\Users\nexta\Documents\python project\My e-commerce website\manage.py", line 15, in
execute_from_command_line(sys.argv)
File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django\core\management_init_.py", line 446, in execute_from_command_line
utility.execute()
File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django\core\management_init_.py", line 420, in execute
django.setup()
File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django_init_.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\nexta\AppData\Local\Programs\Python\Python310\lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load
File "", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'allauth'(nex)
PS C:\Users\nexta\Documents\python project\My e-commerce website>
How to fix this new to Projects!
The text was updated successfully, but these errors were encountered: