This repository has been archived on 2019-11-11. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
tofu/projects/apps.py

6 lines
91 B
Python
Raw Permalink Normal View History

from django.apps import AppConfig
class ProjectsConfig(AppConfig):
name = 'projects'