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/mydata/apps.py
T
Markus Ritberger cf61e0d7da initial commit
2018-06-24 21:16:26 +02:00

6 lines
87 B
Python

from django.apps import AppConfig
class MydataConfig(AppConfig):
name = 'mydata'