Skip to content

Commit

Permalink
add urlib3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocintra committed May 24, 2021
1 parent 37c9877 commit 0f0f89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions likeestampa/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.2/howto/static-files/

DISABLE_COLLECTSTATIC=1

STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

Expand Down
3 changes: 2 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r base.txt
psycopg2
django-heroku
django-heroku
urllib3==1.25.8

0 comments on commit 0f0f89f

Please sign in to comment.