Ajout des applications blog et progression avec modèles, vues, URLs et intégration dans le sitemap et les configurations du projet.
This commit is contained in:
parent
45d2cb66f0
commit
3e44013132
23 changed files with 215 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
# Generated by Django 6.0 on 2025-12-15 14:58
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('courses', '0003_comment_parent'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='course',
|
||||
options={'verbose_name': 'Cours', 'verbose_name_plural': 'Cours'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='lesson',
|
||||
options={'verbose_name': 'Leçon', 'verbose_name_plural': 'Leçons'},
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue