https://github.com/tvrtkom/tastypie-session-user
Tastypie Session User
https://github.com/tvrtkom/tastypie-session-user
Last synced: 12 months 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T17:45:02.000Z (about 13 years ago)
- Last Synced: 2025-03-01T13:43:07.222Z (over 1 year 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**