djcompiler
djcompiler copied to clipboard
django compiler that compiles the django project to a C language project which gives more performance and more security since the original code is hidden.
DjCompiler
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.
Compatibility
-
Python:
- 3.8
- 3.9
- 3.10
- 3.11
Installation
pip install djcompiler
Usage
- 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.