Add support for social profiles

This commit is contained in:
Danielle McLean 2017-10-23 12:59:10 +11:00
parent 75f2575c30
commit 97948b957d
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 137 additions and 1 deletions

View file

@ -3,3 +3,4 @@ from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'
verbose_name = 'Users and Profiles'