A pluggable django forum application build with Django Rest Framework
Project description
# DRF-Spirit
A pluggable django forum application build with Django Rest Framework inspired from [Spirit](https://github.com/nitely/Spirit).
---
# Requirements
* Python (2.7.x)
* Django (1.8, 1.9, 1.10)
* Django Rest Framework (3.5+)
# Installation
Add `'drf_spirit'` to your `INSTALLED_APPS` setting.
INSTALLED_APPS = (
...
'drf_spirit',
)
# Settings
Adding ``USER_SLUG_FIELD`` configuration in the settings will allow you to use user slug instead of pk for user relationship. You can do like following:
DRF_SPIRIT = {
'USER_SLUG_FIELD': 'slug'
}
A pluggable django forum application build with Django Rest Framework inspired from [Spirit](https://github.com/nitely/Spirit).
---
# Requirements
* Python (2.7.x)
* Django (1.8, 1.9, 1.10)
* Django Rest Framework (3.5+)
# Installation
Add `'drf_spirit'` to your `INSTALLED_APPS` setting.
INSTALLED_APPS = (
...
'drf_spirit',
)
# Settings
Adding ``USER_SLUG_FIELD`` configuration in the settings will allow you to use user slug instead of pk for user relationship. You can do like following:
DRF_SPIRIT = {
'USER_SLUG_FIELD': 'slug'
}
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
drf-spirit-0.0.2.tar.gz
(11.2 kB
view details)
File details
Details for the file drf-spirit-0.0.2.tar.gz
.
File metadata
- Download URL: drf-spirit-0.0.2.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b84c7871e2d2b1105d9392026a575f9d994ff79e238ea1ea8610833a3e46210a
|
|
MD5 |
1ad2aac392ac2470b403f22d34c2170a
|
|
BLAKE2b-256 |
56fec20f8c5eaa561c7fe282fb8c7066f73172d54933df5110c315da9378e746
|