django-drf-blog-api
django-drf-blog-api is a Django blog API app
Quick start
-
Add "Blog" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ..., "django_drf_blog_api", 'django_ckeditor_5', ] -
Include the polls URLconf in your project urls.py like this::
from django.conf import settings from django.conf.urls.static import static # [ ... ] path("blog/", include("django-drf-blog-api.urls")), urlpatterns += [ path("ckeditor5/", include('django_ckeditor_5.urls')), ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) -
Run
python manage.py migrateto create the models. -
Start the development server and visit the admin to create a poll.
-
Visit the
/blog/URL to participate in the poll.
Release files for django-drf-blog-api 0.1.7
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_blog_api-0.1.7.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_drf_blog_api-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.1 kB
Release files / django_drf_blog_api-0.1.7.tar.gz
| Download URL | django_drf_blog_api-0.1.7.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d2af37ef94f364eee6f1e927f7062d9ce5556fd5d167f8dd239dfd95c6a8722a
|
|
BLAKE2b-256 checksum How to use checksums |
2fbec4da643b327e74dd14c10e0e68515305ba76a5fb83101bc69841cacedd80
|
| 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_blog_api-0.1.7-py3-none-any.whl
| Download URL | django_drf_blog_api-0.1.7-py3-none-any.whl |
|---|---|
| Size | 15.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
06fdddbf6467fbb9aee3be79a09d167e0462407cdba52466583eca327035414a
|
|
BLAKE2b-256 checksum How to use checksums |
ead95f42789364d5b8d1e8fa03277dc0f97322e36b0001fa7626d8734e32a503
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|