mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
- Remove old templates, views, urls, tests and models - Per #204, this project was abandoned. - We will query and save aggregated stats from hyperkitty in a future commit, in #1289
17 lines
329 B
Python
17 lines
329 B
Python
# Generated by Django 4.2.15 on 2024-10-16 18:28
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("mailing_list", "0002_mailinglistmessage_sender_and_more"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="MailingListMessage",
|
|
),
|
|
]
|