An open API service indexing awesome lists of open source software.

https://github.com/flavien-hugs/todo

Un mini projet de gestion des tâches d'une entreprise et/ou d'un travail à faire. Ce projet est une reprise de django-story.
https://github.com/flavien-hugs/todo

Last synced: 2 days ago
JSON representation

Un mini projet de gestion des tâches d'une entreprise et/ou d'un travail à faire. Ce projet est une reprise de django-story.

Awesome Lists containing this project

README

          

# [todo tasks](https://github.com/flavien-hugs/todo/) 

![alt text](https://github.com/flavien-hugs/todo/blob/master/screenshot.png "screenshot")

![[todo](https://github.com/flavien-hugs/todo/)](https://img.shields.io/badge/unsta-live--demo-orange.svg?style=flat)
![The MIT License](http://img.shields.io/badge/License-MIT-green.svg?style=flat)

[todo tasks](https://github.com/flavien-hugs/todo/) un mini projet de gestion des tâches d'une entreprise et/ou du travail à faire. Ce projet est une reprise de django-story.

### Fonctionalité et prise en main
La plateforme fournit les fonctionnalité comme :

- gestion des tâches à faire
- suppression et ajout de tâches
- téléchargement de toutes les tâches

Installation et exécution du projet
-----------------------------------

### Dépendances
* [pip](https://github.com/pypa/pip/)
* [virtualenv](https://pypi.python.org/pypi/virtualenv/)
* [Python](https://www.python.org/) >=2.6
* [Django](https://docs.djangoproject.com/) >=2

### 1. Installation
Exécutez les commandes suivantes :

- git clone https://github.com/flavien-hugs/todo/
- cd todo
- source venv/bin/activate ou . ven/bin/activate
- python manage.py makemigrations ou ./manage.py makemigrations
- python manage.py migrate ou ./manage.py migrate

### 2. Démarrer le serveur

- python manage.py runserver ou ./manage.py runserver

Puis naviguer jusqu'à

Credits
------------

Code and Design: [flavien-hugs](https://twitter.com/flavien_hugs)