summaryrefslogtreecommitdiffstats
path: root/restaurant_orders/wordpress_integration/apps.py
blob: f2fd48f8c73b1b7b8ada8d79b6d09f5a56afee8c (plain)
1
2
3
4
5
6
from django.apps import AppConfig


class WordpressIntegrationConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'wordpress_integration'