APP
一个Django享目可以分为很多app,用来隔离不同模块的代码
#命令行创建
python3 manage.py startapp app名字(app01)
#使用pycharm创建
在下方弹出的窗口中输入:
startapp app01(app名字)