Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 591 Bytes

Pre-set up checklist

  • Custom User Model
  • UserAuthentication 1# (Login/Logout/Signup)
  • Config Staticfiles
  • Add Bootstrap CDN
  • UserAuthentication 2# (Password Management)
  • Config Email *Required: change email setting from SendGrid ** not working because not been hosted yet
  • Deployment setting (debug,host,secret key)
  • Database
  • Django-debug-toolbars

Post-set up checklist

  • migrate database
  • setup SendGrid
  • setup Allauth-social Credential&Key