Skip to content

salceson/term-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Term Market

Celery

Celery is needed to run asynchronous tasks (such as import terms, etc.).

To run celery the following command should be executed:

celery -A TermMarket worker -l info

Bugs

Yes.