summaryrefslogtreecommitdiffstats
path: root/rules/python-django.in
blob: 7572b39f88352a29d885a41481adc831c781cfd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=networking

menuconfig PYTHON_DJANGO
	tristate
	select PYTHON
	select PYTHON_SQLITE
	select PYTHON_ZLIB
	prompt "django                        "
	help
	  Django is a high-level Python Web framework that encourages rapid
	  development and clean, pragmatic design.

if PYTHON_DJANGO

	config PYTHON_DJANGO_LOCALES
		string
		prompt "Django locales"
		default "de en"
		help
		  Space separated list of locales to install, e.g. "de en"

endif