{% extends 'core/base.html' %} {% block title %}About - Django Demo Project{% endblock %} {% block content %}

About This Project

Purpose

This Django demo project is designed as a production-ready template for testing VPS deployment workflows. It serves as a foundation for future Django projects with all the essential configurations already in place.

Features
  • ✓ Minimal dependencies for fast deployment
  • ✓ Environment-based configuration
  • ✓ SQLite development / PostgreSQL production
  • ✓ Static files handling with WhiteNoise
  • ✓ Contact form functionality
  • ✓ Simple blog system
  • ✓ Bootstrap-based responsive UI
  • ✓ Production security settings
Tech Stack
  • Backend: Django 4.2.7
  • Database: SQLite/PostgreSQL
  • Server: Gunicorn
  • Frontend: Bootstrap 5
  • Static Files: WhiteNoise
  • Config: python-decouple
{% endblock %}