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
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
Release files for django-adhara 1.4.25
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-adhara-1.4.25.tar.gz | 16.2 kB | Details |
Release files / django-adhara-1.4.25.tar.gz
| Download URL | django-adhara-1.4.25.tar.gz |
|---|---|
| Size | 16.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e5c5bd1acb256040b697a66d0987dfd17a98c5579fc35d260d08d644ece878a5
|
|
BLAKE2b-256 checksum How to use checksums |
768c050cd205568c20ac5c1539b83e7f380f50298b011ee58a4b73ad709020fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.2
|