文件名称:django-pastebin:用Django编写的pastebin
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-22 13:28:30
Python
一个基于Django的pastebin。 安装 pip install -r requirements.txt pip install django-pastebin 或者 python setup.py install 执照 BSD
【文件预览】:
django-pastebin-master
----MANIFEST.in(101B)
----.travis.yml(198B)
----example()
--------pastebin(12B)
--------wsgi.py(1KB)
--------__init__.py(0B)
--------settings()
--------urls.py(273B)
----ez_setup.py(10KB)
----Procfile(27B)
----pastebin()
--------models.py(2KB)
--------templates()
--------static()
--------__init__.py(0B)
--------views.py(2KB)
--------tests.py(772B)
--------urls.py(723B)
--------forms.py(1KB)
----LICENSE(34B)
----requirements.txt(119B)
----setup.py(1KB)
----manage.py(260B)
----.gitignore(72B)
----README.md(297B)