mirror of
https://github.com/Rushilwiz/ask-a-philosopher.git
synced 2025-04-17 18:50:17 -04:00
7 lines
138 B
Python
7 lines
138 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AskConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'ask'
|