File size: 163 Bytes
566570e
 
 
 
 
 
1
2
3
4
5
6
7
from django.apps import AppConfig


class WordpressApiConfig(AppConfig):
    default_auto_field = "django.db.models.BigAutoField"
    name = "wordpress_api"