1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_DJANGO 2*4882a593Smuzhiyun bool "python-django" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_UNICODEDATA 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_PYEXPAT 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_ASGIREF # runtime 7*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PYTZ # runtime 8*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SQLPARSE # runtime 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun Django is a high-level Python Web framework that encourages 13*4882a593Smuzhiyun rapid development and clean, pragmatic design. It takes your 14*4882a593Smuzhiyun Web applications from concept to launch in a matter of 15*4882a593Smuzhiyun hours. Django takes care of user authentication, content 16*4882a593Smuzhiyun administration, site maps, RSS feeds, user comments and many 17*4882a593Smuzhiyun more tasks. Django takes security seriously and helps 18*4882a593Smuzhiyun developers avoid many common security mistakes 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun https://www.djangoproject.com/ 21