Skip to content

Commit

Permalink
fix media storge
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamed12 committed May 21, 2024
1 parent 9d34c68 commit 2c3b1d1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

DROPBOX_OAUTH2_REFRESH_TOKEN: ${{ secrets.DROPBOX_OAUTH2_REFRESH_TOKEN }}
DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
DROPBOX_APP_SECRET : ${{ secrets.DROPBOX_APP_SECRET }}




run: |
echo "DATABASE_URL=$DATABASE_URL" >> $GITHUB_ENV
Expand Down
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,44 @@
asgiref==3.8.1
certifi==2024.2.2
cfgv==3.4.0
charset-normalizer==3.3.2
distlib==0.3.8
Django==5.0.3
django-cors-headers==4.3.1
django-database-url==1.0.3
django-debug-toolbar==4.3.0
django-diagram==0.0.1
django-filter==24.2
django-safedelete==1.3.3
django-shortuuidfield==0.1.3
django-storages==1.14.3
djangorestframework==3.15.1
djangorestframework-simplejwt==5.3.1
drf-yasg==1.21.7
dropbox==12.0.0
factory-boy==3.3.0
Faker==25.0.0
filelock==3.13.3
identify==2.5.35
idna==3.7
inflection==0.5.1
nodeenv==1.8.0
packaging==24.0
pillow==10.2.0
platformdirs==4.2.0
ply==3.11
pre-commit==3.7.0
psycopg2-binary==2.9.9
PyJWT==2.8.0
python-dateutil==2.9.0.post0
python-decouple==3.8
pytz==2024.1
PyYAML==6.0.1
requests==2.29.0
shortuuid==1.0.13
six==1.16.0
sqlparse==0.4.4
stone==3.3.1
uritemplate==4.1.1
urllib3==1.26.18
virtualenv==20.25.1

0 comments on commit 2c3b1d1

Please # to comment.