diff --git a/README.md b/README.md new file mode 100644 index 0000000..a893bba --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Djangonix ❄️ + +Nix expression to declaratively deploy django applications + +## Exemple + +``` +TODO +``` + +## Testing +``` +nix-build test.nix +``` + +## TODO + +- Hardening +- Remove all TODOs