This commit is contained in:
Iliyan Angelov
2025-10-10 21:54:39 +03:00
parent f962401565
commit 76c857b4f5
49 changed files with 4070 additions and 1353 deletions

View File

@@ -6,8 +6,8 @@ SECRET_KEY=your-super-secret-production-key-here
DEBUG=False
ALLOWED_HOSTS=yourdomain.com,www.yourdomain.com,your-server-ip
# Database (Production)
DATABASE_URL=postgresql://username:password@localhost:5432/gnx_production
# Database - Using SQLite (default)
# SQLite is configured in settings.py - no DATABASE_URL needed
# Email Configuration (Production)
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend