mirror of
https://github.com/Hopiu/django.git
synced 2026-04-10 18:11:09 +00:00
parent
5d81ad1af1
commit
2c2c8a6326
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
from django.contrib.auth.models import User
|
||||
from django.test.utils import override_settings
|
||||
|
||||
from .base import SitemapTestsBase
|
||||
|
||||
@override_settings(ABSOLUTE_URL_OVERRIDES={})
|
||||
class GenericViewsSitemapTests(SitemapTestsBase):
|
||||
|
||||
def test_generic_sitemap(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue