mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
updated support to django 2.0
update recaptcha to django-recaptcha2
This commit is contained in:
@@ -26,7 +26,7 @@ class Migration(migrations.Migration):
|
||||
('index', models.IntegerField()),
|
||||
('page_file_name', models.CharField(max_length=100)),
|
||||
('content_type', models.CharField(max_length=30)),
|
||||
('Comic', models.ForeignKey(to='comic.ComicBook')),
|
||||
('Comic', models.ForeignKey(to='comic.ComicBook', on_delete=models.CASCADE)),
|
||||
],
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user