Socialify

Folder ..

Viewing 0009_delete_captchastore.py
16 lines (11 loc) • 323.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# Generated by Django 4.1.4 on 2022-12-28 12:41

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ("users", "0008_remove_userprofile_gravatar_email_and_more"),
    ]

    operations = [
        migrations.DeleteModel(
            name="CaptchaStore",
        ),
    ]