mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
Merge pull request #7 from apoclyps/docker-support
[ISSUE-3] Adding docker support
This commit is contained in:
@@ -7,14 +7,8 @@ from django.db import migrations, models
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comic', '0012_auto_20160401_0949'),
|
||||
]
|
||||
dependencies = [("comic", "0012_auto_20160401_0949")]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='comicstatus',
|
||||
name='finished',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
migrations.AddField(model_name="comicstatus", name="finished", field=models.BooleanField(default=False))
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user