-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Updated README.md, modified settings.py, and changed templates/compi…
…le.html; removed API services and settings from README.md; updated MongoDB connection settings in settings.py; added more language options in compile.html"
- Loading branch information
1 parent
79ed938
commit 7b38656
Showing
17 changed files
with
19 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.44 KB
...grations/__pycache__/0002_alter_user_options_alter_user_managers_and_more.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,12 +65,17 @@ | |
'ENGINE': 'djongo', | ||
'NAME': 'user', | ||
'CLIENT': { | ||
'host': 'mongodb+srv://admin:[email protected]/test?retryWrites=true&w=majority', | ||
'tls': True, | ||
'tlsAllowInvalidCertificates': True # If you are using self-signed certificates or need to bypass validation | ||
'host': 'mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority&appName=Yasha', | ||
# 'tls': True, | ||
'port': 27017, | ||
'username': "admin", | ||
'password': "root", | ||
# 'authSource': 'admin', | ||
# 'authMechanism': 'SCRAM-SHA-1', | ||
# 'tlsAllowInvalidCertificates': True # If you are using self-signed certificates or need to bypass validation | ||
} | ||
} | ||
} | ||
} | ||
|
||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+949 Bytes
...migrations/__pycache__/0002_alter_user_groups_alter_user_user_permissions.cpython-310.pyc
Binary file not shown.
Binary file added
BIN
+966 Bytes
trevon/yasha/migrations/__pycache__/0003_profile_delete_user.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters