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

javascript - How to bind ViewModel Store to View? -

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

python - Alternative to referencing variable before assignment -