Files
learn-django/pokedex/apps.py
2020-04-21 19:56:17 -04:00

6 lines
89 B
Python

from django.apps import AppConfig
class PokedexConfig(AppConfig):
name = 'pokedex'