mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2025-04-03 13:29:59 +11:00
8 lines
159 B
Python
8 lines
159 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class dpasteAppConfig(AppConfig):
|
|
name = 'dpaste'
|
|
verbose_name = 'dpaste'
|