django-angular
django-angular copied to clipboard
Let AngularJS play well with Django
Hi, what's the state of angular 2 support?
How can I make a new project using django-angular? After django-admin startproject newproj How should I arrange the server,client app directory?
The documentation briefly mentioned nested formset. However, there are no examples of this can be done with this code base.
Using your examples and trying to tie everything together I am stuck with `djangoRMI.process_something is not a function` It seems this is caused by the `djng.rmi` javascript library. Any idea...
Dear, I get error if i do post and the form has been filled out incorrectly. On line 163 in djng/forms/widgets.py. 'unicode' object has no attribute 'url' Value is "u'Drop...
Hello, I am using django 1.11. When i do update object with **Ajax** i get error for ImageField. That is "FileExtensionValidator" from django who expects an object for validation but...
Hello jrief, I have used the client side angular validations with boostarp3 and django1.11, the errors are displaying only if i coded with {{ form.as_div }} in the templates, but...
Hi, I'm using `ace` with django-angular and I'm facing a problem. The field generated is a `div` and I get "Unknow field type" from that piece of code in ng-django-forms....
After the introduction of `djangoUrl` service we've seen that the current approach might not be best in all cases, but instead `301 MOVED PERMANENTLY` would be prefered. As that doesn't...