authentication works, navbar to adjust, models started not done

This commit is contained in:
2025-04-22 12:23:50 +02:00
parent ee6120147c
commit f227705e28
16 changed files with 288 additions and 7 deletions

View File

@@ -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',
),
]