lib.itmens/misc/bin/neodb-version

3 lines
142 B
Text
Raw Permalink Normal View History

2023-11-19 10:59:51 -05:00
#!/bin/sh
echo "from django.conf import settings; print(settings.NEODB_VERSION+(' debug:on' if settings.DEBUG else ''))" | neodb-manage shell