from django.test import LiveServerTestCase

class StaticLiveServerTestCase(LiveServerTestCase): ...
