djangular icon indicating copy to clipboard operation
djangular copied to clipboard

A reusable Django app that provides better integration and tools for Angular.js

Results 14 djangular issues
Sort by recently updated
recently updated
newest added

No activity for 2 years.

./manage.py collectstatic results in no djangular files being copied over - I had to copy them manually. This is under django 1.8 (and TBH it might be an issue with...

fixes #35, fixes #33 Tested with python 2.7 and python 3.4, django 1.7 and django 1.8, all tests passing in all scenarios!

In UpdateCsrfToken you forgot to patch PATCH headers with csrf token.

I have an djangular app called `characters` and I'm trying to understand how to do url routing in django/angular works. I've added the finders: ``` STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder',...

Hi all, I'm starting with djangular. I am trying to serve the partial files through Django instead of as static. This way, the HTML goes first through the Django engine...

As this support was only recently dropped, with the comment "Removed JS Testing while it's being rewritten.", I wonder what your approximate timeline for this looks like. The question is,...

Djangular supports developers writing karma using these two management commands: - `makeangularsite` creates karma config file templates that handle the djangular app paths - `testjs` will shell out to `karma`...

enhancement

I use `project/settings/dev.py`/`project/settings/production.py` or something similar in a lot of projects. This PR provides a way to explicitly set the project root path, instead of only the magic `replace('.settings', '')`...