ements and can run on an inexpensive Raspberry Pi. Save your machine energy!

Open Source

It's all on GitHub! Join us by contributing to make this project even better. Don't be shy to be a contributor!

kodo - Gogs: Go Git Service

Geen omschrijving

0003_auto_20180104_0428.py 522B

    # -*- coding: utf-8 -*- # Generated by Django 1.11.3 on 2018-01-03 20:28 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('mch', '0002_auto_20180104_0414'), ] operations = [ migrations.AlterField( model_name='modelimageinfo', name='url', field=models.CharField(blank=True, help_text='\u94fe\u63a5', max_length=255, null=True, verbose_name='url'), ), ]