register and sign in pages
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("users", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(model_name="user", name="document_type"),
|
||||
migrations.RenameField(
|
||||
model_name="user", old_name="document_number", new_name="idnumber"
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user