added githubnetwork to INSTALLED_APPS
added migrations for githubnetwork
This commit is contained in:
parent
d1a111e77f
commit
28c6241553
4 changed files with 211 additions and 17 deletions
|
@ -75,6 +75,8 @@ INSTALLED_APPS = [
|
|||
'south',
|
||||
'raven.contrib.django',
|
||||
'social_auth',
|
||||
# custom
|
||||
'githubnetwork',
|
||||
]
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue