-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure the source of the local settings path. #16
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bmarika
force-pushed
the
configure-settings-template-path
branch
from
April 8, 2019 11:38
c0df38c
to
b3df495
Compare
bmarika
force-pushed
the
configure-settings-template-path
branch
from
April 9, 2019 08:35
ce07126
to
8645f8a
Compare
moshthepitt
previously approved these changes
Apr 9, 2019
moshthepitt
force-pushed
the
configure-settings-template-path
branch
from
April 9, 2019 12:20
ac5f191
to
f2ec6e1
Compare
bmarika
force-pushed
the
configure-settings-template-path
branch
2 times, most recently
from
April 30, 2019 08:53
d600462
to
84bc40e
Compare
jasonrogena
previously approved these changes
Apr 30, 2019
bmarika
force-pushed
the
configure-settings-template-path
branch
3 times, most recently
from
April 30, 2019 09:40
4a713ee
to
43cdd4c
Compare
The tests depend on https://github.com/moshthepitt/Picha which uses django 1.8 Celery 4.* does not work with django < 1.11
The variable is set because Ansible Galaxy no longer applies a regex on the repository name to remove 'ansible-' for the role name. Signed-off-by: Jason Rogena <[email protected]>
When deploying a Django app, you might want to set multiple environment variables. This commit adds two files that set environment variables; an environment file referenced in the systemd unit file for the service and an environment script that should be run before running the uWSGI binary. Signed-off-by: Jason Rogena <[email protected]>
jasonrogena
approved these changes
Apr 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #15, #14