Config.in 772 B

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