Add: posts api app to core/settings
This commit is contained in:
parent
acf48203b9
commit
72c0a012c9
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ INSTALLED_APPS = [
|
||||||
"api.schema",
|
"api.schema",
|
||||||
"api.authentication",
|
"api.authentication",
|
||||||
"api.user",
|
"api.user",
|
||||||
|
"api.posts",
|
||||||
"images",
|
"images",
|
||||||
"apps",
|
"apps",
|
||||||
"apps.archive",
|
"apps.archive",
|
||||||
|
|
Loading…
Add table
Reference in a new issue