mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-17 19:59:29 +00:00
Added validated field to Reddit account
This commit is contained in:
7
reddit/evolutions/validation-field.py
Normal file
7
reddit/evolutions/validation-field.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django_evolution.mutations import *
|
||||
from django.db import models
|
||||
|
||||
MUTATIONS = [
|
||||
AddField('RedditAccount', 'validated', models.BooleanField),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user