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.
dist/
But I would like running celery too.
It's possible? Do I need put it in init too?
init