feat: added shop models
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import datetime
|
||||
from config.settings.environ import * # noqa
|
||||
|
||||
APP_NAME = "TPV"
|
||||
APP_NAME = "Shop"
|
||||
DESCRIPTION = ""
|
||||
VERSION = "0.1.0"
|
||||
|
||||
@@ -26,6 +26,7 @@ THIRD_PARTY_APPS = [
|
||||
]
|
||||
|
||||
PROJECT_APPS = [
|
||||
"shop",
|
||||
"tpv",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user