Skip to content

turnkeylinux-apps/django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django - High-level Python Web Framework

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Python's equivalent to the famous Ruby on rails, Django lets you build high-performing, elegant Web applications quickly. Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.

This appliance includes all the standard features in TurnKey Core, and on top of that:

  • SSL support out of the box.
  • Preconfigured example Django project located at /var/www/turnkey_project

    • Integrated with Apache2 (mod_wsgi), MySQL and Postfix.
    • Built-in administration console with embedded online documentation.
  • Python3 build of Django installed from Debian repos (security)
  • iPython for enhanced Django shell interaction.
  • Webmin modules for configuring Apache2, and MySQL.

Credentials (passwords set at first boot)

  • Webmin, SSH, MySQL: username root
  • Django admin console: username admin