Skip to main content

Django REST API package extracted from fc_django_crazypowertools

Project description

fc-django-post-api

PyPI version

Django REST API package extracted from fc_django_crazypowertools.

Status: experimental — first PyPI release (2026.6.0).

Install

pip install fc-django-post-api

Configure

Add to INSTALLED_APPS in your Django settings:

INSTALLED_APPS = [
    ...,
    "fc_django_post_api",
]

The AppConfig declares label = "api", so the Django app label remains api even though the Python import is fc_django_post_api. Database tables, migrations, and reverse() lookups are unaffected.

Mount URLs

# urls.py
urlpatterns = [
    path("api/", include("fc_django_post_api.urls")),
    ...,
]

Endpoints

  • GET /api/posts/ — PostViewSet (DRF)
  • GET /api/health/ — HealthView
  • GET /api/me/ — MeView
  • POST /api/auth/token/ — JWT obtain
  • POST /api/auth/token/refresh/ — JWT refresh

License

MIT — see LICENSE.

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

fc_django_post_api-2026.6.3.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fc_django_post_api-2026.6.3-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file fc_django_post_api-2026.6.3.tar.gz.

File metadata

  • Download URL: fc_django_post_api-2026.6.3.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for fc_django_post_api-2026.6.3.tar.gz
Algorithm Hash digest
SHA256 a988ac359f6add397a29d2d45777600fb00407392609c3110c870b510a9cfbab
MD5 17e47a8143a964cc2dfb075072c3d215
BLAKE2b-256 c7196ff2d653618ff04530b58fef6e9cc84a30eb4055b903223ff8095a09aa11

See more details on using hashes here.

File details

Details for the file fc_django_post_api-2026.6.3-py3-none-any.whl.

File metadata

File hashes

Hashes for fc_django_post_api-2026.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 81dfa5042d9f20080293cee2f0a3a9b9b21ea60ab51aab22ba879725602bd272
MD5 3d56c53a724a29488df11c4cf20f0274
BLAKE2b-256 ae9a65a277b24fe8d1ae95189585d786a14c386605e8b2d2df96787b1fb3d5e7

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