LICENSE
README.md
pyproject.toml
src/django_first_run_wizard.egg-info/PKG-INFO
src/django_first_run_wizard.egg-info/SOURCES.txt
src/django_first_run_wizard.egg-info/dependency_links.txt
src/django_first_run_wizard.egg-info/requires.txt
src/django_first_run_wizard.egg-info/top_level.txt
src/first_run_wizard/__init__.py
src/first_run_wizard/apps.py
src/first_run_wizard/middleware.py
src/first_run_wizard/registry.py
src/first_run_wizard/steps.py
src/first_run_wizard/urls.py
src/first_run_wizard/views.py
src/first_run_wizard/builtin_steps/__init__.py
src/first_run_wizard/builtin_steps/admin_user.py
src/first_run_wizard/locale/pl/LC_MESSAGES/django.mo
src/first_run_wizard/locale/pl/LC_MESSAGES/django.po
src/first_run_wizard/templates/first_run_wizard/admin_user.html
src/first_run_wizard/templates/first_run_wizard/base.html
src/first_run_wizard/templates/first_run_wizard/status.html
tests/test_admin_user_step.py
tests/test_apps.py
tests/test_i18n.py
tests/test_middleware.py
tests/test_registry.py