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...
'gaiarestframework', # TEMPLATE ISSUE: gRF before django 'djangorestframework', 'django.contrib.admin',
'gaiarestframework.context_processors.hostname'
GAIA_TITLE = 'GAIA' GAIA_VERSION = 'beta' GAIA_PAGINATOR_LIMIT = 20