- BUGFIX: the rule
load-fixtureswas missing the pre-requisite ruleapply-migrations(#59) - BUGFIX: password reset was redirecting to a missing success URL (giving a 404 to users right after resetting their passwords, what seemed misleading). We now redirect to login.
- IMPROVEMENT: Django Linear Migrations extension moved from
dev.pytobase.pysettings. This way we are ready to runmakemigrationsin any deployment (Be it production or development.)