-
- Downloads
Merge branch 'master' into 'verification_mail'
# Conflicts: # visits/migrations/0003_fix_db_trouble.py
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Dockerfile 9 additions, 0 deletionsDockerfile
- docker-compose.yml 38 additions, 0 deletionsdocker-compose.yml
- oser_backend/settings/dev.py 1 addition, 1 deletionoser_backend/settings/dev.py
- oser_backend/settings/production.py 0 additions, 2 deletionsoser_backend/settings/production.py
- profiles/migrations/0017_auto_20221111_2210.py 18 additions, 0 deletionsprofiles/migrations/0017_auto_20221111_2210.py
- requirements.txt 57 additions, 47 deletionsrequirements.txt
- visits/migrations/0005_auto_20221111_2210.py 18 additions, 0 deletionsvisits/migrations/0005_auto_20221111_2210.py
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
# Core packages | ||
django==2.2 | ||
djangorestframework==3.8 | ||
# Admin enhancements | ||
django-admin-sortable2 # Sorting items in the admin panel | ||
django-countries | ||
django-guardian # Permissions | ||
# Email via SendGrid | ||
django-sendgrid-v5 | ||
django-filter | ||
django-rest-auth | ||
# Telegram messages via python-telegram-bot | ||
tornado==6.1 | ||
python-telegram-bot==12.2.0 | ||
# Storage of files in AWS S3 | ||
django-storages | ||
boto3 | ||
# PostgreSQL integration | ||
dj-database-url | ||
autopep8==1.7.0 | ||
boto3==1.24.45 | ||
botocore==1.27.45 | ||
certifi==2022.6.15 | ||
cffi==1.15.1 | ||
charset-normalizer==2.1.0 | ||
click==8.1.3 | ||
coreapi==2.3.3 | ||
coreapi-cli==1.0.9 | ||
coreschema==0.0.4 | ||
cryptography==37.0.4 | ||
dj-database-url==0.5.0 | ||
Django==2.2 | ||
django-admin-sortable2==1.0 | ||
django-cors-headers==2.2.0 | ||
django-countries==7.3.2 | ||
django-filter==2.1.0 | ||
django-guardian==2.4.0 | ||
django-heroku==0.3.1 | ||
django-markdownx==3.0.1 | ||
django-rest-auth==0.9.5 | ||
django-sendgrid-v5==1.2.1 | ||
django-storages==1.12.3 | ||
Django-Verify-Email==2.0.3 | ||
djangorestframework==3.8.0 | ||
dry-rest-permissions==0.1.10 | ||
factory-boy==3.2.1 | ||
Faker==13.15.1 | ||
future==0.18.2 | ||
gunicorn==20.1.0 | ||
idna==3.3 | ||
itypes==1.2.0 | ||
Jinja2==3.1.2 | ||
jmespath==1.0.1 | ||
Markdown==3.0.1 | ||
MarkupSafe==2.1.1 | ||
Pillow==9.2.0 | ||
psycopg2==2.8.6 | ||
# Django REST Framework extensions | ||
coreapi-cli # Required for automatic API docs | ||
django-cors-headers # CORS (security headers sent by browsers) | ||
django-filter # Filtering helpers for API endpoints | ||
django-rest-auth # Password reset views | ||
dry_rest_permissions | ||
# Markdown rendering | ||
django-markdownx | ||
pymdown-extensions | ||
Pillow | ||
# Testing | ||
factory-boy | ||
# Miscellanneous | ||
python-dotenv==0.11 | ||
# Deployment | ||
django-heroku # Heroku integration | ||
whitenoise # Static files serving | ||
gunicorn # Web server | ||
pycodestyle==2.9.1 | ||
pycparser==2.21 | ||
pymdown-extensions==4.9 | ||
python-dateutil==2.8.2 | ||
python-dotenv==0.11.0 | ||
python-http-client==3.3.7 | ||
python-telegram-bot==12.2.0 | ||
pytz==2022.1 | ||
requests==2.28.1 | ||
s3transfer==0.6.0 | ||
sendgrid==6.9.7 | ||
six==1.16.0 | ||
sqlparse==0.4.2 | ||
starkbank-ecdsa==2.0.3 | ||
toml==0.10.2 | ||
tornado==6.1 | ||
typing-extensions==4.3.0 | ||
uritemplate==4.1.1 | ||
urllib3==1.26.11 | ||
whitenoise==6.2.0 |
visits/migrations/0005_auto_20221111_2210.py
0 → 100644
Please register or sign in to comment