lutok: move to Lua libraries menu
[buildroot-gz.git] / package / python-web2py / Config.in
blobb10d3a48a588280b04a8c06c6627daa24811bd42
1 config BR2_PACKAGE_PYTHON_WEB2PY
2         bool "python-web2py"
3         depends on BR2_PACKAGE_PYTHON
4         select BR2_PACKAGE_PYTHON_PYDAL
5         select BR2_PACKAGE_PYTHON_ZLIB
6         select BR2_PACKAGE_PYTHON_PYEXPAT
7         select BR2_PACKAGE_PYTHON_SQLITE
8         help
9           web2py is a free open source full-stack framework for rapid
10           development of fast, scalable, secure and portable
11           database-driven web-based applications.
13           http://web2py.com
15 if BR2_PACKAGE_PYTHON_WEB2PY
17 config BR2_PACKAGE_PYTHON_WEB2PY_PASSWORD
18         string "admin panel password"
19         default web2py
20         help
21           Set the admin panel password.
23 endif