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
Fixtures in Django don't call the save method, but that one is overridden in the app/puzzles/models.py file and needs to run in order to cook the markdown.
I'm not sure what the best way to do this is.
The text was updated successfully, but these errors were encountered:
Fixtures in Django don't call the save method, but that one is overridden in the
app/puzzles/models.py
file and needs to run in order to cook the markdown.I'm not sure what the best way to do this is.
The text was updated successfully, but these errors were encountered: