-
Replace
corewith your project name. -
Create a
mediafolder:mkdir assets/media touch assets/media/.gitkeep
-
Move the
build_testfile to the workflow directory. -
Initialize the Git repository:
sudo rm -r .git git init git add . git commit -m "Initial commit" pre-commit install --hook-type commit-msg
-
Install pre-commit hooks:
pip3 install pre-commit pre-commit install --hook-type commit-msg
-
Create a
.envfile in the root directory:cp dummy.env .env
-
Build and run the application with Docker Compose:
docker-compose -f docker-compose.local.yml up --build -d
-
Run Django management commands:
docker compose -f docker-compose.local.yml run --rm django python manage.py [command]
mezo-dev/finance_backend
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|