CHANGELOG.md
CONTRIBUTORS.md
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
django_glue/__init__.py
django_glue/conf.py
django_glue/context_processors.py
django_glue/data_classes.py
django_glue/enums.py
django_glue/glue.py
django_glue/handlers.py
django_glue/middleware.py
django_glue/responses.py
django_glue/sessions.py
django_glue/settings.py
django_glue/urls.py
django_glue/utils.py
django_glue/views.py
django_glue.egg-info/PKG-INFO
django_glue.egg-info/SOURCES.txt
django_glue.egg-info/dependency_links.txt
django_glue.egg-info/not-zip-safe
django_glue.egg-info/requires.txt
django_glue.egg-info/top_level.txt
django_glue/core/__init__.py
django_glue/core/decorators.py
django_glue/core/utils.py
django_glue/services/__init__.py
django_glue/services/model_objects.py
django_glue/services/query_sets.py
django_glue/services/services.py
django_glue/services/templates.py
django_glue/static/django_glue/js/django_glue_ajax.js
django_glue/static/django_glue/js/django_glue_csrf.js
django_glue/static/django_glue/js/django_glue_event.js
django_glue/static/django_glue/js/django_glue_keep_live.js
django_glue/static/django_glue/js/django_glue_message.js
django_glue/static/django_glue/js/django_glue_model_object.js
django_glue/static/django_glue/js/django_glue_query_set.js
django_glue/static/django_glue/js/django_glue_response.js
django_glue/static/django_glue/js/django_glue_shortcuts.js
django_glue/static/django_glue/js/django_glue_template.js
django_glue/static/django_glue/js/django_glue_utils.js
django_glue/static/django_glue/js/django_glue_view.js
django_glue/templates/django_glue/django_glue.html
django_glue/templatetags/__init__.py
django_glue/templatetags/django_glue.py
tests/__init__.py
tests/admin.py
tests/manage.py
tests/models.py
tests/settings.py
tests/test_core.py
tests/urls.py
tests/utils.py
tests/views.py
tests/wsgi.py
tests/migrations/0001_initial.py
tests/migrations/0002_bigtestmodel_foreign_key_alter_testmodel_birth_date.py
tests/migrations/__init__.py