Base Django Rest Framework Project Setup
Project description
Base Django Rest Framework Project Setup
Installation
Using pip
pip install base-django-rest-framework
Using poetry
poetry add base-django-rest-framework
Usage
In your project's settings.py
# ...
INSTALLED_APPS = [
# ...
"rest_framework",
"base_django_rest_framework",
# ...
]
# ...
# Default base_django_rest_framework configurations
from base_django_rest_framework.conf import * # NOQA
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
File details
Details for the file base_django_rest_framework-1.0.0.tar.gz
.
File metadata
- Download URL: base_django_rest_framework-1.0.0.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dfc6f54274c035785afc5b4b5dc924d95bb2b9ecf5570dedd8fb07c2535acfd |
|
MD5 | b0cdb213e85479ecafa4c9f2ca8c5209 |
|
BLAKE2b-256 | 7ea6c80f42c7dd1311d976e960e99f0d95c38f776311d459fedbf14c61f7bda5 |
File details
Details for the file base_django_rest_framework-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: base_django_rest_framework-1.0.0-py3-none-any.whl
- Upload date:
- Size: 51.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a5bc86ede4274878f39aca4a7da00dcac37d1fbf9762899d36a9143b2a32748 |
|
MD5 | 0fbab1e2202afeec3ee58a86d145f206 |
|
BLAKE2b-256 | 74a0bcc20078511699d0df8c4b41bc7b77682dba734572c12885972dfb83d52f |