django-munin
django-munin copied to clipboard
no such table: munin_test error
Hi, I get this when I visit the db_performance.. I am using django 1.10. I tried running the manage.py syndb but 'syncdb' is an unknown command. I tried running the manage.py migrate however, no new tables are added.. How will I resolve this?
Hi, @Dean-Christian-Armada. django-munin still only has South-style migrations. It should be straightforward for someone to create newer Django 1.7+ style migrations.
We don't actually use django-munin anymore, and haven't for several years, so it's not exactly a high priority for us to work on it. We're happy to take pull requests though.
db_performance works with this fix.
This should be closed I think, I'm successfully using latest version on django 1.10 and munin_test table is created during via makemigrations/migrate.