5 lines
50 B
Bash
Executable file
5 lines
50 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. env/bin/activate
|
|
|
|
./manage.py test
|