jrief / django-angular

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

Trouble integrating into django-cookiecutter project #334

Closed slandau3 closed 6 years ago

slandau3 commented 6 years ago

Hello, I'm trying to integration django-angular into my project that was made with django-cookiecutter, but I'm not having much luck. I followed the documentation and I installed django-angular via pip and added the npm package in my static directory but when I attempt to add "djing" to the list of installed apps it tells me that the package doesn't exist. Likewise when I try to import djing.*, the module "djing" is not recognized.

adrienbrunet commented 6 years ago

Try with djng, no "i"

See http://django-angular.readthedocs.io/en/latest/installation.html#configuration

slandau3 commented 6 years ago

wow I feel dumb.

adrienbrunet commented 6 years ago

No worries, enjoy ;)