Browse Source

auto commit

master
jfinn 8 months ago
parent
commit
55e7a0d23c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      edan_v1/edan_v1/sitemaps.py

+ 1
- 1
edan_v1/edan_v1/sitemaps.py View File

8
 Product = get_model('catalogue', 'Product')
8
 Product = get_model('catalogue', 'Product')
9
 Category = get_model('catalogue', 'Category')
9
 Category = get_model('catalogue', 'Category')
10
 
10
 
11
-
11
+print("")
12
 """
12
 """
13
 A basic example what a sitemap could look like for a multi-language Oscar
13
 A basic example what a sitemap could look like for a multi-language Oscar
14
 instance.
14
 instance.

Loading…
Cancel
Save