1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00

Migrate to visits

This commit is contained in:
Sean Morley 2024-09-22 14:12:41 -04:00
parent 6dec37d3b9
commit 0911826501
14 changed files with 110 additions and 194 deletions

View file

@ -1,18 +0,0 @@
# Generated by Django 5.0.8 on 2024-08-18 16:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('adventures', '0002_alter_adventureimage_adventure'),
]
operations = [
migrations.AddField(
model_name='adventure',
name='end_date',
field=models.DateField(blank=True, null=True),
),
]