Code de base pour les Sitewebs.
Il permet de mettre en place facilement une architecture pour un siteweb avec gestion de pages, menu du site.
|
|
1 月之前 | |
|---|---|---|
| migrations | 1 月之前 | |
| static | 1 月之前 | |
| templates | 1 月之前 | |
| .gitignore | 1 月之前 | |
| Installation.md sur docker | 1 月之前 | |
| README.md | 1 月之前 | |
| URL.md | 1 月之前 | |
| __init__.py | 1 月之前 | |
| admin.py | 1 月之前 | |
| apps.py | 1 月之前 | |
| models.py | 1 月之前 | |
| tests.py | 1 月之前 | |
| views.py | 1 月之前 |
Presrequi :
pip install django==4.2.8
pip install django-crispy-forms
Install :
python manage.py migrate
python manage.py runserver
Installation sur un envoronement Docker :
voir "Installation.md sur docker"
Changlog :
Jan 2024 - Mise a jour gestion menu et amélioration mise en page
2023 - Version Initial