Skip to content

Commit

Permalink
Make migrations that remove all twitter models
Browse files Browse the repository at this point in the history
  • Loading branch information
Berehum committed Feb 3, 2025
1 parent cf0fe1a commit fba00c2
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Generated by Django 4.2.16 on 2025-02-03 20:55

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('twitter', '0002_auto_20201103_2220'),
]

operations = [
migrations.DeleteModel(
name='Tweet',
),
migrations.DeleteModel(
name='TwitterAccount',
),
]

0 comments on commit fba00c2

Please sign in to comment.