mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-05 05:37:50 +02:00
Add markdown support
This commit is contained in:
@@ -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',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user