Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Why I am getting this output?? USERNAME:~/djangogirls/djangogirls$ python3 manage.py runserver Traceback (most recent call last): File manage.py, line 10, in execute_from_command_line(sys.argv) File /home/halmaimani/myvenv/lib/python3.4/site-packages/django/core/management/__init__.py, line 364,

Why I am getting this output??

USERNAME:~/djangogirls/djangogirls$ python3 manage.py runserver

Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/halmaimani/myvenv/lib/python3.4/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() File "/home/halmaimani/myvenv/lib/python3.4/site-packages/django/core/management/__init__.py", line 308, in execute settings.INSTALLED_APPS File "/home/halmaimani/myvenv/lib/python3.4/site-packages/django/conf/__init__.py", line 56, in __getattr__ self._setup(name) File "/home/halmaimani/myvenv/lib/python3.4/site-packages/django/conf/__init__.py", line 41, in _setup self._wrapped = Settings(settings_module) File "/home/halmaimani/myvenv/lib/python3.4/site-packages/django/conf/__init__.py", line 110, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/local/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'newproject'

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions