文件名称:pasteRand:简单的类似于pastebin的Web应用程序
文件大小:115KB
文件格式:ZIP
更新时间:2024-05-20 20:11:28
django highlighting pastebin pastebin-service Python
pasteRand 简单的类似于pastebin的Web应用程序。 安装 克隆存储库 git clone https://github.com/furkanonder/pasteRand 安装要求: pip install - r requirements . txt 进行迁移 python manage . py migrate 最后,运行以下命令: python manage . py runserver
【文件预览】:
pasteRand-master
----.gitignore(2KB)
----README.md(1KB)
----manage.py(541B)
----static()
--------css()
--------img()
--------js()
----pasteRand()
--------settings.py(3KB)
--------urls.py(786B)
--------__init__.py(0B)
--------wsgi.py(395B)
----LICENSE(1KB)
----paste()
--------admin.py(134B)
--------models.py(1KB)
--------forms.py(440B)
--------migrations()
--------urls.py(376B)
--------tests.py(60B)
--------__init__.py(0B)
--------apps.py(85B)
--------views.py(2KB)
--------templates()
----requirements.txt(15B)