mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 10:38:36 +02:00
feat: add Unit Price Calculator
This commit is contained in:
6
app/apps/mini_tools/apps.py
Normal file
6
app/apps/mini_tools/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MiniToolsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.mini_tools"
|
||||
Reference in New Issue
Block a user