summaryrefslogtreecommitdiffstats
path: root/django/run-bootstrap.sh
blob: c57325bfd1e7fe88ae51344810b384cc8830f72a (plain)
1
2
3
4
5
#! /bin/bash

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser