In my admin I have a form allowing to upload a file to fill the DB.
Parsing and filling the DB take a long time, so I'd like to do it asynchronously.
As recommended by several SO users I tried to install python-celery
, but I can't manage to do it (I'm on Webfaction).
Is there any simple, easy-to-install alternative?