mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-31 07:10:14 +02:00
import tool first implementation
This commit is contained in:
parent
931a047d09
commit
f366e2cd69
14 changed files with 314 additions and 0 deletions
6
import_tool/apps.py
Normal file
6
import_tool/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ImportToolConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'import_tool'
|
Loading…
Add table
Add a link
Reference in a new issue