mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 13:43:13 +00:00
Formatting
This commit is contained in:
parent
dde39aec65
commit
8c5cf9e26b
2
.flake8
2
.flake8
|
|
@ -4,4 +4,4 @@ extend-ignore = E203, W503
|
||||||
per-file-ignores =
|
per-file-ignores =
|
||||||
configuration/*:E131,E251,E266,E302,E305,E501,E722
|
configuration/*:E131,E251,E266,E302,E305,E501,E722
|
||||||
startup_scripts/startup_script_utils/__init__.py:F401
|
startup_scripts/startup_script_utils/__init__.py:F401
|
||||||
docker/*:E266,E722
|
docker/*:E266,E722,E501
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ if [ "$SKIP_SUPERUSER" == "true" ]; then
|
||||||
echo "↩️ Skip creating the superuser"
|
echo "↩️ Skip creating the superuser"
|
||||||
else
|
else
|
||||||
./manage.py shell --no-startup --no-imports --interface python \
|
./manage.py shell --no-startup --no-imports --interface python \
|
||||||
< /opt/netbox/super_user.py
|
</opt/netbox/super_user.py
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "✅ Initialisation is done."
|
echo "✅ Initialisation is done."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue