No description
Find a file
krymmy c6e4b34c4a [MER] dev > main
Add basic for blog
2026-06-19 20:16:38 +03:00
nginx [ADD] nginx local config file 2026-06-19 20:12:51 +03:00
src [UP] urls.py add blog urls 2026-06-19 20:11:25 +03:00
.gitignore [UP] .gitignore 2026-06-06 18:33:37 +03:00
.python-version [INIT] 2026-06-06 18:31:15 +03:00
pyproject.toml [UP] add uvicorn 2026-06-19 19:21:38 +03:00
README.md [UP] + env var DJANGO_FILES_ROOT 2026-06-12 12:57:47 +03:00
README_RU.md [UP] + env var DJANGO_FILES_ROOT x2 2026-06-12 13:01:02 +03:00
uv.lock [UP] add uvicorn 2026-06-19 19:21:38 +03:00

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