LICENSE
README.md
pyproject.toml
setup.py
djimporter/__init__.py
djimporter/apps.py
djimporter/checks.py
djimporter/fields.py
djimporter/forms.py
djimporter/importers.py
djimporter/models.py
djimporter/tasks.py
djimporter/urls.py
djimporter/views.py
djimporter.egg-info/PKG-INFO
djimporter.egg-info/SOURCES.txt
djimporter.egg-info/dependency_links.txt
djimporter.egg-info/not-zip-safe
djimporter.egg-info/requires.txt
djimporter.egg-info/top_level.txt
djimporter/migrations/0001_initial.py
djimporter/migrations/__init__.py
tests/__init__.py
tests/conftest.py
tests/models.py
tests/test_csvmodels.py
tests/test_logs.py
tests/urls.py