mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-20 17:51:12 +02:00
6 lines
93 B
Python
6 lines
93 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PortfolioConfig(AppConfig):
|
|
name = 'portfolio'
|