mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +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'
|