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.6
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.6.tar.gz | 10.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_drf_blog_api-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.5 kB
Release files / django_drf_blog_api-0.1.6.tar.gz
| Download URL | django_drf_blog_api-0.1.6.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab4e6b0bda19dfdd23c2d0369822ca43dee14c746a751be72b1b268bfe0dd2a8
|
|
BLAKE2b-256 checksum How to use checksums |
aee7d35f7249d179db3057cd29da6267c348a7563adfb437492a9cd1870d6413
|
| 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.6-py3-none-any.whl
| Download URL | django_drf_blog_api-0.1.6-py3-none-any.whl |
|---|---|
| Size | 13.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af55c80aa307e282654a2406f459ead8d0fcf23cfee0402fc3bed3d8ec3509b0
|
|
BLAKE2b-256 checksum How to use checksums |
b6f6d8178f61757745755c25e0025ed657d3fa2a4d1483a1511fcae5ad2d76ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|