locallibrary:用于完整库管理的Django项目

时间:2021-04-01 20:24:30
【文件属性】:
文件名称:locallibrary:用于完整库管理的Django项目
文件大小:32KB
文件格式:ZIP
更新时间:2021-04-01 20:24:30
Python 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
----catalog()
--------models.py(4KB)
--------apps.py(89B)
--------__pycache__()
--------__init__.py(0B)
--------views.py(925B)
--------admin.py(1KB)
--------tests.py(60B)
--------urls.py(238B)
----locallibrary()
--------__pycache__()
--------wsgi.py(401B)
--------__init__.py(0B)
--------settings.py(3KB)
--------asgi.py(401B)
--------urls.py(1KB)
----sample_data.py(2KB)
----readme.md(749B)
----templates()
--------catalog()
----Procfile(44B)
----static()
--------css()
----db.sqlite3(192KB)
----requirements.txt(487B)
----manage.py(668B)
----.gitignore(50B)

网友评论