Skip to content
Snippets Groups Projects

Refactor uc2

Merged Harkamaljit Singh requested to merge RefactorUC2 into master
40 files
+ 1477
1468
Compare changes
  • Side-by-side
  • Inline
Files
40
@@ -46,9 +46,7 @@ class Migration(migrations.Migration):
),
),
],
options={
"ordering": ["-timestamp"],
},
options={"ordering": ["-timestamp"],},
),
migrations.CreateModel(
name="Like",
Loading