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
- Add "boilerplate_django_rest_api" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'boilerplate_django_rest_api',
]
- Include the polls URLconf in your project urls.py like this::
path('rest/', include('boilerplate_django_rest_api.urls')),
-
Run
python manage.py migrateto create the polls models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to test the rest (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/rest/ to test the rest api
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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c00aade6752d022f45ec7b033540ab0c40c2e5512ea72e8051090ddb0ce85ec6
|
|
| MD5 |
d0f0b47d9c83be1654261ef340167e2b
|
|
| BLAKE2b-256 |
46bf61f799ed7ee324763884b99653933e2ec8d6e0413b54fa974b5913765b2e
|
File details
Details for the file django_boilerplate_rest-0.0.2-py3-none-any.whl.
File metadata
- Download URL: django_boilerplate_rest-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f14b4644b5e1eee30d754c82431f3addc1f53e6fb466e103ae70f30be7e03db
|
|
| MD5 |
3bcf9fafcffdcef82a4b4ba7722f4ff4
|
|
| BLAKE2b-256 |
739db64d1446ef3dfc05f4af2088e5bec0292dc2334d5ca9a03e870415d9a15d
|