snip.space:PythonFlask中基于用户的摘录文本存储库

时间:2024-05-25 16:34:25
【文件属性】:

文件名称:snip.space:PythonFlask中基于用户的摘录文本存储库

文件大小:135KB

文件格式:ZIP

更新时间:2024-05-25 16:34:25

Python

片段空间 一个无广告,免费和开放源代码的基于用户的代码段/文本存储库。 注册并跟踪并分享所有随机片段。 在查看该站点的实时版本。 指示 克隆仓库git clone https://github.com/patallen/snip.space.git 在主目录中创建python 2.7 virtualenv: mkvirtualenv snipspace $ bower install 安装python依赖项: pip install -r requirements.txt 创建postgres数据库 根据default_settings.py创建设置文件 放置在项目目录之外: ~/settings/snipspace.py export SNIPSPACE_SETTINGS=~/settings/snipspace.py python manage.py db upgrade


【文件预览】:
snip.space-master
----.gitignore(50B)
----app()
--------settings()
--------templates()
--------__init__.py(829B)
--------user()
--------static()
--------util()
--------models.py(114B)
--------forms.py(95B)
--------snippets()
----requirements.txt(595B)
----.bowerrc(43B)
----README.md(2KB)
----configs()
--------default_settings.py(687B)
--------celery.conf(494B)
----test.py(877B)
----migrations()
--------env.py(2KB)
--------alembic.ini(770B)
--------script.py.mako(412B)
--------versions()
--------README(38B)
----commands.py(2KB)
----manage.py(408B)
----bower.json(413B)

网友评论