Skip to content

Umar-Mughal/Django-Chatterly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

START PROJECT

ACTIVATE VIRTUAL ENVIRONMENT

Make sure virtual environment is setup, and active.

INSTALL PACKAGES

Make sure requirements.txt is there, now install all the packages with below command

pip install -r requirements.txt

START SERVER

python manage.py runserver

START TASK QUEUE

START CONSUMER (CELERY WORKER/PROCESS)

Start consumer , celery worker or process to process the tasks.

celery -A core worker -l INF

START TASK MONITORING TOOL (FLOWER)

celery -A core flower

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages