forked from 00dani/lemoncurry
Add support for social profiles
This commit is contained in:
parent
75f2575c30
commit
97948b957d
7 changed files with 137 additions and 1 deletions
|
@ -3,3 +3,4 @@ from django.apps import AppConfig
|
|||
|
||||
class UsersConfig(AppConfig):
|
||||
name = 'users'
|
||||
verbose_name = 'Users and Profiles'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue