Skip to content

fast-foot/simple-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To create user and database run the next commands (in the psql):

CREATE DATABASE task_manager;
CREATE USER test_user WITH PASSWORD 'manager123';
GRANT ALL PRIVILEGES ON DATABASE task_manager to test_user;

-----------------------------------

Run celery worker (from virtualenv):

celery worker --loglevel=info -A simple_task_manager --beat

About

A simple task manager powered by Python and Django Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages