mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/sh
|
|
source venv/bin/activate
|
|
echo "Creating Superuser."
|
|
python manage.py createsuperuser
|
|
echo "Done" |