Skip to content

oussama-he/prodUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published