diff --git a/django_socialregistration.egg-info/PKG-INFO b/django_socialregistration.egg-info/PKG-INFO deleted file mode 100644 index f821384..0000000 --- a/django_socialregistration.egg-info/PKG-INFO +++ /dev/null @@ -1,87 +0,0 @@ -Metadata-Version: 1.0 -Name: django-socialregistration -Version: 0.1 -Summary: Django application enabling registration through a variety of APIs -Home-page: http://code.google.com/p/django-socialregistration -Author: Alen Mujezinovic -Author-email: alen@caffeinehit.com -License: UNKNOWN -Description: ========================== - Django Social Registration - ========================== - - Django Social Registration enables developers to add alternative registration - methods based on third party sites. - - Requirements - ============ - django - oauth - python-openid - pyfacebook - - Installation - ============ - - #. Add the *socialregistration* directory to your *PYTHON_PATH*. - #. Add *socialregistration* to your *INSTALLED_APPS* settings of Django. - #. Add *socialregistration.urls* to your *urls.py* file. - - Configuration - ============= - - Facebook Connect - ---------------- - #. Add *FACEBOOK_API_KEY* and *FACEBOOK_SECRET_KEY* to your settings file - representing the keys you were given by Facebook. - #. Add *socialregistration.auth.FacebookAuth* to *AUTHENTICATION_BACKENDS* in your settings file. - - #. Add tags to your template file: - - {% load facebook_tags %} - {% facebook_button %} - {% facebook_js %} - - Twitter - ------- - #. Add the following variables to your *settings.py* file with the values you - were given by Twitter: - - TWITTER_CONSUMER_KEY - TWITTER_CONSUMER_SECRET_KEY - TWITTER_REQUEST_TOKEN_URL - TWITTER_ACCESS_TOKEN_URL - TWITTER_AUTHORIZATION_URL - - #. Add *socialregistration.auth.TwitterAuth* to *AUTHENTICATION_BACKENDS* in your settings file. - - #. Add tags to your template file: - {% load twitter_tags %} - {% twitter_button %} - - Other OAuth Services - -------------------- - There is an example of how FriendFeed integration could work. - *socialregistration.models* provides a *FriendFeedProfile* model to save account - data, *socialregistration.auth* provides examples for different auth backends for - different service providers, *socialregistration.utils* provides a Twitter - and FriendFeed interface and *socialregistration.urls* provides examples based - on Twitter and FriendFeed how to hook in more OAuth based services. - - OpenID - ------ - #. Add *socialregistration.auth.OpenIDAuth* to *AUTHENTICATION_BACKENDS* in your settings file. - #. Add tags to your template file: - {% load openid_tags %} - {% openid_form %} - -Keywords: django facebook twitter oauth openid registration -Platform: UNKNOWN -Classifier: Development Status :: 4 - Beta -Classifier: Intended Audience :: Developers -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Classifier: Environment :: Web Environment -Classifier: Topic :: Internet -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Framework :: Django diff --git a/django_socialregistration.egg-info/SOURCES.txt b/django_socialregistration.egg-info/SOURCES.txt deleted file mode 100644 index 2cb8142..0000000 --- a/django_socialregistration.egg-info/SOURCES.txt +++ /dev/null @@ -1,18 +0,0 @@ -AUTHORS -LICENSE -MANIFEST.in -README -django_socialregistration.egg-info/PKG-INFO -django_socialregistration.egg-info/SOURCES.txt -django_socialregistration.egg-info/dependency_links.txt -django_socialregistration.egg-info/requires.txt -django_socialregistration.egg-info/top_level.txt -socialregistration/__init__.py -socialregistration/admin.py -socialregistration/auth.py -socialregistration/forms.py -socialregistration/models.py -socialregistration/tests.py -socialregistration/urls.py -socialregistration/utils.py -socialregistration/views.py \ No newline at end of file diff --git a/django_socialregistration.egg-info/dependency_links.txt b/django_socialregistration.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/django_socialregistration.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/django_socialregistration.egg-info/requires.txt b/django_socialregistration.egg-info/requires.txt deleted file mode 100644 index 73e6d32..0000000 --- a/django_socialregistration.egg-info/requires.txt +++ /dev/null @@ -1,4 +0,0 @@ -setuptools -django -oauth -python-openid \ No newline at end of file diff --git a/django_socialregistration.egg-info/top_level.txt b/django_socialregistration.egg-info/top_level.txt deleted file mode 100644 index 9d22b3e..0000000 --- a/django_socialregistration.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -socialregistration