django-admin.py
High-level Python web development framework (Python 3 version)
Install
- All systems
-
curl cmd.cat/django-admin.py.sh
- Debian
-
apt-get install python3-django
- Ubuntu
-
apt-get install python3-django
- Arch Linux
-
pacman -S python2-django
- Kali Linux
-
apt-get install python3-django
- Fedora
-
dnf install python3-django
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-django
- Raspbian
-
apt-get install python3-django
- Dockerfile
- dockerfile.run/django-admin.py
python3-django
High-level Python web development framework (Python 3 version)
Django is a high-level web application framework that loosely follows the model-view-controller design pattern. Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client This package is built for Python 3.
python-django
High-level Python web development framework (Python 2 version)
Django is a high-level web application framework that loosely follows the model-view-controller design pattern. Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client This package is built for Python 2.
python2-django
A high-level Python Web framework that encourages rapid development and clean design
python2-django1.11
high-level Python Web framework
golismero
Web application mapper
GoLISMERO help you to map an web application, displaying as confortable format for security auditor and preparing them for intergrate with other web hacking tools as w3af, wfuzz, netcat, nikto, etc