2 lines
142 B
Bash
Executable file
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
|