Make all galleries public
This commit is contained in:
parent
8b768108d2
commit
4b3cf83181
7 changed files with 24 additions and 31 deletions
17
photologue/migrations/0003_remove_gallery_is_public.py
Normal file
17
photologue/migrations/0003_remove_gallery_is_public.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.2.11 on 2022-01-30 12:14
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('photologue', '0002_auto_20220130_1020'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='gallery',
|
||||
name='is_public',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue