index.html must be read-only
djangular/config/angularapp_template/app/index.html old mode 100755 new mode 100644
Are you asking that the templates become read-only in the github repository?
Yes and all files that don't need execution bit.
I could submit a patch if you want....
Hi guys, I just installed djangular 0.7.5 and I use Django 1.5. I'm having a problem with this line from django.utils.module_loading import import_by_path in the urlresolvers.py module (line 8). I suppose my version of django does not support this import. But is there anyway around this as I would have to do some rewrite if I have to upgrade to Django 1.6 and >?