mirror of
https://github.com/decompals/frogress.git
synced 2025-12-17 17:05:25 +00:00
@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = []
|
||||
dependencies: list[tuple[str, str]] = []
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
|
||||
Reference in New Issue
Block a user