{% extends 'core/base.html' %} {% block title %}Home - Django Demo Project{% endblock %} {% block content %}
A production-ready Django application template optimized for VPS hosting deployment.
Get StartedConfigured with environment variables, security settings, and optimized for deployment.
Works with SQLite for development and PostgreSQL for production.
Includes deployment scripts and configuration for easy VPS hosting.
Clean, lightweight setup with only essential packages.
{{ post.content|truncatewords:20 }}
{{ post.created_at|date:"M d, Y" }}No blog posts yet. Check back later!
{% endif %}