Skip to content

Database migrations

Ségolène Albouy edited this page Jul 1, 2026 · 4 revisions

Add manage command to your .bashrc:

echo "alias manage='front/venv/bin/python front/app/manage.py'" >> ~/.bashrc
source ~/.bashrc

List applied migrations

manage showmigrations webapp

Clone this wiki locally