Skip to content

Commit 9d6d82c

Browse files
committed
heroku deploy changes
1 parent 73f5fe6 commit 9d6d82c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

movie_recommender/settings.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@
120120
# Static files (CSS, JavaScript, Images)
121121
# https://docs.djangoproject.com/en/3.0/howto/static-files/
122122

123-
# STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles/')
123+
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles/')
124124
STATIC_URL = '/static/'
125-
# STATICFILES_DIRS = ()
126-
STATICFILES_DIRS = ([
127-
os.path.join(BASE_DIR, "static"),
128-
])
125+
STATICFILES_DIRS = ()
126+
# STATICFILES_DIRS = ([
127+
# os.path.join(BASE_DIR, "static"),
128+
# ])
129129

130130
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
131131
MEDIA_URL = '/media/'

requirements.txt

256 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)