This website works better with JavaScript
Home
Explore
Help
Sign In
zhensolid
/
Python-100-Days
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e6934a5948
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
History
Raw
1
2
3
4
5
from django.apps import AppConfig
class FirstConfig(AppConfig):
name = 'first'