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