|
@@ -1,5 +1,5 @@
|
1
|
1
|
# -*- coding: utf-8 -*-
|
2
|
|
-print("SITE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
|
|
2
|
+print("SITE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.")
|
3
|
3
|
from django.conf import settings
|
4
|
4
|
from django.contrib.sitemaps import Sitemap
|
5
|
5
|
from django.urls import reverse
|