← All components
Django Base
Django backend project with Python 3.11+. Provides a foundation for Django applications with models, views, URLs, and settings. Includes Docker configuration for PostgreSQL. Packages pinned to Django==5.0.0 (verified 2026-09-06).
Copy the files below, or open this folder on GitHub. Each file is stamped with a limited-use licence, generator and date. SHA-256 is of the published catalog bytes, before the stamp.
- id
- django-base
- stack
- Next.js
- version
- 1.0.0
- compatibility
- django >=5 <6 · python >=3.11
- requires
- —
- env vars
- DJANGO_SECRET_KEY, DJANGO_DEBUG, DJANGO_ALLOWED_HOSTS, DATABASE_URL
Verified passing · daily buildIntegrity sha256:3e7a59112bfe11b7…
Files (17)
requirements.txt · sha256:3e7a59112bfe11b7…
// Licensed by BotKelp — https://www.botkelp.com
/**
* Django Production Requirements
*
* This file lists the production dependencies for Django.
*
* Source: https://docs.djangoproject.com/en/5.0/intro/install/
* Verified: 2026-09-06
*/
# Django framework
Django==5.0.0
# Database adapter (PostgreSQL)
psycopg2-binary==2.9.9
# Environment variables support
python-dotenv==1.0.0
# Security
cryptography==42.0.0
# For production deployment
gunicorn==21.2.0