Skip to content

Commit

Permalink
Re(move|place) mentions of planb script
Browse files Browse the repository at this point in the history
  • Loading branch information
Urth committed Jun 16, 2021
1 parent 3eb63a9 commit ff99302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .bettercodehub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ languages:
- name: python

production:
include:
- /scripts/planb
exclude:
- /example_settings.py
- /test_settings.py
Expand Down
3 changes: 1 addition & 2 deletions manage
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh
here=$(cd "$(dirname "$0")"; pwd)
admin=$(which django-admin django-admin.py | head -n1)
test -z "$admin" && echo "No django-admin found. Missing env?" >&2 && exit 1
# This manage script is only used in development.
# If we define DJANGO_SETTINGS_MODULE we do not need a PLANB_ENVFILE.
DJANGO_SETTINGS_MODULE="${DJANGO_SETTINGS_MODULE:-settings}" exec "$here/scripts/planb" "$@"
DJANGO_SETTINGS_MODULE="${DJANGO_SETTINGS_MODULE:-settings}" exec python -m planb.main "$@"

0 comments on commit ff99302

Please sign in to comment.