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:
1eec25afd2
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
/
shop
/
cart
/
apps.py
apps.py
83 B
Historique
Raw
1
2
3
4
5
from django.apps import AppConfig
class CartConfig(AppConfig):
name = 'cart'