Skip to content

Commit 7b75d10

Browse files
committed
Remove BASE_DIR
1 parent 01197e9 commit 7b75d10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gettingstarted/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
# Static files (CSS, JavaScript, Images)
125125
# https://docs.djangoproject.com/en/1.8/howto/static-files/
126126

127-
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
128127
STATIC_ROOT = os.path.join(PROJECT_ROOT, 'staticfiles')
129128
STATIC_URL = '/static/'
130129

0 commit comments

Comments
 (0)