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.5.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.5-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fc_django_post_api-2026.6.5.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.5.tar.gz
Algorithm Hash digest
SHA256 daa63f73481db07411f8de0409f66b4e57d43999d897e9cff18fa8928f1ee0e3
MD5 4f03e55f762b0b68fc23cedb203e39ab
BLAKE2b-256 ebebedcd4d973e94790ceef7ee7451315fd10b244bc6924977dea0f23b2832b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fc_django_post_api-2026.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2d09bf87675a16f9476d7bbf2b12416f29c8750bf8ed6ac7c11a402fc700d8a6
MD5 8e1a57db194a670f61fe52cf634e0d9d
BLAKE2b-256 2e0dd41bd0e1314d04b3f1ab8b2705c1a0d95433fe137fbfecaf5c5a93b7fe80

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