]> git.parisson.com Git - django-social-auth.git/commit
Load social_auth models based on a configuration setting
authorSteven Cummings <estebistec@gmail.com>
Fri, 15 Jun 2012 03:22:43 +0000 (22:22 -0500)
committerSteven Cummings <estebistec@gmail.com>
Sat, 16 Jun 2012 01:32:23 +0000 (20:32 -0500)
commitca9252e9a925bb9dc51d8d5c83cbdaffec810249
tree3e920518097696dfc1267054110c82c44c7569df
parente575e06b4fbb9f64c6688162c36be44dbb87072b
Load social_auth models based on a configuration setting

* This provides the ability to supply alternate storage modules
* Moved models into django_models module, and gave each model an app_label
* Defined a configuration setting, SOCIAL_AUTH_MODELS, that defaults to the django models
* Still need to define the protocol for implementing new storage modules
social_auth/django_models.py [new file with mode: 0644]
social_auth/models.py