mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Remove django-evolution
This commit is contained in:
@@ -1 +0,0 @@
|
||||
SEQUENCE = ['validation-field']
|
||||
@@ -1,7 +0,0 @@
|
||||
from django_evolution.mutations import *
|
||||
from django.db import models
|
||||
|
||||
MUTATIONS = [
|
||||
AddField('RedditAccount', 'validated', models.BooleanField, initial=False),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user