working base site setup with gatekeeping working

This commit is contained in:
2026-08-03 12:43:33 -05:00
parent 97cbacec8e
commit 1054c7123d
37 changed files with 1146 additions and 58 deletions
@@ -0,0 +1,19 @@
# Generated by Django 6.0.3 on 2026-08-03 17:13
from django.conf import settings
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('profiles', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
operations = [
migrations.AddIndex(
model_name='apitoken',
index=models.Index(fields=['user', 'key_prefix'], name='profiles_ap_user_id_c2920d_idx'),
),
]