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 06aa4b86db route pour django v5.* vor 1 Monat
migrations 65e02a029d correct beug vor 1 Jahr
static 404fe07620 add static trumbowyg vor 1 Jahr
templates e9803179a9 correct bug vor 1 Jahr
.gitignore 06aa4b86db route pour django v5.* vor 1 Monat
Installation.md sur docker 133a81b46e Mise à jour de 'Installation.md sur docker' vor 1 Jahr
README.md 15fa2e8ec9 Mise à jour de 'README.md' vor 1 Jahr
URL.md e768303869 Ajout de 'URL.md' vor 1 Jahr
__init__.py ce24cb5a6e first commit vor 1 Jahr
admin.py 06aa4b86db route pour django v5.* vor 1 Monat
apps.py 043c8bda14 correct bug vor 1 Jahr
models.py 06aa4b86db route pour django v5.* vor 1 Monat
tests.py ce24cb5a6e first commit vor 1 Jahr
views.py 76ef6484c7 add startup check vor 1 Jahr

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