8 lines
109 B
Python
8 lines
109 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProyectowebappConfig(AppConfig):
|
|
name = 'ProyectoWebApp'
|
|
|
|
|