django-cas-server/.gitignore
Valentin Samir e832a93b39 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
2015-12-17 14:44:06 +01:00

12 lines
84 B
Text

*.pyc
*.egg-info
build/
bootstrap3
cas/
dist/
db.sqlite3
manage.py
.tox
test_venv