Add webpage pages and redirect

This commit is contained in:
2023-12-12 00:33:39 +01:00
parent 36adf5a904
commit 22f3b94448
5 changed files with 55 additions and 19 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 4.1.7 on 2023-12-11 19:43
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("profiles", "0009_userprofile_retroarch_auto_import_and_more"),
]
operations = [
migrations.AddField(
model_name="userprofile",
name="redirect_to_webpage",
field=models.BooleanField(default=True),
),
]