Skip to content
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

Add a cloud_staticfiles variable #15

Merged
merged 2 commits into from
Sep 13, 2017
Merged

Add a cloud_staticfiles variable #15

merged 2 commits into from
Sep 13, 2017

Conversation

jbradberry
Copy link
Contributor

and make collectstatic run only once when it is true.

and make collectstatic run only once when it is true.
@@ -11,6 +11,7 @@ db_name: "{{ project_name }}_{{ env_name }}"
db_user: "{{ project_name }}_{{ env_name }}"
db_host: 'localhost'
db_port: 5432
cloud_staticfiles: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we default to false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doh! Yes, you are right. What was I thinking?

@jbradberry
Copy link
Contributor Author

I've now tried this with the variable set to true and set to false, and it did the expected thing both times.

Copy link
Member

@copelco copelco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jbradberry jbradberry merged commit 0389fe8 into master Sep 13, 2017
@jbradberry jbradberry deleted the cloud-staticfiles branch September 13, 2017 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants