Matej Janežič 423badfe07 fix: all django management command related subcommands
We just called `manage` inside docker instead of
`exec appserver python manage.py`. Now we make assumption that django
app is running in docker-compose in service named `appserver`.

While fixing this bug we also refactored for `shell`, `makemigrations`
and `migrate` to all call `manage` under the hood to avoid repeating code.
2023-05-24 00:21:04 +02:00
2023-05-21 22:12:45 +02:00
2023-05-24 00:01:18 +02:00
2023-05-24 00:01:18 +02:00

ahab

Description
No description provided
Readme 111 KiB
Languages
Rust 100%