.bandit
.gitignore
LICENSE
README.rst
dynamic_filenames.py
requirements.txt
setup.cfg
setup.py
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
django_dynamic_filenames.egg-info/PKG-INFO
django_dynamic_filenames.egg-info/SOURCES.txt
django_dynamic_filenames.egg-info/dependency_links.txt
django_dynamic_filenames.egg-info/requires.txt
django_dynamic_filenames.egg-info/top_level.txt
tests/__init__.py
tests/test_dynamic_filenames.py
tests/testapp/.gitignore
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/wsgi.py