1
0
forked from erp-dev/erp

feat: running on docker fully, and added rabbitmq/worker container

This commit is contained in:
2025-11-25 15:56:13 +08:00
parent cd6a2370fc
commit d90917e764
34 changed files with 2474 additions and 74 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.7 on 2025-11-24 09:06
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('basic_info', '0012_userprofile'),
]
operations = [
migrations.AlterModelOptions(
name='customer',
options={'permissions': [('view_all_customers', '查看所有客户资料')], 'verbose_name': '客户资料', 'verbose_name_plural': '客户资料'},
),
]