Skip to content

Commit

Permalink
chore(feat) add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndu committed Dec 19, 2024
1 parent 8b87ed4 commit 14014a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions server/core/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

MEDIA_ROOT = os.path.join(BASE_DIR, 'media')

STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static'),
]
Expand Down
2 changes: 0 additions & 2 deletions server/core/config/production.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from .base import *

MEDIA_URL = 'https://cms.2077.xyz/media/'

DEBUG = bool(config('DJANGO_DEBUG', default=False))

ALLOWED_HOSTS = ['74.119.195.253', 'cms.2077.xyz']
Expand Down

0 comments on commit 14014a8

Please sign in to comment.