Geoffrey-Django/GeoffreyApp/apps.py

9 lines
153 B
Python
Raw Permalink Normal View History

2018-12-02 02:17:19 +00:00
from django.apps import AppConfig
class GeoffreyAppConfig(AppConfig):
name = 'GeoffreyApp'
verbose_name = "Geoffrey: Minecraft Web Database"