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?
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?
Copyright © 2021 Jogjafile Inc.