mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-21 19:32:34 +03:00
Allow dependency installation from any location
This commit is contained in:
parent
c776b237b9
commit
391ae62a0d
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
OS_REQUIREMENTS_FILENAME="requirements.apt"
|
||||
WORK_DIR="$(dirname "$0")"
|
||||
OS_REQUIREMENTS_FILENAME="$WORK_DIR/requirements.apt"
|
||||
|
||||
# Handle call with wrong command
|
||||
function wrong_command()
|
||||
|
|
Loading…
Reference in New Issue
Block a user