# djcompiler **Repository Path**: shouyong/djcompiler ## Basic Information - **Project Name**: djcompiler - **Description**: 使用 cython 编译 django - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-03 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 help`` to see available commands. * run ``djcompiler compile`` to compile the django project. * run ``djcompiler buildfile`` to generate a config file. * run ``djcompiler buildpy`` to generate a python script that compiles the project when run. Future Features ===============