merge migrations

This commit is contained in:
jorgepastorr 2023-11-26 11:31:07 +01:00 committed by pedro
parent 52f1bd3423
commit 5effd000d6
2 changed files with 17 additions and 0 deletions

3
.gitignore vendored
View File

@ -10,3 +10,6 @@ build
/.Trash* /.Trash*
/.git /.git
/.idea /.idea
.idea
.Trash-1000/

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.28 on 2023-11-26 09:52
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('systemusers', '0002_auto_20150429_1413_squashed_0004_auto_20210330_1049'),
('systemusers', '0004_auto_20230813_0920'),
]
operations = [
]