fixed orphaned plugins and add post functionality
This commit is contained in:
parent
78e66862bf
commit
ddb4de2954
12 changed files with 186 additions and 86 deletions
16
digitalglarus/migrations/0002_auto_20160324_2321.py
Normal file
16
digitalglarus/migrations/0002_auto_20160324_2321.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2016-03-24 23:21
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0013_urlconfrevision'),
|
||||
('digitalglarus', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
55
digitalglarus/migrations/0003_auto_20160325_1659.py
Normal file
55
digitalglarus/migrations/0003_auto_20160325_1659.py
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2016-03-25 16:59
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0013_urlconfrevision'),
|
||||
('digitalglarus', '0002_auto_20160324_2321'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='dggallery',
|
||||
name='parent',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='dggalleryplugin',
|
||||
name='cmsplugin_ptr',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='dggalleryplugin',
|
||||
name='dgGallery',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='dgpicture',
|
||||
name='gallery',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='dgpicture',
|
||||
name='image',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='dgsupportersplugin',
|
||||
name='cmsplugin_ptr',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='Supporter',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='DGGallery',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='DGGalleryPlugin',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='DGPicture',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='DGSupportersPlugin',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue