Official Study Guide Bank
Go to file
2021-01-16 00:54:37 -05:00
studyguides automate study guides 2021-01-16 00:54:37 -05:00
.gitignore automate study guides 2021-01-16 00:54:37 -05:00
manage.py Mark manage.py as executable 2020-10-15 13:15:15 -04:00
Pipfile automate study guides 2021-01-16 00:54:37 -05:00
Pipfile.lock Initialize Pipenv 2020-10-14 22:23:08 -04:00
README.md First commit 2020-10-14 14:23:25 -04:00

Study Bank

Development

  • clone the git repo
  • create settings/secret.py based on settings/secret.sample
  • register an OAuth app with Ion for authentication (client-type = confidential, auth-grant-type = authorization-code)
  • copy the client_id for SOCIAL_AUTH_ION_KEY and client_secret for SOCIAL_AUTH_ION_SECRET from Ion to settings/secret.py
  • edit settings/__init__.py so that MEDIA_ROOT and STATIC_ROOT point to your desired directories (you also need to create these directories)
  • uploaded documents will be stored in the media directory, and static files will be collected to the static directory
  • django will not serve any files in either of these directories, so you need to make sure your web server will