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