A packaged user application, leveraging python-social-auth.
Project description
# userprofile
python-social-auth application for django, packaged
.. image:: https://travis-ci.org/aneumeier/userprofile.svg
:target: https://travis-ci.org/aneumeier/userprofile
.. image:: https://coveralls.io/repos/aneumeier/userprofile/badge.svg?branch=master
:target: https://coveralls.io/r/aneumeier/userprofile?branch=master
Example Usage settings.py::
INSTALLED_APPS = (
...
'social.apps.django_app.default',
'userprofile',
...
)
Example Usage urls.py::
from django.conf.urls import patterns, url, include
urlpatterns = patterns(
''
url('^user/', include('userprofile.urls', namespace='user')),
)
python-social-auth application for django, packaged
.. image:: https://travis-ci.org/aneumeier/userprofile.svg
:target: https://travis-ci.org/aneumeier/userprofile
.. image:: https://coveralls.io/repos/aneumeier/userprofile/badge.svg?branch=master
:target: https://coveralls.io/r/aneumeier/userprofile?branch=master
Example Usage settings.py::
INSTALLED_APPS = (
...
'social.apps.django_app.default',
'userprofile',
...
)
Example Usage urls.py::
from django.conf.urls import patterns, url, include
urlpatterns = patterns(
''
url('^user/', include('userprofile.urls', namespace='user')),
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size userprofile-0.2.5.tar.gz (15.4 kB) | File type Source | Python version None | Upload date | Hashes View |