Config.in 804 B

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