Skip to content

Commit

Permalink
Fix quilljs cdn issue (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateekkumarweb authored Mar 11, 2021
1 parent a5607f7 commit adb9322
Show file tree
Hide file tree
Showing 14 changed files with 22,325 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Currently, the judge supports 5 languages: C, C++, Python, Go and Haskell but th

## Requirements

To run this application, you will require **Python 3.6 or above**. While we tested this primarily with Python 3.6 or above, we expect it to work for other Python versions > 3 that support Django 2.2.3.
To run this application, you will require **Python 3.6 or above**. While we tested this primarily with Python 3.6 or above, we expect it to work for other Python versions > 3 that support Django 3.1.6.

Other primary requirements are specified in [requirements.txt](requirements.txt). To setup documentation locally, please check the requirements specified in [docs/requirements.txt](docs/requirements.txt).

Expand Down
1 change: 0 additions & 1 deletion autojudge/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
AUTHENTICATION_BACKENDS = (
# Backends for Google authentication
'social_core.backends.open_id.OpenIdAuth',
'social_core.backends.google.GoogleOpenId',
'social_core.backends.google.GoogleOAuth2',

'django.contrib.auth.backends.ModelBackend',
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django==3.0.7
social-auth-app-django==3.1.0
Django==3.1.6
social-auth-app-django==4.0.0
sphinx-autodoc-typehints
Loading

0 comments on commit adb9322

Please sign in to comment.