QS 0.9.1 PORD
This commit is contained in:
parent
033f932138
commit
18b062be6b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue