Add Django project files

This commit is contained in:
Server Deploy 2025-11-19 20:12:28 +03:00
parent a5c110a35b
commit 30e2eeb736
31 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# Django Site - Программист
Проект сайта-портфолио программиста.
## Функциональность
- Компетенции и решения
- Отзывы клиентов
- Обратная связь
- Аналитика посещений
- Темная/светлая тема
## Установка
```bash
pip install -r requirements.txt
python manage.py migrate
python manage.py collectstatic
python manage.py createsuperuser

0
db.sqlite3.backup Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 KiB