Ajout d'un champ description au modèle Post avec migration associée, mise à jour des templates pour utiliser ce champ, et amélioration du formatage des commentaires Markdown avec gestion des titres typographiques.
This commit is contained in:
parent
43af8bd0d8
commit
4a48425374
6 changed files with 38 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.contrib import sitemaps
|
||||
from django.urls import reverse
|
||||
|
||||
# --- IMPORTS DEPUIS TES DIFFÉRENTES FEATURES ---
|
||||
# --- FEATURES ---
|
||||
from courses.models import Course
|
||||
from users.models import Profile
|
||||
from blog.models import Post
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue