added githubnetwork to INSTALLED_APPS

added migrations for githubnetwork
This commit is contained in:
Jonas Obrist 2012-08-18 17:11:17 +02:00
parent d1a111e77f
commit 28c6241553
4 changed files with 211 additions and 17 deletions

View file

@ -75,6 +75,8 @@ INSTALLED_APPS = [
'south',
'raven.contrib.django',
'social_auth',
# custom
'githubnetwork',
]
AUTHENTICATION_BACKENDS = [