This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
zhensolid
/
Python-100-Days
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b67ed793e3
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
/
Day41-55
/
code
/
hellodjango
/
first
/
apps.py
apps.py
85 B
Historique
Raw
1
2
3
4
5
from django.apps import AppConfig
class FirstConfig(AppConfig):
name = 'first'