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.
Mr Duhaz 6f4f11ad69 Merge branch 'master' of https://dev.duhaz.fr/MrDuhaz/core | 3 months ago | |
---|---|---|
migrations | 3 months ago | |
static | 10 months ago | |
templates | 3 months ago | |
.gitignore | 3 months ago | |
Installation.md sur docker | 10 months ago | |
README.md | 10 months ago | |
URL.md | 10 months ago | |
__init__.py | 10 months ago | |
admin.py | 6 months ago | |
apps.py | 10 months ago | |
models.py | 3 months ago | |
tests.py | 10 months ago | |
views.py | 3 months ago |
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