Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no such table: munin_test error #7

Open
Dean-Christian-Armada opened this issue Oct 24, 2016 · 3 comments
Open

no such table: munin_test error #7

Dean-Christian-Armada opened this issue Oct 24, 2016 · 3 comments

Comments

@Dean-Christian-Armada
Copy link

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?

@thraxil
Copy link
Contributor

thraxil commented Oct 25, 2016

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.

@martianrock
Copy link
Contributor

db_performance works with this fix.

@martianrock
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants