You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
After setting up the development server and headed towards creating superuser, I ran the following command
python manage.py runserver
I recieved :
Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
Inorder to ease The process of Installation for First-time-contributers, following should be done:
The Documentation should be updated to tell about how to get in docker container and then create superuser.
The Message in manage.py should be updated to say that there is a need to get in docker container and then create a superuser.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
anuragkumart16
changed the title
Documentation Update And
Documentation Update And Manage.py To Ease Superusercreation
Dec 9, 2024
anuragkumart16
changed the title
Documentation Update And Manage.py To Ease Superusercreation
Documentation Update And Manage.py To Ease Superuser creation
Dec 9, 2024
Is your feature request related to a problem? Please describe.
After setting up the development server and headed towards creating superuser, I ran the following command
python manage.py runserver
I recieved :
Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
Inorder to ease The process of Installation for First-time-contributers, following should be done:
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: