.gitignore
.gitlab-ci.yml
LICENSE
README.md
pyproject.toml
app_test/manage.py
app_test/requirements.txt
app_test/config/__init__.py
app_test/config/asgi.py
app_test/config/settings.py
app_test/config/urls.py
app_test/config/wsgi.py
app_test/core/__init__.py
app_test/core/admin.py
app_test/core/apps.py
app_test/core/models.py
app_test/core/tests.py
app_test/core/views.py
app_test/core/migrations/0001_initial.py
app_test/core/migrations/__init__.py
docs/RELEASE.md
kdjango/__init__.py
kdjango/_version.py
kdjango/apps.py
kdjango.egg-info/PKG-INFO
kdjango.egg-info/SOURCES.txt
kdjango.egg-info/dependency_links.txt
kdjango.egg-info/requires.txt
kdjango.egg-info/top_level.txt
kdjango/templates/admin/404.html
kdjango/templates/admin/500.html
kdjango/templates/admin/actions.html
kdjango/templates/admin/app_index.html
kdjango/templates/admin/app_list.html
kdjango/templates/admin/base.html
kdjango/templates/admin/base_site.html
kdjango/templates/admin/change_form.html
kdjango/templates/admin/change_form_object_tools.html
kdjango/templates/admin/change_list.html
kdjango/templates/admin/change_list_object_tools.html
kdjango/templates/admin/change_list_results.html
kdjango/templates/admin/color_theme_toggle.html
kdjango/templates/admin/date_hierarchy.html
kdjango/templates/admin/delete_confirmation.html
kdjango/templates/admin/delete_selected_confirmation.html
kdjango/templates/admin/filter.html
kdjango/templates/admin/index.html
kdjango/templates/admin/invalid_setup.html
kdjango/templates/admin/login.html
kdjango/templates/admin/nav_sidebar.html
kdjango/templates/admin/object_history.html
kdjango/templates/admin/pagination.html
kdjango/templates/admin/popup_response.html
kdjango/templates/admin/prepopulated_fields_js.html
kdjango/templates/admin/search_form.html
kdjango/templates/admin/submit_line.html
kdjango/templates/admin/auth/user/add_form.html
kdjango/templates/admin/auth/user/change_password.html
kdjango/templates/admin/edit_inline/stacked.html
kdjango/templates/admin/edit_inline/tabular.html
kdjango/templates/admin/includes/fieldset.html
kdjango/templates/admin/includes/object_delete_summary.html
kdjango/templates/admin/widgets/clearable_file_input.html
kdjango/templates/admin/widgets/date.html
kdjango/templates/admin/widgets/foreign_key_raw_id.html
kdjango/templates/admin/widgets/many_to_many_raw_id.html
kdjango/templates/admin/widgets/radio.html
kdjango/templates/admin/widgets/related_widget_wrapper.html
kdjango/templates/admin/widgets/split_datetime.html
kdjango/templates/admin/widgets/time.html
kdjango/templates/admin/widgets/url.html
kdjango/templates/registration/logged_out.html
kdjango/templates/registration/password_change_done.html
kdjango/templates/registration/password_change_form.html
kdjango/templates/registration/password_reset_complete.html
kdjango/templates/registration/password_reset_confirm.html
kdjango/templates/registration/password_reset_done.html
kdjango/templates/registration/password_reset_email.html
kdjango/templates/registration/password_reset_form.html
kdjango/templatetags/__init__.py
kdjango/templatetags/admin_filters.py
scripts/auto_tag.py
scripts/dev.sh