0005_instancedefault.py 446 B

12345678910111213141516171819
  1. # Generated by Django 2.0.3 on 2020-04-27 19:06
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('config', '0004_auto_20200427_1159'),
  6. ]
  7. operations = [
  8. migrations.CreateModel(
  9. name='InstanceDefault',
  10. fields=[
  11. ('hostname', models.CharField(max_length=120, primary_key=True, serialize=False)),
  12. ],
  13. ),
  14. ]