mirror of
https://github.com/Rushilwiz/lettertofcps.git
synced 2025-04-09 22:00:17 -04:00
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PagesConfig(AppConfig):
|
|
name = 'pages'
|