Nix expressions to declaratively deploy django applications
Go to file
2024-06-09 20:15:40 +02:00
npins init 2024-06-09 15:20:20 +02:00
test_assets init 2024-06-09 15:20:20 +02:00
utils fix: bugfixs when mainModule != app name 2024-06-09 20:15:40 +02:00
.gitignore init 2024-06-09 15:20:20 +02:00
module.nix fix: bugfixs when mainModule != app name 2024-06-09 20:15:40 +02:00
README.md feat: README 2024-06-09 15:20:40 +02:00
test.nix fix: bugfixs when mainModule != app name 2024-06-09 20:15:40 +02:00

Djangonix ❄️

Nix expression to declaratively deploy django applications

Exemple

TODO

Testing

nix-build test.nix

TODO

  • Hardening
  • Remove all TODOs