Add a run_test_server target to make file

running make run_test_server will build a virtualenv, create a django projet
with django-cas-server and lauch ./management.py runserver
This commit is contained in:
Valentin Samir
2015-12-17 14:44:06 +01:00
parent 7b4fac5754
commit e832a93b39
2 changed files with 26 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ db.sqlite3
manage.py
.tox
test_venv