django-helloworld:Django hello world示例

时间:2021-05-01 02:07:52
【文件属性】:
文件名称:django-helloworld:Django hello world示例
文件大小:48KB
文件格式:ZIP
更新时间:2021-05-01 02:07:52
python django example python3 hello-world django-helloworld Django“ ”程序示例。 安装 您需要安装前提条件才能运行此Hello World示例。 使用以下命令更新要安装的可用软件包的存储库: $ sudo apt update 使用以下命令安装必要的最低依赖关系: $ sudo apt install python3-dev python3-pip python3-virtualenv sqlitebrowser 为了运行此示例,需要安装Django框架,请执行以下命令: $ sudo pip install -r requirements.txt 后来跟着: $ python3 manage.py migrate 在这一点上,您应该看到: Operations to perform: Apply all migrations: admin, auth, contenttypes, s
【文件预览】:
django-helloworld-master
----.gitignore(94B)
----manage.py(630B)
----README.rst(3KB)
----docs()
--------django_helloword.png(11KB)
--------django_admin_interface_running.png(31KB)
----helloworld()
--------settings.py(3KB)
--------urls.py(842B)
--------__init__.py(0B)
--------views.py(99B)
--------wsgi.py(397B)
----requirements.txt(38B)
----setup.py(2KB)

网友评论