6 lines
94 B
Python
6 lines
94 B
Python
|
"""This module is loaded by DjangoLDP core during setup."""
|
||
|
|
||
|
INSTALLED_APPS = [
|
||
|
'webpush'
|
||
|
]
|