Files
simple-viewer/viewer/apps.py
2020-10-31 04:32:03 -05:00

6 lines
87 B
Python

from django.apps import AppConfig
class ViewerConfig(AppConfig):
name = 'viewer'