We hope this thread will help users running the django-angular package for Python.
At the moment, we are following the example: django-angular
We are able to get the demo running, but have an error loading some of the static files. The creator of the package is saying this is related to Django, and not the package its self, even though we are running the example "out of the box" without making changes.
The example should look like this: working example
What we have tried:
At the moment, all dependencies including angular have been installed. We're thinking maybe something isn't mapped correctly in the urls.py
file. Any advice would be appreciated, and hopefully this thread will help others using this package.