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
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
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.
Fixtures in Django don't call the save method, but that one is overridden in the
app/puzzles/models.pyfile and needs to run in order to cook the markdown.I'm not sure what the best way to do this is.