1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/regressiontests/servers
2011-12-29 20:22:13 +00:00
..
fixtures
media
static
__init__.py
models.py
tests.py Added the ability to specify multiple ports available for the LiveServerTestCase WSGI server. This allows multiple processes to run the tests simultaneously and is particularly useful in a continuous integration context. Many thanks to Aymeric Augustin for the suggestions and feedback. 2011-12-29 20:22:13 +00:00
urls.py
views.py