mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
7 lines
128 B
Text
7 lines
128 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# shellcheck source=bin/_config.sh
|
||
|
|
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
|
||
|
|
|
||
|
|
_django_manage "$@"
|