Using pyarmor in a django project with celery

499 Views Asked by At

I'm using pyarmor to obfuscate my django project, following this steps:

pyarmor init --entry=manage.py
pyarmor build

Running the content in dist/, works fine.

But I would like running celery too.

It's possible? Do I need put it in init too?

0

There are 0 best solutions below