LICENSE
MANIFEST.in
README.md
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
src/django_sp.egg-info/PKG-INFO
src/django_sp.egg-info/SOURCES.txt
src/django_sp.egg-info/dependency_links.txt
src/django_sp.egg-info/not-zip-safe
src/django_sp.egg-info/requires.txt
src/django_sp.egg-info/top_level.txt
src/socialprofile/__init__.py
src/socialprofile/admin.py
src/socialprofile/apps.py
src/socialprofile/decorators.py
src/socialprofile/forms.py
src/socialprofile/middleware.py
src/socialprofile/models.py
src/socialprofile/pipeline.py
src/socialprofile/serializers.py
src/socialprofile/signals.py
src/socialprofile/urls.py
src/socialprofile/validators.py
src/socialprofile/views.py
src/socialprofile/widgets.py
src/socialprofile/migrations/0001_initial.py
src/socialprofile/migrations/0002_auto_20170107_0237.py
src/socialprofile/migrations/0002_models_proxy.py
src/socialprofile/migrations/0003_merge_20200207_1147.py
src/socialprofile/migrations/0004_auto_20200305_1946.py
src/socialprofile/migrations/0005_auto_20211030_2237.py
src/socialprofile/migrations/0006_auto_20211030_2242.py
src/socialprofile/migrations/0007_auto_20200403_1525.py
src/socialprofile/migrations/0008_auto_20201117_1209.py
src/socialprofile/migrations/0009_auto_20210214_1722.py
src/socialprofile/migrations/0010_auto_20211101_1214.py
src/socialprofile/migrations/0011_delete_group.py
src/socialprofile/migrations/__init__.py
src/socialprofile/templatetags/__init__.py
src/socialprofile/templatetags/socialprofile_tags.py
tests/__init__.py
tests/test_settings.py
tests/tests.py
tests/tests_AbstractUser.py
tests/tests_forms.py
tests/tests_pipeline.py