summaryrefslogtreecommitdiffstats
path: root/restaurant_orders/wordpress_integration/apps.py
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-07-17 01:47:57 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2023-07-17 01:52:26 +0200
commitc21f4b3dacd597a15a5ec39d525df1dfe1b70376 (patch)
tree0dfc51d2ffeb7b5022d9ad852f2fd3620c72196a /restaurant_orders/wordpress_integration/apps.py
parent2c6f98aeef4fa1aba5678fe17c8e762a11db7b40 (diff)
downloadrestaurant-orders-main.tar.gz
restaurant-orders-main.zip
Add project.main
Diffstat (limited to 'restaurant_orders/wordpress_integration/apps.py')
-rw-r--r--restaurant_orders/wordpress_integration/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/restaurant_orders/wordpress_integration/apps.py b/restaurant_orders/wordpress_integration/apps.py
new file mode 100644
index 0000000..f2fd48f
--- /dev/null
+++ b/restaurant_orders/wordpress_integration/apps.py
@@ -0,0 +1,6 @@
1from django.apps import AppConfig
2
3
4class WordpressIntegrationConfig(AppConfig):
5 default_auto_field = 'django.db.models.BigAutoField'
6 name = 'wordpress_integration'