DjCompiler is a python package that compiles the django project to a C language project which gives more performance and more security since the original code is hidden.
- Python:
- 3.8
- 3.9
- 3.10
- 3.11
pip install djcompiler
- run
djcompiler helpto see available commands. - run
djcompiler compileto compile the django project. - run
djcompiler buildfileto generate a config file. - run
djcompiler buildpyto generate a python script that compiles the project when run.