17 lines
300 B
Python
17 lines
300 B
Python
# Generated by Django 2.2.6 on 2020-01-28 18:42
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('astrobasis', '0005_auto_20200128_2138'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='ZTFAlert',
|
|
),
|
|
]
|