mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
parent
5d81ad1af1
commit
2c2c8a6326
@ -1,7 +1,9 @@
|
|||||||
from django.contrib.auth.models import User
|
from django.contrib.auth.models import User
|
||||||
|
from django.test.utils import override_settings
|
||||||
|
|
||||||
from .base import SitemapTestsBase
|
from .base import SitemapTestsBase
|
||||||
|
|
||||||
|
@override_settings(ABSOLUTE_URL_OVERRIDES={})
|
||||||
class GenericViewsSitemapTests(SitemapTestsBase):
|
class GenericViewsSitemapTests(SitemapTestsBase):
|
||||||
|
|
||||||
def test_generic_sitemap(self):
|
def test_generic_sitemap(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user