Commit Graph

7 Commits

Author SHA1 Message Date
e82f0f8e6f Fix hardcoded localhost:8000 URLs
Some checks failed
continuous-integration/drone/push Build is failing
- Add backend/utils.py for URL management
- Update serializers to use normalize_file_url()
- Update views to use URL utils from env vars
- Fix frontend components to use NEXT_PUBLIC_API_URL
- Add new env vars: DJANGO_BACKEND_URL, DJANGO_MEDIA_BASE_URL
- Replace all hardcoded localhost:8000 with configurable URLs
2025-11-08 19:25:35 +09:00
420a009c4c fix(frontend): remove prose-lg utility requiring typography plugin
Some checks failed
continuous-integration/drone/push Build is failing
- Replace prose-lg with prose-text using standard text-lg utility
- Remove duplicate typography layer definitions
- Clean up CSS structure to use only core Tailwind utilities
- Resolve 'Cannot apply unknown utility class prose-lg' error

Frontend Docker build now succeeds with only minor @screen warnings
2025-11-02 07:11:02 +09:00
82ea14f053 fix(frontend): remove missing test-styles.css import
- Remove reference to non-existent test-styles.css file in globals.css
- This resolves frontend build error in Docker/CI environment
- Keep existing layouts.css import which exists and is valid

Fixes: Can't resolve './test-styles.css' webpack error
2025-11-02 07:03:27 +09:00
2e535513b5 + Приведены все функции приложения в рабочий вид
+ Наведен порядок в файлах проекта
+ Наведен порядок в документации
+ Настроены скрипты установки, развертки и так далее, расширен MakeFile
2025-11-02 06:09:55 +09:00
367e1c932e refactor. pre-deploy 2025-10-29 20:22:35 +09:00
18497d4343 new models, frontend functions, public pages 2025-05-07 15:41:03 +09:00
91f0d54563 init commit 2025-05-06 20:44:33 +09:00