mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-05 16:34:07 +00:00
Housekeeping
This commit is contained in:
@@ -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"):
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user