LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
core/__init__.py
core/admin.py
core/apps.py
core/forms.py
core/models.py
core/signals.py
core/tests.py
core/urls.py
core/views.py
core/migrations/0001_initial.py
core/migrations/__init__.py
core/templates/__init__.py
core/templates/profile.html
core/templates/profile_edit.html
core/templates/profile_settings.html
django_usermangment.egg-info/PKG-INFO
django_usermangment.egg-info/SOURCES.txt
django_usermangment.egg-info/dependency_links.txt
django_usermangment.egg-info/requires.txt
django_usermangment.egg-info/top_level.txt
static/favicon.ico
static/assets/css/style.css
static/assets/js/main.js
static/assets/scss/Readme.txt
static/css/style.css
static/images/ape1.jpg
static/images/ape2.jpg
static/images/avatar.svg
static/images/logo.svg
templates/404.html
templates/base.html
templates/home.html
templates/sidebar.html
templates/allauth/layouts/base.html
templates/includes/footer.html
templates/includes/header.html
templates/includes/messages.html
templates/layouts/blank.html
templates/layouts/box.html
usermangment/__init__.py
usermangment/asgi.py
usermangment/settings.py
usermangment/urls.py
usermangment/views.py
usermangment/wsgi.py