Add circles app with Circle model

This commit is contained in:
Maximilian Friedersdorff 2022-07-08 21:50:39 +01:00
parent 72e80817a5
commit ce230f1101
9 changed files with 77 additions and 0 deletions

View file

@ -36,6 +36,7 @@ INSTALLED_APPS = [
"django.contrib.messages",
"django.contrib.staticfiles",
"flangr.posts",
"flangr.circles",
]
MIDDLEWARE = [