Django sitemap without database? -


i'm using from django.contrib.sitemaps.views import sitemap site doesn't used database, get:

settings.databases improperly configured. please supply engine value. check settings documentation more details.

when trying load sitemap, relies on django sites framework


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -