== Installation ==
To install into an existing Django project:
Add “apihangar” to your INSTALLED_APPS
include() “apihangar.urls” somewhere in your URLconf
Define APIHANGAR_DATABASES in your settings.py
APIHANGAR_DATABASES specifies which database connections may be used by the apihangar to issue queries against. The setting should be a list of 2-tuples (alias, label) where the aliases refer to database connection aliases defined in your project’s DATABASES setting.
IT IS NOT RECOMMENDED THAT YOU ADD “default” TO YOUR APIHANGAR_DATABASES. The recommended way to use apihangar is to set up one or more read-only database connections; add these as secondary databases in your DATABASES dict; and then use these read-only connections for your APIHANGAR_DATABASES.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-apihangar-0.1.tar.gz.
File metadata
- Download URL: django-apihangar-0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99fb9a042460bd78b5205bb0aac85d66b78dcb651e37ef3b43a599564550eee0
|
|
| MD5 |
efd42835ad83a4246865f90f56619d44
|
|
| BLAKE2b-256 |
0a694be76099b54dc75c47ac87190c6af59b4124e1599af6a006ba802e47fc07
|