13 lines
220 B
Python
13 lines
220 B
Python
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('tool', '0005_colorhistory'),
|
|
('tool', '0005_delete_slider_captcha_tool'),
|
|
]
|
|
|
|
operations = [
|
|
]
|