oussama-he / prodUtils

A time tracking app made by Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProdUtils

ProdUtils is a set of apps that helps you to increase your productivity

How to run ProdUtils?

Install virtualenv

$ sudo apt-get install virtualenv

Create a virtual environment in the root of the project

$ virtualenv -p python3 env

Activate the virtual environment

$ source env/bin/activate

Install requirements

pip install -r requirements.txt

Run development server

python manage.py runserver

Access localhost:8000 in your browser.

Screenshots

Produtils Home Page

Produtils Home Page

Time Tracker Home Page

Time Tracker New Task

Time Tracker Task Details

License

Anyone has the right to use this project in accordance with Islamic law and its values.

About

A time tracking app made by Django.


Languages

Language:HTML 48.1%Language:Python 43.1%Language:CSS 6.6%Language:JavaScript 2.1%