+ 5
How to launch a celery server in pydroid 3?
I have a django project, but am trying to build it with my android tablet. I failed to create synchronous tasks for my project just because I don't know how to use celery in pydroid 3. Please if you know instruct me how to do.
2 Answers
+ 1
hey..!
you can simply run the server by typing in the terminal
python filename runserver
dont forget to type the path of the file as you are running on teblet or mobile..
whichis
/storage/emulated/0/filename/hostfile(i.e.manage.py)