.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
Pipfile
Pipfile.lock
README.md
manage.py
mypy.ini
setup.cfg
setup.py
docker/Dockerfile.nginx
docker/nginx.conf
ndh/__init__.py
ndh/context_processors.py
ndh/forms.py
ndh/mixins.py
ndh/models.py
ndh/py.typed
ndh/querysets.py
ndh/utils.py
ndh.egg-info/PKG-INFO
ndh.egg-info/SOURCES.txt
ndh.egg-info/dependency_links.txt
ndh.egg-info/not-zip-safe
ndh.egg-info/requires.txt
ndh.egg-info/top_level.txt
ndh/static/css/ndh.css
ndh/templates/ndh.html
ndh/templates/ndh/base_delete.html
ndh/templates/ndh/base_form.html
ndh/templates/ndh/delete.html
ndh/templates/ndh/form.html
ndh/templates/registration/activation_email.html
ndh/templates/registration/activation_email.txt
ndh/templates/registration/logged_out.html
ndh/templates/registration/login.html
ndh/templates/registration/password_reset_complete.html
ndh/templates/registration/password_reset_confirm.html
ndh/templates/registration/password_reset_done.html
ndh/templates/registration/password_reset_email.html
ndh/templates/registration/password_reset_form.html
ndh/templatetags/__init__.py
ndh/templatetags/ndh.py
testapp/__init__.py
testapp/admin.py
testapp/forms.py
testapp/models.py
testapp/tests.py
testapp/urls.py
testapp/views.py
testapp/migrations/0001_initial.py
testapp/migrations/0002_testmodellist.py
testapp/migrations/0003_testmodelpk.py
testapp/migrations/__init__.py
testapp/templates/base.html
testapp/templates/testapp/settings.html
testapp/templates/testapp/testmodel.html
testapp/templates/testapp/testmodel_confirm_delete.html
testapp/templates/testapp/testmodel_detail.html
testapp/templates/testapp/testmodel_list.html
testproject/__init__.py
testproject/settings.py
testproject/urls.py
testproject/wsgi.py