diff options
Diffstat (limited to 'check')
| -rwxr-xr-x | check | 8 | 
1 files changed, 7 insertions, 1 deletions
@@ -55,7 +55,13 @@ case $SUBCMD in          ;;      "run")          cd "$root" -        ./manage runserver +        ./manage.py runserver +        cd - +        ;; +    "devdb") +        cd "$root" +        ./manage.py migrate +        ./manage.py createsuperuser --username admin --email admin@example.org          cd -          ;;      *)  | 
