Skip to main content

django-drf-blog-api

django-drf-blog-api is a Django blog API app

Quick start

  1. Add "Blog" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...,
        "django_drf_blog_api",
        'django_ckeditor_5',
    ]
    
  2. 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)
    
  3. Run python manage.py migrate to create the models.

  4. Start the development server and visit the admin to create a poll.

  5. Visit the /blog/ URL to participate in the poll.

Release files for django-drf-blog-api 0.1.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-drf-blog-api 0.1.8
File Size Uploaded
django_drf_blog_api-0.1.8.tar.gz 11.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-drf-blog-api 0.1.8
File Interpreter ABI Platform
django_drf_blog_api-0.1.8-py3-none-any.whl Python 3 none any Details

Total release size: 26.9 kB

Release files / django_drf_blog_api-0.1.8.tar.gz

Download URL django_drf_blog_api-0.1.8.tar.gz
Size 11.1 kB
Tags Source
SHA-256 checksum
How to use checksums
27a308f1f46787e663c416841a572d5fc91a70bc9972abfeeea5b8971a6a2eb2
BLAKE2b-256 checksum
How to use checksums
a6460623762900e960e6e2d5b3e4e02550404e2829d2974772a52147a42141f6
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.8-py3-none-any.whl

Download URL django_drf_blog_api-0.1.8-py3-none-any.whl
Size 15.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
563b4e1c6b7c728ccec5bdb4cc4299ced33ff51fa101b58d1ce03004fa4403a5
BLAKE2b-256 checksum
How to use checksums
d2253adda6cc068c6034a3e41acd447c408d80cda2189919b6a9f8f07bda7fec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.2

Release history Release notifications | RSS feed

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.9

2 release files

This release

0.1.8 This release

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.7

1 release file

0.0.6

1 release file

0.0.5

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page