Go to file
dependabot[bot] 2bba4117d4
Bump urllib3 from 1.25.9 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 02:05:57 +00:00
studyguidebank Create simple base.html and add meta information 2020-10-13 21:46:01 -04:00
.gitignore Initial Commit 2020-06-09 11:03:30 -04:00
manage.py Initial Commit 2020-06-09 11:03:30 -04:00
Pipfile Initial Commit 2020-06-09 11:03:30 -04:00
Pipfile.lock Bump urllib3 from 1.25.9 to 1.26.5 2021-06-02 02:05:57 +00:00
README.md Create simple base.html and add meta information 2020-10-13 21:46:01 -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