Never forget any task anymore 🚀
Workeas
allows you to manage your tasks in the simplest way. Simplicity is the key advantage of workeas.
Easily add your tasks and set a priority for that task from LOW to CRITICAL and guess what? with a quick glance,
you can be aware of your critical or high priority tasks and take care of them.
You can read the api documentation made by swagger here.
First, clone the repository and move into the cloned directory:
git clone https://github.com/ali-hv/workeas.git
cd workeas
Then, create a python virtual environment:
python3 -m venv .venv
Next, install the requirements
pip install -r requirements.txt
Finally, run the app(run this command in the root directory of the project):
python3 runserver.py
Workeas currently just supports UTC
and Asia/Tehran
timezones. The default timezone is UTC
,
to change it, open settings.py file in the app
directory and replace UTC
with Asia/Tehran
:
timezone = "Asia/Tehran"