this is a simple project
- get dollar USA($)
- get RIAL IRAN(ریال)
- Conversion dollar to RIAL
-
get All digital coins -
use drf for api -
use celery for Scheduled tasks -
use channels for async task
in this app, we first Using celery for request to another site and get informations then using channelse, to cause change price in the moment
pip3 install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
celery -A coinerchi beat -l info
celery -A coinerchi worker -P gevent --loglevel=INFO
;)