django-munin icon indicating copy to clipboard operation
django-munin copied to clipboard

no such table: munin_test error

Open Dean-Christian-Armada opened this issue 9 years ago • 3 comments
trafficstars

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?

Dean-Christian-Armada avatar Oct 24 '16 02:10 Dean-Christian-Armada

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.

thraxil avatar Oct 25 '16 20:10 thraxil

db_performance works with this fix.

martianrock avatar Dec 06 '16 00:12 martianrock

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.

martianrock avatar Feb 23 '17 03:02 martianrock