Base project with custom user/authentication with rest api included.
..To start celery worker
celery -A basic.celery worker --pool=solo -l info
..To start celery-beat
celery -A basic beat -l info
.. To deploy on heroku
create file runtime.txt python-3.8.10
create file Profile web: gunicorn basic.wsgi --log-file -