.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.rst
setup.cfg
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
.tx/config
docs/Makefile
docs/conf.py
docs/history.rst
docs/index.rst
docs/make.bat
src/django_robots.egg-info/PKG-INFO
src/django_robots.egg-info/SOURCES.txt
src/django_robots.egg-info/dependency_links.txt
src/django_robots.egg-info/not-zip-safe
src/django_robots.egg-info/top_level.txt
src/robots/__init__.py
src/robots/admin.py
src/robots/forms.py
src/robots/models.py
src/robots/settings.py
src/robots/tests.py
src/robots/urls.py
src/robots/views.py
src/robots/locale/da/LC_MESSAGES/django.mo
src/robots/locale/da/LC_MESSAGES/django.po
src/robots/locale/de/LC_MESSAGES/django.mo
src/robots/locale/de/LC_MESSAGES/django.po
src/robots/locale/el/LC_MESSAGES/django.mo
src/robots/locale/el/LC_MESSAGES/django.po
src/robots/locale/en/LC_MESSAGES/django.mo
src/robots/locale/en/LC_MESSAGES/django.po
src/robots/locale/es_ES/LC_MESSAGES/django.mo
src/robots/locale/es_ES/LC_MESSAGES/django.po
src/robots/locale/fr/LC_MESSAGES/django.mo
src/robots/locale/fr/LC_MESSAGES/django.po
src/robots/locale/it/LC_MESSAGES/django.mo
src/robots/locale/it/LC_MESSAGES/django.po
src/robots/locale/ja/LC_MESSAGES/django.mo
src/robots/locale/ja/LC_MESSAGES/django.po
src/robots/locale/nl/LC_MESSAGES/django.mo
src/robots/locale/nl/LC_MESSAGES/django.po
src/robots/locale/pt_BR/LC_MESSAGES/django.mo
src/robots/locale/pt_BR/LC_MESSAGES/django.po
src/robots/locale/ru/LC_MESSAGES/django.mo
src/robots/locale/ru/LC_MESSAGES/django.po
src/robots/locale/sk/LC_MESSAGES/django.mo
src/robots/locale/sk/LC_MESSAGES/django.po
src/robots/locale/uk/LC_MESSAGES/django.mo
src/robots/locale/uk/LC_MESSAGES/django.po
src/robots/migrations/0001_initial.py
src/robots/migrations/0002_alter_id_fields.py
src/robots/migrations/__init__.py
src/robots/south_migrations/0001_initial.py
src/robots/south_migrations/__init__.py
src/robots/templates/robots/rule_list.html
tests/__init__.py
tests/requirements.txt
tests/settings.py
tests/urls.py