Skip to main content

Django Boilerplate REST API

Project description

Boilerplate Django Rest API

Django app build with rest api package such as DjangoRestFramework.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "boilerplate_django_rest_api" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
    ...
    'boilerplate_django_rest_api',
]
  1. Include the polls URLconf in your project urls.py like this::
path('rest/', include('boilerplate_django_rest_api.urls')),
  1. Run python manage.py migrate to create the polls models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to test the rest (you'll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/rest/ to test the rest 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

django_boilerplate_rest-0.0.2.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_boilerplate_rest-0.0.2-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file django_boilerplate_rest-0.0.2.tar.gz.

File metadata

  • Download URL: django_boilerplate_rest-0.0.2.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.24.0

File hashes

Hashes for django_boilerplate_rest-0.0.2.tar.gz
Algorithm Hash digest
SHA256 c00aade6752d022f45ec7b033540ab0c40c2e5512ea72e8051090ddb0ce85ec6
MD5 d0f0b47d9c83be1654261ef340167e2b
BLAKE2b-256 46bf61f799ed7ee324763884b99653933e2ec8d6e0413b54fa974b5913765b2e

See more details on using hashes here.

File details

Details for the file django_boilerplate_rest-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_boilerplate_rest-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0f14b4644b5e1eee30d754c82431f3addc1f53e6fb466e103ae70f30be7e03db
MD5 3bcf9fafcffdcef82a4b4ba7722f4ff4
BLAKE2b-256 739db64d1446ef3dfc05f4af2088e5bec0292dc2334d5ca9a03e870415d9a15d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page