parent
10ca0cd7f1
commit
6be7f3c3cd
10 changed files with 128 additions and 0 deletions
6
app/export/apps.py
Normal file
6
app/export/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ExportConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "export"
|
Loading…
Add table
Add a link
Reference in a new issue