jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Getting error 'ImportError: No module named djng' #318

Closed amitasthana closed 6 years ago

amitasthana commented 6 years ago

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 6 years ago
cd django-angular
pip install -e .

should fix it.