-
- Downloads
Notifications for Sec-Gen
parent
9199de7c
Branches
No related tags found
Showing
- oser_backend/settings/common.py 9 additions, 0 deletionsoser_backend/settings/common.py
- profiles/admin.py 11 additions, 1 deletionprofiles/admin.py
- profiles/models.py 12 additions, 0 deletionsprofiles/models.py
- register/admin.py 0 additions, 38 deletionsregister/admin.py
- requirements.txt 4 additions, 0 deletionsrequirements.txt
- runtime.txt 1 addition, 1 deletionruntime.txt
... | ... | @@ -12,6 +12,10 @@ django-sendgrid-v5 |
django-filter | ||
django-rest-auth | ||
# Telegram messages via python-telegram-bot | ||
tornado==5.1.1 | ||
python-telegram-bot==12.2.0 | ||
# Storage of files in AWS S3 | ||
django-storages | ||
boto3 | ||
... | ... |
Please register or sign in to comment