Housekeeping

This commit is contained in:
Fergal Moran
2012-12-03 19:34:29 +00:00
parent 2d3557ba36
commit 2173b6980e
4 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ from allauth.socialaccount.models import SocialToken
import logging
logger = logging.getLogger(__name__)
"""
Handles callbacks from facebook and twitter
"""
class SocialHandler(object):
def __init__(self, api_name="v1"):

View File

@@ -20,6 +20,7 @@ v1_api.register(ReleaseAudioResource())
v1_api.register(EventResource())
v1_api.register(UserResource())
v1_api.register(ActivityResource())
ajax = AjaxHandler()
audio = AudioHandler()
social = SocialHandler()

View File

@@ -19,8 +19,8 @@
</div>
<br />
<div id="social-login-disclaimer">
Please note that using your twitter/facebook account<br/>
to login does not give us access to your private information
Please note that using a social account<br/>
does not give us access to your private information
</div>
</div>
</div>

View File

@@ -9,4 +9,5 @@
{% endif %}
<li class="pull-right"><a class="btn" href="/mix/upload" id='upload'>Upload</a></li>
</ul>
<div id="mix-list-container"></div>