Skip to main content

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'
}

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page