Skip to main content

A Django app blog API endpoints.

Project description

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",
    ]
    
  2. Include the polls URLconf in your project urls.py like this::

    path("blog/", include("django-drf-blog-api.urls")),

  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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-drf-blog-api-0.1.3.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file django-drf-blog-api-0.1.3.tar.gz.

File metadata

  • Download URL: django-drf-blog-api-0.1.3.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.2

File hashes

Hashes for django-drf-blog-api-0.1.3.tar.gz
Algorithm Hash digest
SHA256 e5b6c3a048143009b7d7884f0643cda824941e75524fca35fa98a2332f7ddd28
MD5 a0dd691dcc7169f549e8b264e044062b
BLAKE2b-256 b1f3377d0e56730010a8a8f8751f19c04d8a36fead771207f7625745e2f2afa1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page