mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-28 02:50:24 +00:00
5 lines
140 B
Bash
Executable file
5 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
reset
|
|
#./scripts/uninstall.sh
|
|
#./scripts/install.sh
|
|
python examples/simple/manage.py test fobi --settings=settings.test
|