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? -

dll - AutoIt (AutoItX) on C# Windows 7 App System.DllNotFoundException -

python - Alternative to referencing variable before assignment -