This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
zhensolid
/
Python-100-Days
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
5dba374428
Branches
Tags
dependabot/pip/50WPython/code/Python/opencourse/lxml-4.6.3
dependabot/pip/50WPython/code/Python/opencourse/pygments-2.7.4
dependabot/pip/50WPython/code/Python/opencourse/urllib3-1.26.5
master
Python-100-Days
/
Day46-60
/
code
/
hellodjango
/
first
/
apps.py
apps.py
85 B
Histórico
Raw
1
2
3
4
5
from django.apps import AppConfig
class FirstConfig(AppConfig):
name = 'first'