Merge pull request #77

* added timestamp to comicstatus.

* added timestamp to comicstatus.
This commit is contained in:
2022-09-19 12:18:46 +01:00
committed by GitHub
parent 01e73cc9b3
commit 2647a0e31e
20 changed files with 463 additions and 304 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 4.0.7 on 2022-09-15 15:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('comic', '0049_populate_pages'),
]
operations = [
migrations.DeleteModel(
name='ComicPage',
),
]