mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 11:58:04 +00:00
11 lines
302 B
Python
11 lines
302 B
Python
# Generated by Django 1.11.23 on 2019-08-18 17:00
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [("com", "0005_auto_20180318_2227")]
|
|
|
|
operations = [migrations.RemoveField(model_name="sith", name="index_page")]
|