This repository has been archived on 2021-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
djangoldp-webpushnotification/djangoldp_example/apps.py
Nicolas Mérigot 39d3f304e5 Initial commit
2019-01-11 15:15:11 +01:00

5 lines
107 B
Python

from django.apps import AppConfig
class DjangoldpExampleConfig(AppConfig):
name = 'djangoldp_example'