/djcompiler

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.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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