jrief/django-angular

Getting error 'ImportError: No module named djng'

Closed this issue · 1 comments

pwd
/Users/amitasthana/awesto/django-angular/examples
(awesto) Amits-MacBook-Pro:examples amitasthana$ python manage.py runserver
Unhandled exception in thread started by <function wrapper at 0x10608b578>
Traceback (most recent call last):
File "/Users/amitasthana/awesto/awesto/lib/python2.7/site-packages/django/utils/autoreload.py", line 228, in wrapper
fn(args, **kwargs)
File "/Users/amitasthana/awesto/awesto/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 117, in inner_run
autoreload.raise_last_exception()
File "/Users/amitasthana/awesto/awesto/lib/python2.7/site-packages/django/utils/autoreload.py", line 251, in raise_last_exception
six.reraise(
_exception)
File "/Users/amitasthana/awesto/awesto/lib/python2.7/site-packages/django/utils/autoreload.py", line 228, in wrapper
fn(*args, **kwargs)
File "/Users/amitasthana/awesto/awesto/lib/python2.7/site-packages/django/init.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File "/Users/amitasthana/awesto/awesto/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "/Users/amitasthana/awesto/awesto/lib/python2.7/site-packages/django/apps/config.py", line 94, in create
module = import_module(entry)
File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
ImportError: No module named djng

jrief commented
cd django-angular
pip install -e .

should fix it.