Add circles app with Circle model
This commit is contained in:
parent
72e80817a5
commit
ce230f1101
9 changed files with 77 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ INSTALLED_APPS = [
|
|||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
"flangr.posts",
|
||||
"flangr.circles",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue