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.0.tar.gz (12.6 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.0-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fc_django_post_api-2026.6.0.tar.gz
  • Upload date:
  • Size: 12.6 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.0.tar.gz
Algorithm Hash digest
SHA256 600109a1a7545f8e0018bc80ffa7501e547cc24c37cd204177441d3849bfd65e
MD5 0b4e9d8d9022f3c8a5486436d9592d97
BLAKE2b-256 92baf272f5188acbc298156a276b77c9d6ce00d2f5a1a58eab9390f6f8307693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fc_django_post_api-2026.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f92300739a00bfd6c48644ec14988e790bbbb7d941b4d3b14ed943a8a942c2e
MD5 c70146426fa0e7f6977592b180842fb8
BLAKE2b-256 eb1aab6bf968bf078ccb31a45abe2b5bdd93d48a7c6535aaf369d43ba2340125

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