lib.itmens/misc/bin/neodb-version
2023-11-19 11:15:50 -05:00

2 lines
142 B
Bash
Executable file

#!/bin/sh
echo "from django.conf import settings; print(settings.NEODB_VERSION+(' debug:on' if settings.DEBUG else ''))" | neodb-manage shell