Add manage command to your .bashrc:
manage
.bashrc
echo "alias manage='front/venv/bin/python front/app/manage.py'" >> ~/.bashrc source ~/.bashrc
manage showmigrations webapp
There was an error while loading. Please reload this page.
Frontend
Backend