Skip to main content

A foundation for Django REST API with many other functionalities.

Project description

=====
Adhara
=====

Adhara in sanskrit meaning base/foundation, is a foundation for using Django as a Rest API provider.
Not just as a rest API provider, but much more.
Adhara handles sessions over Django sessions, events to fire to Android, Web, IOS, etc.
Also Adhara provides abstract models that can be extended to implementing apps to provide full REST API support.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "adhara" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'adhara',
]

2. Include the polls URLconf in your project urls.py like this::

url(r'^adhara/', include('adhara.urls')),

3. Run the following command to create the adhara Event models.::

python manage.py migrate

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

django-adhara-1.4.7.tar.gz (15.1 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