Skip to content
Snippets Groups Projects
Commit c72f602c authored by salazard's avatar salazard
Browse files

fix migrations

parent 66eebd28
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2 on 2023-01-27 20:55
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('profiles', '0018_auto_20220909_1740'),
('profiles', '0017_auto_20221111_2210'),
]
operations = [
]
# Generated by Django 2.2 on 2023-01-27 20:55
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('visits', '0005_auto_20221111_2210'),
('visits', '0005_auto_20220816_2353'),
]
operations = [
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment