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.2.1
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.2.1.tar.gz | 11.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_drf_blog_api-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.1 kB
Release files / django_drf_blog_api-0.2.1.tar.gz
| Download URL | django_drf_blog_api-0.2.1.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dfded85889ff8b631f275dd5aad9d9bdbe1687ae39f12f6659e75268b3e22be7
|
|
BLAKE2b-256 checksum How to use checksums |
3457fda4f9900d34604dcfc030e6bfd0361e0b0dcc7f336e9177c02c429cd492
|
| 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.2.1-py3-none-any.whl
| Download URL | django_drf_blog_api-0.2.1-py3-none-any.whl |
|---|---|
| Size | 16.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
661301ef227e096bc6f49b8fbf6927dee585ef04b5bc330838b7edca130e1700
|
|
BLAKE2b-256 checksum How to use checksums |
a209d53cdda996c1ca573e86ef538ad960feeb6dfadfee227d08ac9e3a98d16b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|