1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 02:31:09 +02:00

Drop old templates and old search

This commit is contained in:
Alexandre Iooss
2019-08-09 08:28:57 +02:00
parent d0f2140d14
commit b4cfb8d3b6
40 changed files with 131 additions and 10707 deletions

View File

@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.22 on 2019-08-09 06:02
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0025_auto_20190808_1213'),
]
operations = [
migrations.AlterUniqueTogether(
name='right',
unique_together=set([]),
),
migrations.RemoveField(
model_name='right',
name='right',
),
migrations.RemoveField(
model_name='right',
name='user',
),
migrations.DeleteModel(
name='ListRight',
),
migrations.DeleteModel(
name='Right',
),
]