A pluggable Django app with ReST endpoints for the SDE
Project description
armada-sde-rest
armada-sde-rest is a pluggable app for Django which provides Django REST framework endpoints for the models generated by armada-sde.
Usage
Install the latest version of armada-sde-rest from PyPI:
pip install armada-sde-rest
Follow the installation instructions for armada-sde, then add armada-sde-rest and its dependencies to Django's settings.py:
INSTALLED_APPS = [
# ...
'rest_framework',
'armada_sde',
'armada_sde_rest',
]
Add the routes to your urls.py:
from django.urls import path, include
urlpatterns = [
path('sde/', include('armada_sde_rest.urls')),
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file armada-sde-rest-0.1.2.tar.gz.
File metadata
- Download URL: armada-sde-rest-0.1.2.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aa64dae0d43bd89da40fad82e497e522d295ab3e935acb7d5ea1aa135e69655
|
|
| MD5 |
152fcc50912e01dd5d9b368ffeab87d2
|
|
| BLAKE2b-256 |
5fe061ad074e2fb9d6f3a52889c391f142d30e5c3320e7f1b255d2b02e9b112f
|
File details
Details for the file armada_sde_rest-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: armada_sde_rest-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c773ada2b25bf8112a8e522a401f64817d69290ea2d1267743e18f7c5394024
|
|
| MD5 |
2e84ff16f92df8c10d204cbd136571e7
|
|
| BLAKE2b-256 |
875f3a2a7a4ece13c77ee9722f282d614840b209121a6096be826b94e4156aa7
|