Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvrtkom/tastypie-session-user
Tastypie Session User
https://github.com/tvrtkom/tastypie-session-user
Last synced: about 6 hours ago
JSON representation
Tastypie Session User
- Host: GitHub
- URL: https://github.com/tvrtkom/tastypie-session-user
- Owner: TvrtkoM
- Created: 2013-06-08T17:38:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T17:45:02.000Z (over 11 years ago)
- Last Synced: 2023-03-11T16:07:47.156Z (almost 2 years ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tastypie Session User
Tastypie API for session authentication and default django authorization
## Install
* Clone this repo into your project
* Install requirements - `pip install -r requirements.txt` and add **tastypie** and **registration** to INSTALLED_APPS
* Add `ACCOUNT_ACTIVATION_DAYS` setting to settings.py
* Add api urls to your project urls.py file `url(r'^api/', include('session_user.urls'))`
* Run tests `./manage.py test session_user`Note: **Application doesn't send activation e-mails**