first commit
This commit is contained in:
commit
a1642c8dc4
16 changed files with 497 additions and 0 deletions
6
run_order/apps.py
Normal file
6
run_order/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class RunOrderConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'run_order'
|
Loading…
Add table
Add a link
Reference in a new issue