Opened 11 years ago
Closed 11 years ago
#23419 closed Uncategorized (invalid)
Cant import StaticLiveServerCase
Description ¶
When I'm trying to import StaticLiveServerCase it gives me an error:
>>> from django.contrib.staticfiles.testing import StaticLiveServerCase Traceback (most recent call last): File "<console>", line 1, in <module> ImportError: cannot import name StaticLiveServerCase
Note:
See TracTickets
for help on using tickets.
This was renamed to
StaticLiveServerTestCase
just before the 1.7 release (see #23374). Sorry for the confusion.