TandoorRecipes/setup.sh
2020-03-20 10:50:34 +01:00

5 lines
106 B
Bash

#!/bin/sh
source venv/bin/activate
echo "Creating Superuser."
python manage.py createsuperuser
echo "Done"