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.

TIM 5bd028df20 core: add StaticStorage + gone_view for 410 responses 18 часов назад
migrations eed0bf9a02 !!!! 5 месяцев назад
static eed0bf9a02 !!!! 5 месяцев назад
storage 5bd028df20 core: add StaticStorage + gone_view for 410 responses 18 часов назад
templates eed0bf9a02 !!!! 5 месяцев назад
.gitignore eed0bf9a02 !!!! 5 месяцев назад
DOC.md 1ae7f5f4a5 Add DOC.md documentation (EN) 1 неделя назад
Installation.md sur docker eed0bf9a02 !!!! 5 месяцев назад
README.md eed0bf9a02 !!!! 5 месяцев назад
URL.md eed0bf9a02 !!!! 5 месяцев назад
__init__.py eed0bf9a02 !!!! 5 месяцев назад
admin.py eed0bf9a02 !!!! 5 месяцев назад
apps.py eed0bf9a02 !!!! 5 месяцев назад
models.py 5bd028df20 core: add StaticStorage + gone_view for 410 responses 18 часов назад
tests.py eed0bf9a02 !!!! 5 месяцев назад
views.py 5bd028df20 core: add StaticStorage + gone_view for 410 responses 18 часов назад

README.md

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