Skip to content
Snippets Groups Projects

Add data check system

Merged Jonathan Weth requested to merge feature/data-checks into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
dependencies = [
("sites", "0002_alter_domain_unique"),
("contenttypes", "0002_remove_content_type_name"),
("core", "0005_timestamped_activity_notification"),
("core", "0007_dashboard_widget_order"),
]
operations = [
Loading