readthedocs.org/readthedocs/projects/apps.py

10 lines
155 B
Python

# -*- coding: utf-8 -*-
"""Project app config."""
from django.apps import AppConfig
class ProjectsConfig(AppConfig):
name = 'readthedocs.projects'