Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 57724b73 authored by EL HASSANE GARGEM's avatar EL HASSANE GARGEM
Browse files

forgotten migration

parent b5841ce1
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.1.4 on 2020-08-28 08:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0009_contactus'),
]
operations = [
migrations.AlterModelOptions(
name='contactus',
options={'verbose_name': 'message', 'verbose_name_plural': 'messages'},
),
migrations.RemoveField(
model_name='contactus',
name='subject',
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment