mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-04 19:54:42 +00:00
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/bin/bash
|
|
|
|
cd testproject
|
|
python manage.py test rosetta
|
|
cd ..
|