README

CircleCI License: MIT Python 3.7

Special thanks to IT Link that gave me the opportunity to develop this application during my 10 weeks internship.

Outil_PDC

Installation

Clone the repository :

git clone https://github.com/PLsergent/pdc_itlink

Install dependencies :

cd pdc_itlink/
pipenv install

Run the application :

cd pdc_app/
pipenv run python manage.py runserver

By default got to this url : http://127.0.0.1:8000/pdc/

Default super_user :

  • username : admin

  • password : admin

Good to go !

Description

Internal management web application used to manage workloads planed. Through the application you can manage your projects, clients, tasks and assignments.

Screenshots

projets collab

Last updated

Was this helpful?