python 相关操作

python 调试

    import pdb

    pdb.set_trace()


python 新建模块 import filename

    touch __init__.py


python 创建数据表

    python manage.py makemigrations

    python manage.py migrate



你可能感兴趣的:(python,import,touch,新建,数据表)