You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the export script, I think you should avoid this line : source ~/venv/django-bss-tools/bin/activate
It's too specific to user environment, and it will create trouble for peoples.
I had an idea to solve this problem. Bootstrap studio do not allow passing arguments, it could have been great to specify different kind of environment.
Instead, you can create a kind of env file with some custom settings, and with for example information about the expected environment.
The text was updated successfully, but these errors were encountered:
For the export script, I think you should avoid this line :
source ~/venv/django-bss-tools/bin/activate
It's too specific to user environment, and it will create trouble for peoples.
I had an idea to solve this problem. Bootstrap studio do not allow passing arguments, it could have been great to specify different kind of environment.
Instead, you can create a kind of
env
file with some custom settings, and with for example information about the expected environment.The text was updated successfully, but these errors were encountered: