Guest User

Untitled

a guest
Feb 27th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | None | 0 0
  1. # Generated by Django 3.1 on 2020-02-27 20:10
  2.  
  3. from django.db import migrations
  4.  
  5.  
  6. class Migration(migrations.Migration):
  7.  
  8.     dependencies = [
  9.         ('some', '0005_book_pub'),
  10.     ]
  11.  
  12.     operations = [
  13.         migrations.RemoveField(
  14.             model_name='pub',
  15.             name='authors_pub',
  16.         ),
  17.         migrations.DeleteModel(
  18.             name='Book',
  19.         ),
  20.         migrations.DeleteModel(
  21.             name='Pub',
  22.         ),
  23.     ]
Add Comment
Please, Sign In to add comment