update module

This commit is contained in:
Jonas Heinrich 2025-08-21 10:49:18 +02:00
parent 08bf161f09
commit d465101913
2 changed files with 11 additions and 8 deletions

View file

@ -36,12 +36,8 @@
# Django manage helper
install -Dm755 ${./manage.py} $out/bin/fragdenrat-manage
# Templates and static assets
if [ -d ./templates ]; then
cp -r ./templates $out/share/fragdenrat/
fi
if [ -d ./assets ]; then
cp -r ./assets $out/share/fragdenrat/
fi
cp -r ./templates $out/share/fragdenrat/
cp -r ./assets $out/share/fragdenrat/
'';
passthru.pythonPath = python3Packages.makePythonPath dependencies;