Skip to content

0.1.0

Compare
Choose a tag to compare
@serivt serivt released this 30 Dec 14:12
· 5 commits to main since this release
0263e3f
  • πŸ“ Added LICENSE
  • πŸ“ Updated README
  • ✨ Added .gitignore file
  • ✨ Added pyproject file
  • ✨ Added 'apply_migrations' command that applies Django migrations and rolls back if an error occurs
  • ✨ Added methods to resolve backward incompatibilities
  • ✨ Added command that shows the last changes made from migrations with backward compatibility
  • ✨ Added 'publish' Github action
  • πŸ› Added missing init file
  • πŸ”§ Apply code formatting with black and isort