Add markdown support

This commit is contained in:
2022-04-09 23:02:22 +02:00
parent c1315332e3
commit 28d2f5a68e
10 changed files with 71 additions and 39 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 4.0.3 on 2022-04-09 21:01
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('portal', '0004_rename_footer_short_siteconfiguration_footer_extended_and_more'),
]
operations = [
migrations.RemoveField(
model_name='siteconfiguration',
name='homepage_content',
),
]