Django Background Tasks

 I started working in django a while ago and I am in love with it. Everything is just too simple unlike Nodejs where the callbacks suck the life out of you.

Image for post
Celery 4.1 documentation

So what next ?

Image for post
directory created
Image for post
Activating virtual environment
Image for post
Activating the virtual environment
Image for post
Installing django
Image for post
Installing django-background-tasks
Image for post
Image for post
Image for post
Image for post
Image for post
Image for post
main urls.py
Image for post
urls.py inside the app
Image for post
python manage.py migrate
Image for post
Hello World it is !
python manage.py process_tasks
Image for post
Image for post
Image for post

django.db.utils.OperationalError: database is locked when using SQLite.

This is a SQLite specific error, see https://docs.djangoproject.com/en/dev/ref/databases/#database-is-locked-errors for more details.

Image for post
Image for post

Comments

Popular posts from this blog

Documentation is Very vital before you develop any system or app

Everything you need to know when developing an on demand service app

Steps followed when creating a new software