0002_auto_20170206_2358.py 379 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.5 on 2017-02-06 22:58
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('accounts', '0001_initial'),
  8. ]
  9. operations = [
  10. migrations.AlterModelTable(
  11. name='profile',
  12. table=None,
  13. ),
  14. ]