beatonma / django-wm

Automatic Webmention functionality for Django models
https://beatonma.org/webmentions_tester/
GNU General Public License v3.0
12 stars 2 forks source link

Specifying the model to migrate #8

Closed rasulkireev closed 4 years ago

rasulkireev commented 4 years ago

For me the mentions database did not migrate unless I specified that it was mentions app.

beatonma commented 4 years ago

Thank you for bringing this to my attention. I have now fixed the underlying issue in 9721c1f by including migrations/__init__.py in the repository. Django should now detect the models correctly when running migrations without needing to specify the app.

rasulkireev commented 4 years ago

Awesome, thanks for fixing!