update module

This commit is contained in:
Jonas Heinrich 2025-08-21 10:13:44 +02:00
parent 53eb0c8e81
commit 471bec87fb

View file

@ -28,9 +28,9 @@
dependencies = with python3Packages; [ django requests jinja2 ]; dependencies = with python3Packages; [ django requests jinja2 ];
installPhase = '' installPhase = ''
mkdir -p $out/share/fragdenrat mkdir -p $out/share
# Project code # Project code
cp -r ${./fragdenrat} $out/share/fragdenrat/ cp -r ${./fragdenrat} $out/share/fragdenrat
# Django manage helper # Django manage helper
install -Dm755 ${./manage.py} $out/bin/fragdenrat-manage install -Dm755 ${./manage.py} $out/bin/fragdenrat-manage
# Templates and static assets # Templates and static assets