locallibrary:用于完整库管理的Django项目 源码
Django本地库项目 先决条件 安装或更高版本。 安装或更高版本。 安装 克隆此。 如果需要,配置数据库。 从以下位置安装所需的公仔: pip install - r requirement . txt 运行makemigrations和迁移命令。 python manage . py makemigrations python manage . py migrate 如果需要,请创建超级用户。 python manage . py createsuperuser 运行开发服务器。 python manage . py runserver 打开您的Web浏览器并转到localhost:8000 就这样。 干杯!
文件列表
locallibrary-master.zip
(预估有个34文件)
locallibrary-master
catalog
models.py
4KB
apps.py
89B
__pycache__
models.cpython-38.pyc
5KB
apps.cpython-38.pyc
387B
__init__.cpython-38.pyc
165B
urls.cpython-38.pyc
395B
views.cpython-38.pyc
1KB
暂无评论