QS 0.9.1 PORD

This commit is contained in:
Holger Trampe 2020-05-31 14:35:01 +02:00
parent 033f932138
commit 18b062be6b
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ def receiver_function(sender, **kwargs):
print(settings.STATIC_ROOT)
print(os.path.dirname(os.path.realpath(__file__)) + '/..')
print(os.path.join(SITE_ROOT, 'users/static/'))
print(os.path.join(settings.SITE_ROOT, 'users/static/'))
# PREENCE CHANGED
@receiver(signal=presence_changed)