8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-07 06:34:06 +00:00
re2o/preferences/migrations/0045_optionaltopologie_switchs_web_management_ssl.py

21 lines
577 B
Python
Raw Normal View History

2018-07-10 13:34:49 +00:00
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-07-09 21:50
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('preferences', '0044_auto_20180709_2237'),
]
operations = [
migrations.AddField(
model_name='optionaltopologie',
name='switchs_web_management_ssl',
field=models.BooleanField(default=False, help_text='Web management ssl. Assurez-vous que un certif est installé sur le switch !'),
),
]