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.9
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.9.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_drf_blog_api-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.0 kB
Release files / django_drf_blog_api-0.1.9.tar.gz
| Download URL | django_drf_blog_api-0.1.9.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e5bb4c1db6ba8761e569a45075b9e340eac0edda371c4297e0db31b2c59697ee
|
|
BLAKE2b-256 checksum How to use checksums |
73ed1ad256a78ef2fae0e956dfb4b4ece7d689c659712b87222dbdd7565b1a40
|
| 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.9-py3-none-any.whl
| Download URL | django_drf_blog_api-0.1.9-py3-none-any.whl |
|---|---|
| Size | 15.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
160ee9cba17773b4c52db7d0331cfacf5787f15902b48210c86e8d5149d927dc
|
|
BLAKE2b-256 checksum How to use checksums |
3750255e9347eef173617203d4674f8e364ac683d9f08704b86779e1fd9606d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.2
|