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

Configure files and settings for heroku deployment #26

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RootenberG
Copy link
Member

@RootenberG RootenberG commented Sep 21, 2019

Closes #20

@RootenberG RootenberG force-pushed the feature/add-settings-for-heroku-deployment branch 6 times, most recently from 4c647d6 to fabb51b Compare September 21, 2019 22:37
requirements.txt Outdated
@@ -1 +1,5 @@
dj-database-url==0.5.0
Copy link
Member

Choose a reason for hiding this comment

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

unrelated

requirements.txt Outdated
Django~=2.2.2
gunicorn==19.9.0
psycopg2==2.8.3
Copy link
Member

Choose a reason for hiding this comment

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

unrelated

requirements.txt Outdated
Django~=2.2.2
gunicorn==19.9.0
psycopg2==2.8.3
whitenoise==4.1.3
Copy link
Member

Choose a reason for hiding this comment

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

unrelated

Django~=2.2.2
gunicorn==19.9.0
Copy link
Member

Choose a reason for hiding this comment

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

This is the only dependency that is related to configuring a web service run command in Heroku.

@RootenberG RootenberG force-pushed the feature/add-settings-for-heroku-deployment branch from fabb51b to d0bf531 Compare September 26, 2019 14:51
@@ -115,3 +116,7 @@
STATIC_URL = '/static/'

STATIC_ROOT = os.path.join(BASE_DIR, 'static')

STATICFILES_DIRS = (
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't seem related either.

Copy link
Member

Choose a reason for hiding this comment

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

I don't understand why you did this. Also, why didn't you just assign what already exists?

Suggested change
STATICFILES_DIRS = (
STATICFILES_DIRS = STATIC_ROOT

Copy link
Member Author

Choose a reason for hiding this comment

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

I dropped unrelated commits.

@RootenberG RootenberG force-pushed the feature/add-settings-for-heroku-deployment branch from b42cf58 to 342e6df Compare September 27, 2019 09:36
@RootenberG RootenberG requested a review from webknjaz September 30, 2019 05:11
runtime.txt Outdated Show resolved Hide resolved
Copy link
Member

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

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

Previous comments weren't addressed

@RootenberG RootenberG force-pushed the feature/add-settings-for-heroku-deployment branch 2 times, most recently from 8a9d402 to 7f217f9 Compare October 9, 2019 21:41
@RootenberG RootenberG changed the title Add settings for heroku deployment Configure project for heroku deployment Oct 10, 2019
@RootenberG RootenberG changed the title Configure project for heroku deployment Configure files and settings for heroku deployment Oct 22, 2019
@RootenberG RootenberG force-pushed the feature/add-settings-for-heroku-deployment branch from 7f217f9 to c416dfa Compare October 23, 2019 20:07
@RootenberG RootenberG requested a review from webknjaz October 23, 2019 20:13
Copy link
Member

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

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

Write good commit messages as per #5

@webknjaz
Copy link
Member

webknjaz commented Oct 24, 2019 via email

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.

Configure integration of Heroku deployment with GitHub
2 participants