new: first commit !minor

This commit is contained in:
cătălin 2021-01-25 02:27:02 +01:00
commit 5848134067
45 changed files with 2754 additions and 0 deletions

5
order/apps.py Normal file
View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class OrderConfig(AppConfig):
name = "order"