mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
6 lines
81 B
Python
6 lines
81 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BanConfig(AppConfig):
|
|
name = 'ban'
|