@@ -0,0 +1 @@
+# Register your models here.
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+class AIConfig(AppConfig):
+ default_auto_field = "django.db.models.BigAutoField"
+ name = "bakerydemo.ai"
+# Create your models here.
+# Create your tests here.
+# Create your views here.
@@ -37,6 +37,7 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
+ "bakerydemo.ai",
"bakerydemo.base",
"bakerydemo.blog",
"bakerydemo.breads",