笔记四

Django学习笔记

  • 查看版本号

    1
    $ python -c "import django; print(django.get_version())"
  • 创建项目

    1
    $ django-admin startproject mysite