You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: