Skip to content

Commit

Permalink
UFLS
Browse files Browse the repository at this point in the history
  • Loading branch information
resba committed Sep 7, 2024
1 parent 522258d commit 0968d17
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 5.0.1 on 2024-09-07 03:09

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('community', '0042_merge_20240724_1003'),
]

operations = [
migrations.AlterField(
model_name='communitysidebarmenu',
name='module',
field=models.TextField(choices=[('communities.preferences', 'communities.preferences'), ('communities.community', 'communities.community'), ('communities.dashboards', 'communities.dashboards'), ('media.gallery.core', 'media.gallery.core'), ('ufls.front', 'ufls.front'), ('ufls.event', 'ufls.event'), ('ufls.registrar', 'ufls.registrar'), ('ufls.dealers', 'ufls.dealers'), ('ufls.scheduling', 'ufls.scheduling'), ('ufls.staff', 'ufls.staff')], help_text='Application to Include in the Menus', max_length=200, verbose_name='Module/AppName:'),
),
]
2 changes: 1 addition & 1 deletion ufls
Submodule ufls updated from 646be5 to 7ed2ed

0 comments on commit 0968d17

Please sign in to comment.