mirror of https://gitlab.federez.net/re2o/re2o
committed by
root
4 changed files with 28 additions and 6 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.10.7 on 2018-11-14 16:46 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('preferences', '0054_merge_20181025_1258'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AddField( |
|||
model_name='generaloption', |
|||
name='main_site_url', |
|||
field=models.URLField(default='http://re2o.example.org', max_length=255), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue