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

[WIP] Django Version Upgrade & Python 3 #42

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

Conversation

bahattincinic
Copy link
Member

@bahattincinic bahattincinic commented Oct 18, 2017

  • Use django-allauth instead of django-social-auth (django-social-auth no longer maintained)
  • Fix lettuce setup
  • Check Python 3 compatibility
  • Full cycle test
  • Better installation documentation
  • Use django-rest-framework istead of tastypie (Tastypie no longer maintained)

@@ -21,4 +20,4 @@ GITHUB_APP_ID = "<<< GITHUB APP ID >>>"
GITHUB_API_SECRET = "<<< GITHUB SECRET KEY >>"

# Make this unique, and don't share it with anybody.
SECRET_KEY = '<<< SECRET KEY >>>'
SECRET_KEY = 'g3a#n@4)q&9p7fx&uix9+abfi_#l_wr6uk&!plax$6)7*i(9vh'

Choose a reason for hiding this comment

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

No need to remove the above line, SECRET_KEY = '<<< SECRET KEY >>>'
It doesn't harm much considering the sample file. Just a comment

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for your review. I didn't complete yet this PR. that's why some variables are hardcoded like SECRET_KEY . When I completed it, I will clean up.

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