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.4.tar.gz (17.2 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.4-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fc_django_post_api-2026.6.4.tar.gz
Algorithm Hash digest
SHA256 a01f68ff03c6eb31199accc522b0cef7e8204f0f9a3ba03bfaef62d6974484a0
MD5 684885b6553637a8aa7ae003d8e04f3b
BLAKE2b-256 72c31af33bf3e8a53d979118d08644c887688d520209164b8994ce4d5c798000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fc_django_post_api-2026.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9040cecb44a45738620663daac15654a02e76d12c0ceb93e15a4e72d67b6fe67
MD5 9afc2f181e9f7bd662ee99484de16ffe
BLAKE2b-256 f2441663e8b5658ba68d2a6608faedca99e1b5bf2b5a13ff6cd89aa983e4ea8c

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