Django Library PyGal
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

0004_delete_setting.py 294B

12345678910111213141516
  1. # Generated by Django 2.2.9 on 2020-01-31 09:37
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('pygal', '0003_auto_20200130_2203'),
  6. ]
  7. operations = [
  8. migrations.DeleteModel(
  9. name='Setting',
  10. ),
  11. ]