Loading repository data…
Loading repository data…
6vlad6 / repository
!comm API веб-сайта для публикации объявлений: django, drf, postgresql, python-dotenv, django-jet, openapi
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
!comm API веб-сайта для публикации объявлений: django, drf, postgresql, python-dotenv, django-jet, openapi
Создать виртуальное окружение (python -m venv venv) и установить зависимости из reqs.txt (pip install -r reqs.txt)
Создать .env в корне проекта и заполнить его по структуре:
SECRET_KEY= DEBUG=1 ALLOWED_HOSTS=['*'] DB_ENGINE=django.db.backends.postgresql DB_USER= DB_PASSWORD= DB_NAME= DB_PORT=5432 DB_HOST=localhost