This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
zhensolid
/
Python-100-Days
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
45a8b23d8f
Dallar
Biçim İmleri
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_origin
/
cart
/
apps.py
apps.py
83 B
Geçmiş
Ham
1
2
3
4
5
from django.apps import AppConfig
class CartConfig(AppConfig):
name = 'cart'