Skip to content

Commit

Permalink
added placeholder for dict of Markdown templates in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nievax committed Oct 21, 2024
1 parent 5630f1a commit 452d247
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 111 deletions.
2 changes: 2 additions & 0 deletions rdmo/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,5 @@

# necessary since django 3.2, explicitly set primary key type to avoid warnings
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

MARKDOWN_TEMPLATES = {}
Loading

0 comments on commit 452d247

Please sign in to comment.