Pardus est un projet pour le baccalauréat d'Informatique et Sciences du Numérique. Ce projet consiste à développer un système type "Système de gestion de contenu". Il a été développé à l'aide des langages informatiques HTML et CSS et des langages de programmation JavaScript et Python (langage principal).
Ce projet comporte les bibliothèques suivantes :
- Bootstrap (version 4.1.1) (https://getbootstrap.com/)
- Font Awesome (version 5.0.13) (https://fontawesome.com/)
- Jquery (version 3.1.1-slim) (https://jquery.com/)
- Popper (version 1.14.3) (https://popper.js.org/)
Pour plus d'information, se réferer au dossier papier suivant : https://github.com/MrSquaare/Pardus/blob/master/docs/Pardus%20(Dossier)%20(PDF).pdf
Pour exécuter ce programme, il est nécessaire de vérifier que les bibliothèques Python suivantes sont bien installées et mises à jour :
- Django, version ≥ 2.0.0
- Pillow, version ≥ 5.0.0
Note : %Python% représentera le chemin vers l’exécutable « python.exe » comportant les bibliothèques ci-dessus.
%Python% manage.py makemigrations
%Python% manage.py migrate
%Python% manage.py createsuperuser
%Python% manage.py runserver 8000
Pardus is a project for Computer Science and Digital Sciences suject. This project consists in developing a "Content Management System" type system. It was developed using HTML and CSS computer languages and JavaScript and Python (main language) programming languages.
This project includes the following libraries:
- Bootstrap (version 4.1.1) (https://getbootstrap.com/)
- Font Awesome (version 5.0.13) (https://fontawesome.com/)
- Jquery (version 3.1.1-slim) (https://jquery.com/)
- Popper (version 1.14.3) (https://popper.js.org/)
For more information, refer to the following file (in French) : https://github.com/MrSquaare/Pardus/blob/master/docs/Pardus%20(Dossier)%20(PDF).pdf
To run this program, it is necessary to check that the following Python libraries are installed and updated:
- Django, version ≥ 2.0.0
- Pillow, version ≥ 5.0.0
Note : %Python% will represent the path to the "python.exe" executable with the above libraries.
%Python% manage.py makemigrations
%Python% manage.py migrate
%Python% manage.py createsuperuser
%Python% manage.py runserver 8000