Skip to main content

A pluggable Django app with ReST endpoints for the SDE

Project description

armada-sde-rest

Build Status Coverage Status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

armada-sde-rest-0.1.2.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

armada_sde_rest-0.1.2-py2.py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 2 Python 3

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