summaryrefslogtreecommitdiffstats
path: root/rules/python3-django.in
blob: 70b6943291f30db985ac746d004c8737e14909d7 (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 PYTHON3_DJANGO
	tristate
	select PYTHON3
	select PYTHON3_ZLIB
	select HOST_PYTHON3_SETUPTOOLS
	prompt "django                        "
	help
	  Django is a high-level Python Web framework that encourages rapid
	  development and clean, pragmatic design.

if PYTHON3_DJANGO

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

endif