django-adhara 1.4.25

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoadhara 1.4.25

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

Add “adhara” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'adhara',
]

Include the polls URLconf in your project urls.py like this:
url(r'^adhara/', include('adhara.urls')),

Run the following command to create the adhara Event models.:
python manage.py migrate

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.