Go to file
Matej Janezic 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
src fix: all django management command related subcommands 2023-05-24 00:21:04 +02:00
.gitignore feat: initial commit 2023-05-21 22:12:45 +02:00
Cargo.lock release: v0.1.0 2023-05-24 00:01:18 +02:00
Cargo.toml release: v0.1.0 2023-05-24 00:01:18 +02:00
LICENSE feat: add license, readme and update manifest file 2023-05-21 23:02:03 +02:00
README.md feat: add license, readme and update manifest file 2023-05-21 23:02:03 +02:00

README.md

ahab