This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/web/apps.py
2018-07-23 20:19:47 +02:00

6 lines
81 B
Python

from django.apps import AppConfig
class WebConfig(AppConfig):
name = 'web'