Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
  • Loading branch information
lavishkhandelwal committed Jan 17, 2024
1 parent b63ffe9 commit 9b4f84e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
Binary file modified db.sqlite3
Binary file not shown.
16 changes: 12 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Django
tesseract
pytesseract
django-user-agents
asgiref==3.7.2
Django==3.2.5
django-user-agents==0.4.0
packaging==23.2
pillow==10.2.0
pytesseract==0.3.10
pytz==2023.3.post1
sqlparse==0.4.4
tesseract==0.1.3
typing-extensions==4.9.0
ua-parser==0.18.0
user-agents==2.2.0
2 changes: 1 addition & 1 deletion webify/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_URL = '/media/'

MYURL = 'https://webify.azurewebsites.net/'
MYURL = '15.207.89.225'

0 comments on commit 9b4f84e

Please sign in to comment.