QS 0.9.1 PORD

This commit is contained in:
Holger Trampe 2020-05-31 14:34:48 +02:00
parent 6d3701b894
commit 033f932138
1 changed files with 7 additions and 0 deletions

View File

@ -388,6 +388,13 @@ def receiver_function(sender, **kwargs):
print(os.path.join(settings.BASE_DIR, 'media'))
print(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
print(settings.STATIC_URL)
print(settings.SITE_ROOT)
print(settings.STATIC_ROOT)
print(os.path.dirname(os.path.realpath(__file__)) + '/..')
print(os.path.join(SITE_ROOT, 'users/static/'))
# PREENCE CHANGED
@receiver(signal=presence_changed)
def update_presence_live(sender, **kwargs):