working base site setup with gatekeeping working
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user