Feature: тёмная тема, минималистичный UI, улучшения UX

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-25 15:22:18 +00:00
parent a181413dda
commit a684bede12
18 changed files with 860 additions and 305 deletions

View File

@@ -16,6 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN mkdir -p logs app/logs
RUN SECRET_KEY=build python manage.py collectstatic --noinput 2>/dev/null || true
EXPOSE 8000