首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    flask中的所有第三方模块大集合

    Flask-AppBuilder - Simple and rapid Application builder, includes detailed security, auto form generation, google charts and much more. FlaskEx - UNKNOWN gourd - easy server framework. add flask's style route to tcp/udp server. kit - Flask, Celery, SQLAlchemy integration framework. Flask-WTF - Simple integration of Flask and WTForms alchemist - A server architecture built on top of a solid foundation provided by flask, sqlalchemy, and various extensions. Flask-Mail - Flask extension for sending email sga - make it easier to use pyga for web develop. and make pyga compatible with flask and django. flask-peewee - Peewee integration for flask flask_util_js - flask's util in javascript. such as url_for etc. Flask-Security - Simple security for Flask apps Flask-RESTful - Simple framework for creating REST APIs Flask-SeaSurf - An updated CSRF extension for Flask. Flask-Cache - Adds cache support to your Flask application Flask-Admin - Simple and extensible admin interface framework for Flask Flask-Slither - A small library between MongoDB and JSON API endpoints Flask-Bootstrap - An extension that includes Bootstrap in your project, without any boilerplate code. Flask-Script - Scripting support for Flask Flask-GoogleLogin - Extends Flask-Login to use Google's OAuth2 authorization Flask-Exceptional - Adds Exceptional support to Flask applications Flask - A microframework based on Werkzeug, Jinja2 and good intentions INSTALLED: 0.10.1 (latest) clay-flask - Clay is a framework for building RESTful backend services using best practices. Flask-Classy - Class based views for Flask ShelfCMS - Enhancing flask microframework with beautiful admin and cms-like features

    03

    CentOS7下使用 Seafile安装搭建私有云盘

    [root@seafile ~]# yum -y install epel-release [root@seafile ~]# rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro [root@seafile ~]# yum -y install Python-imaging MySQL-python python-memcached python-ldap python-urllib3 ffmpeg ffmpeg-devel [root@seafile ~]# yum -y install python-pip [root@seafile ~]# pip install --upgrade pip [root@seafile ~]# pip install pillow moviepy [root@seafile ~]# yum install -y mariadb-server ##安装数据库 [root@seafile ~]# systemctl enable mariadb ##设置数据库开机启动 [root@seafile ~]# systemctl start mariadb ##启动数据库 [root@seafile ~]# mysql_secure_installation ##为数据库设置密码 [root@seafile ~]# wget http://seafile-downloads.oss-cn-shanghai.aliyuncs.com/seafile-server_6.2.3_i386.tar.gz ##下载seafile软件包 [root@seafile ~]# tar -zxf seafile-server_6.2.3_x86-64.tar.gz ##解压软件包 [root@seafile ~]# mkdir -p seafile/installed/ ##创建安装包存放位置 [root@seafile ~]# mv seafile-server_6.2.3_x86-64.tar.gz seafile/installed/ [root@seafile ~]# mv seafile-server-6.2.3/ seafile/ [root@seafile ~]# cd seafile/ [root@seafile seafile]# cd seafile-server-6.2.3/ [root@seafile seafile-server-6.2.3]# ./setup-seafile-mysql.sh ##会要填很多信息,按要求填就可以了

    02
    领券