QS 0.9.1 PORD

This commit is contained in:
Holger Trampe 2020-05-31 14:28:54 +02:00
parent a82b2286fe
commit 6d3701b894
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ def receiver_function(sender, **kwargs):
print(settings.MEDIA_URL)
print(settings.MEDIA_ROOT)
print(os.path.join(BASE_DIR, 'media'))
print(os.path.join(settings.BASE_DIR, 'media'))
print(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
# PREENCE CHANGED