Geoffrey-Django/GeoffreyApp/apps.py

9 lines
153 B
Python

from django.apps import AppConfig
class GeoffreyAppConfig(AppConfig):
name = 'GeoffreyApp'
verbose_name = "Geoffrey: Minecraft Web Database"