2
0

apps.py 143 B

123456
  1. from django.apps import AppConfig
  2. class WebsiteConfig(AppConfig):
  3. default_auto_field = 'django.db.models.AutoField'
  4. name = 'website'