feat(purchase/): add purchase app
This commit is contained in:
5
purchase/apps.py
Normal file
5
purchase/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PurchaseConfig(AppConfig):
|
||||
name = 'purchase'
|
||||
Reference in New Issue
Block a user