djangular icon indicating copy to clipboard operation
djangular copied to clipboard

index.html must be read-only

Open stephane opened this issue 12 years ago • 4 comments

djangular/config/angularapp_template/app/index.html old mode 100755 new mode 100644

stephane avatar Jul 23 '13 14:07 stephane

Are you asking that the templates become read-only in the github repository?

brian-montgomery avatar Jul 25 '13 14:07 brian-montgomery

Yes and all files that don't need execution bit.

stephane avatar Aug 06 '13 17:08 stephane

I could submit a patch if you want....

stephane avatar Aug 06 '13 17:08 stephane

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 >?

oluwaseunladeinde avatar Sep 02 '14 17:09 oluwaseunladeinde