.gitignore
ADDING_DATA.md
CHANGELOG.md
CONTRIBUTING.md
DATA_COLLECTION_GUIDE.md
EXAMPLE_USAGE.md
EXTENDED_DATA_README.md
INDEX.md
LICENSE
MANIFEST.in
NEXT_STEPS.md
PROJECT_SUMMARY.md
PUBLISHING.md
QUICKSTART.md
README.md
TESTING_GUIDE.md
convert_to_nested_structure.py
data_collection_helper.py
manage.py
postal_code_scraper_template.py
pyproject.toml
requirements-dev.txt
requirements.txt
sample_extended_data.py
setup.py
core/__init__.py
core/admin.py
core/apps.py
core/models.py
core/tests.py
core/views.py
core/migrations/__init__.py
django_ng_locations/__init__.py
django_ng_locations/admin.py
django_ng_locations/apps.py
django_ng_locations/models.py
django_ng_locations/utils.py
django_ng_locations.egg-info/PKG-INFO
django_ng_locations.egg-info/SOURCES.txt
django_ng_locations.egg-info/dependency_links.txt
django_ng_locations.egg-info/requires.txt
django_ng_locations.egg-info/top_level.txt
django_ng_locations/fixtures/__init__.py
django_ng_locations/fixtures/nigeria_data.py
django_ng_locations/management/__init__.py
django_ng_locations/management/commands/__init__.py
django_ng_locations/management/commands/load_ng_locations.py
django_ng_locations/migrations/0001_initial.py
django_ng_locations/migrations/__init__.py
nigeria/__init__.py
nigeria/asgi.py
nigeria/settings.py
nigeria/urls.py
nigeria/wsgi.py