Skip to main content

A pip library for construct shanbay api

Project description

=====
Shanbay API Framework
=====


Quick start
-----------

1. Install ``shanbay_api`` by pip::

pip install shanbay_api

2. Add ``'shanbay_api'`` to your ``INSTALLED_APPS`` setting like this::

INSTALLED_APPS = (
...
'shanbay_api',
)

3. Include ``'shanbay_api.urls'`` in your project urls

urlpatterns += ['^api/v2', include('shanbay_api.urls')]

4. Use ``APIView`` in shanbay-api

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

shanbay_api-1.0.3.tar.gz (6.2 kB view hashes)

Uploaded Source

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