Remove extended models
This commit is contained in:
parent
3bc8a2b649
commit
8beedb3626
14 changed files with 66 additions and 155 deletions
27
photologue_custom/migrations/0005_auto_20220130_0953.py
Normal file
27
photologue_custom/migrations/0005_auto_20220130_0953.py
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Generated by Django 3.2.11 on 2022-01-30 09:53
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('photologue_custom', '0004_photoextended_license'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='photoextended',
|
||||
name='owner',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='photoextended',
|
||||
name='photo',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='GalleryExtended',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='PhotoExtended',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue