This repository has been archived on 2022-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
webdev/website/snippets/apps.py
2022-01-08 04:42:34 +05:30

7 lines
148 B
Python

from django.apps import AppConfig
class SnippetsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'snippets'