authentication works, navbar to adjust, models started not done
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2 on 2025-04-18 13:34
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='user',
|
||||
name='account_id',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user