django-drf-blog-api
django-drf-blog-api is a Django blog API app
Quick start
-
Add "Coy" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ..., "django-drf-coy-apis", ]
2. Include the polls URLconf in your project urls.py like this::
path("coy/", include("django-drf-coy-apis.urls")),
3. Run ``python manage.py migrate`` to create the models.
4. Start the development server and visit the admin to create a poll.
Release files for django-drf-coy-apis 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_drf_coy_apis-0.2.0.tar.gz | 10.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_drf_coy_apis-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.7 kB
Release files / django_drf_coy_apis-0.2.0.tar.gz
| Download URL | django_drf_coy_apis-0.2.0.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2171be7e71583a8fcf2f5ceecdd3b20d7627677438549f0de8be73764cf46a9f
|
|
BLAKE2b-256 checksum How to use checksums |
fc0aeed600ba9bc6f6f0cadfe3515547f9f4334d4a814330317b9bd04b104088
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|
Release files / django_drf_coy_apis-0.2.0-py3-none-any.whl
| Download URL | django_drf_coy_apis-0.2.0-py3-none-any.whl |
|---|---|
| Size | 11.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
771fb429a071ec6adddde455801f6dcd82cfd0be90872b5d2b5138f6d0ba8cb2
|
|
BLAKE2b-256 checksum How to use checksums |
e4f65e64dba7542954bfdda49d3dea716438ab6304cf747f34a76c0b77e71d17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|