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

menuconfig PYTHON3_DJANGO
	tristate
	select PYTHON3
	select PYTHON3_DISTUTILS	if RUNTIME
	select PYTHON3_PYTZ		if RUNTIME
	select PYTHON3_SQLPARSE		if RUNTIME
	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