Socialify

Folder ..

Viewing 0006_delete_captchastore.py
16 lines (11 loc) • 326.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# Generated by Django 4.0.6 on 2022-09-05 23:47

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('users', '0005_captchastore_id_alter_captchastore_csrf_token'),
    ]

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