Skip to content

A pluggable django forum application build with Django Rest Framework inspired from Spirit.

License

Notifications You must be signed in to change notification settings

alaminopu/drf-spirit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF-Spirit

A pluggable django forum application build with Django Rest Framework inspired from 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'
}

About

A pluggable django forum application build with Django Rest Framework inspired from Spirit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • HTML 0.4%