Django userapp integration
Project description
### Django userapp integration
This is a Django integration with Userapp.io
To use this project you settings should contain
```py
INSTALLED_APPS = [
...
"django_userapp"
]
AUTHENTICATION_BACKENDS = [
"django_userapp.backends.UserappBackend",
"django.contrib.auth.backends.ModelBackend"
]
USERAPP_ID = "YOUR_USERAPP_ID"
```
### Note
At Userapp.io you should set first name, last name, email fields for each user
### Django version
Django>=1.7
### Links
See <http://userapp.io> for full api documentation of Userapp.
This is a Django integration with Userapp.io
To use this project you settings should contain
```py
INSTALLED_APPS = [
...
"django_userapp"
]
AUTHENTICATION_BACKENDS = [
"django_userapp.backends.UserappBackend",
"django.contrib.auth.backends.ModelBackend"
]
USERAPP_ID = "YOUR_USERAPP_ID"
```
### Note
At Userapp.io you should set first name, last name, email fields for each user
### Django version
Django>=1.7
### Links
See <http://userapp.io> for full api documentation of Userapp.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-userapp-0.0.1.tar.gz
(8.7 kB
view hashes)