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.1.0.tar.gz (20.7 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.1.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for django_boilerplate_rest-0.1.0.tar.gz
Algorithm Hash digest
SHA256 69ea6765be5bc7ac929545615f43457c002f4e6924f64d0a103b23114fb0e1d3
MD5 c48130c5101e92bfa711dc5f0bf9d075
BLAKE2b-256 3831750fd89ebc960a86e3f6e34fc8e77db052db0b2b19b46a1ca3de92880d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_boilerplate_rest-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec02b8422376e5787989f21132cc6d70dd096c89f665a79d7053d5d8ff24486a
MD5 724dd92947dec05c29785e23d76673f8
BLAKE2b-256 aaf8edec11f917db31e7abef955876fb61a6ec8c0122251b5d8512d29b683fc3

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