1
0
mirror of https://github.com/django/django.git synced 2025-04-06 22:46:41 +00:00
Andrew Artajos 29c9a7d220 [1.8.x] Fixed #25398 -- Revised instances of os.path.join()
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')

Backport of d2ef521a53 from master.
2015-10-03 09:10:26 +02:00
..
2014-11-03 07:47:39 -05:00