mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
Initial commit
This commit is contained in:
19
comic/migrations/0002_auto_20150616_1613.py
Normal file
19
comic/migrations/0002_auto_20150616_1613.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comic', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='setting',
|
||||
name='name',
|
||||
field=models.CharField(unique=True, max_length=50),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user