0006_auto_20170607_2306.py 488 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.11.2 on 2017-06-07 21:06
  3. from __future__ import unicode_literals
  4. from django.db import migrations, models
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('accounts', '0005_profile_ssh_keys'),
  8. ]
  9. operations = [
  10. migrations.AlterField(
  11. model_name='profile',
  12. name='ssh_keys',
  13. field=models.TextField(blank=True, default='', verbose_name='Clefs SSH'),
  14. ),
  15. ]