LICENSE.txt
MANIFEST.in
README.md
setup.py
django_angular.egg-info/PKG-INFO
django_angular.egg-info/SOURCES.txt
django_angular.egg-info/dependency_links.txt
django_angular.egg-info/top_level.txt
djng/__init__.py
djng/middleware.py
djng/models.py
djng/sekizai_processors.py
djng/urls.py
djng/core/__init__.py
djng/core/urlresolvers.py
djng/forms/__init__.py
djng/forms/angular_base.py
djng/forms/angular_model.py
djng/forms/angular_validation.py
djng/forms/field_mixins.py
djng/forms/fields.py
djng/forms/models.py
djng/forms/renderers.py
djng/forms/widgets.py
djng/static/djng/css/bootstrap3.css
djng/static/djng/css/styles.css
djng/static/djng/js/django-angular.js
djng/static/djng/js/django-angular.min.js
djng/styling/__init__.py
djng/styling/bootstrap3/__init__.py
djng/styling/bootstrap3/field_mixins.py
djng/styling/bootstrap3/forms.py
djng/styling/bootstrap3/widgets.py
djng/templates/djng/forms/widgets/checkbox.html
djng/templates/djng/forms/widgets/checkbox_select.html
djng/templates/djng/forms/widgets/date.html
djng/templates/djng/forms/widgets/datetime.html
djng/templates/djng/forms/widgets/email.html
djng/templates/djng/forms/widgets/number.html
djng/templates/djng/forms/widgets/password.html
djng/templates/djng/forms/widgets/radio.html
djng/templates/djng/forms/widgets/select.html
djng/templates/djng/forms/widgets/text.html
djng/templates/djng/forms/widgets/textarea.html
djng/templates/djng/forms/widgets/time.html
djng/templates/djng/forms/widgets/url.html
djng/templates/djng/forms/widgets/bootstrap3/attrs.html
djng/templates/djng/forms/widgets/bootstrap3/checkbox.html
djng/templates/djng/forms/widgets/bootstrap3/checkbox_select.html
djng/templates/djng/forms/widgets/bootstrap3/date.html
djng/templates/djng/forms/widgets/bootstrap3/datetime.html
djng/templates/djng/forms/widgets/bootstrap3/email.html
djng/templates/djng/forms/widgets/bootstrap3/input.html
djng/templates/djng/forms/widgets/bootstrap3/number.html
djng/templates/djng/forms/widgets/bootstrap3/password.html
djng/templates/djng/forms/widgets/bootstrap3/radio.html
djng/templates/djng/forms/widgets/bootstrap3/select.html
djng/templates/djng/forms/widgets/bootstrap3/text.html
djng/templates/djng/forms/widgets/bootstrap3/textarea.html
djng/templates/djng/forms/widgets/bootstrap3/time.html
djng/templates/djng/forms/widgets/bootstrap3/url.html
djng/templatetags/__init__.py
djng/templatetags/djng_tags.py
djng/views/__init__.py
djng/views/crud.py
djng/views/mixins.py