jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Remove legacy djangular_tags.py file. #257

Closed mtyaka closed 8 years ago

mtyaka commented 8 years ago

Loading the file prints a warning, which is annoying because django automatically loads templatetags libraries on startup.

The warning gets printed every time you start django, even though you never explicitly load the legacy djangular_tags module.

The module wasn't even working because it was recursively loading itself rather then the new djng_tags module.

A similar file has already been removed in https://github.com/jrief/django-angular/commit/f79fec4aef7232d69791d4d3b8ff213125199f60.

jkosir commented 8 years ago

Hvala :D :+1:

mtyaka commented 8 years ago

:D