-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
4c647d6
to
fabb51b
Compare
requirements.txt
Outdated
@@ -1 +1,5 @@ | |||
dj-database-url==0.5.0 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
fabb51b
to
d0bf531
Compare
mysite/settings.py
Outdated
@@ -115,3 +116,7 @@ | |||
STATIC_URL = '/static/' | |||
|
|||
STATIC_ROOT = os.path.join(BASE_DIR, 'static') | |||
|
|||
STATICFILES_DIRS = ( |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
STATICFILES_DIRS = ( | |
STATICFILES_DIRS = STATIC_ROOT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dropped unrelated commits.
b42cf58
to
342e6df
Compare
There was a problem hiding this 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
8a9d402
to
7f217f9
Compare
7f217f9
to
c416dfa
Compare
There was a problem hiding this 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
Your commit messages just repeat obvious commit contents, describing the
implementation details while they should describe high-level commit
purposes instead.
чт, 24 жовт. 2019 о 11:59 Denis <[email protected]> пише:
… @webknjaz <https://github.com/webknjaz> What's wrong with my commits?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26?email_source=notifications&email_token=AAENH37VK36T2JZUQG2WME3QQFWZNA5CNFSM4IY766B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECEOY3I#issuecomment-545844333>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAENH37B7HXYDXYQOURWBP3QQFWZNANCNFSM4IY766BQ>
.
--
Kind regards,
Sviatoslav Sydorenko
email: [email protected]
cell #: +380978963757
|
Closes #20