Skip to content

AppsFuel/gaiarestframework

Repository files navigation

utils for django-rest-framework

image

Based on django-rest-framework.

  • Filter on query string
  • Tree Navigation
  • Hostname context processor
  • Definition of url
  • Utils to test a Resource
  • Absolute URLs in pagination
  • And More...

INSTALLED_APP

'gaiarestframework',  # TEMPLATE ISSUE: gRF before django
'djangorestframework',
'django.contrib.admin',

TEMPLATE_CONTEXT_PROCESSORS

'gaiarestframework.context_processors.hostname'

TITLE 'n' VERSION

GAIA_TITLE = 'GAIA'
GAIA_VERSION = 'beta'
GAIA_PAGINATOR_LIMIT = 20