added an example to be able to easily run the unittests
authorSebastian Annies <sebastian.annies@googlemail.com>
Sun, 9 Oct 2011 21:23:26 +0000 (23:23 +0200)
committerSebastian Annies <sebastian.annies@googlemail.com>
Sun, 9 Oct 2011 21:23:26 +0000 (23:23 +0200)
commit34efbf37f568d6db6523da7dde3a134c467ed89b
tree016b7e0d437a820b592f0fbddef9824015c98d27
parent4f3dc0c8018d8ca6ff31429043d64ccbdae8b956
added an example to be able to easily run the unittests
cas_provider_examples/__init__.py [new file with mode: 0644]
cas_provider_examples/simple/__init__.py [new file with mode: 0644]
cas_provider_examples/simple/manage.py [new file with mode: 0644]
cas_provider_examples/simple/settings.py [new file with mode: 0644]
cas_provider_examples/simple/templates/base.html [new file with mode: 0644]
cas_provider_examples/simple/templates/login-success-redirect-target.html [new file with mode: 0644]
cas_provider_examples/simple/urls.py [new file with mode: 0644]