No description
- Python 100%
|
|
||
|---|---|---|
| nginx | ||
| src | ||
| .gitignore | ||
| .python-version | ||
| pyproject.toml | ||
| README.md | ||
| README_RU.md | ||
| uv.lock | ||
KryDBlog
[ Russian ]
This is project about creation blog based on Django framework with plan to use in futher for site KrymmyRU. And also this is project be my little showcase of competetion in programming
Environment variables
Django
| Variable | Description |
|---|---|
DJANGO_SECRET_KEY |
Secret key used by Django for cryptographic signing and security features. |
DJANGO_DEBUG |
Enables debug mode when set to yes. |
DJANGO_ALLOWED_HOSTS |
Space-separated list of allowed hostnames that can serve the application. |
DJANGO_CSRF_TRUSTED_ORIGINS |
Space-separated list of trusted origins allowed to make CSRF-protected requests. |
DJANGO_DATABASE_ENGINE |
Database engine to use (sqlite, postgres, mysql, etc.). |
DJANGO_DATABASE_NAME |
Name of the database file or database instance. |
DJANGO_DATABASE_CONNECTION_NAME |
Django database connection alias (defaults to default). |
DJANGO_DATABASE_USER |
Username used to authenticate with PostgreSQL or MySQL. |
DJANGO_DATABASE_PASSWORD |
Password used to authenticate with PostgreSQL or MySQL. |
DJANGO_DATABASE_HOST |
Hostname or IP address of the database server. |
DJANGO_DATABASE_PORT |
Port number used to connect to the database server. |
DJANGO_FILES_ROOT |
Root directory for static and media files |