Skip to content
This repository was archived by the owner on Oct 13, 2019. It is now read-only.

MrSquaare/pardus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pardus

Français

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 :

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

Exécution du programme

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

Projet créé par : Guillaume BONNET, Romain MUNOS

English

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:

For more information, refer to the following file (in French) : https://github.com/MrSquaare/Pardus/blob/master/docs/Pardus%20(Dossier)%20(PDF).pdf

Program execution

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

Project created by: Guillaume BONNET, Romain MUNOS

About

System for creating a Blog

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors