Your Django application is live and running
You've successfully deployed your DJTB application to production. Everything is configured and ready for you to build something amazing.
Django Allauth configured with email-based authentication and social login support.
Tailwind CSS and DaisyUI pre-configured for rapid, responsive UI development.
PostgreSQL, Redis, Celery, and cloud storage configured and ready to scale.
Visit /a/admin/ to manage your application data and users.
Edit src/djtb/templates/index.html to create your own landing page.
Check out CLAUDE.md for development guidelines and best practices.
Create your first Django app with uv run django-admin startapp your_app_name
Built with Django 6.0, Python 3.14, and Tailwind CSS