0% found this document useful (0 votes)
15 views12 pages

Presentationandsynopsis

Django is a high-level, open-source Python web framework that facilitates rapid and secure website development, used by major companies like Instagram and Spotify. It offers built-in features such as an admin site and enhanced security against common vulnerabilities. Localhost allows developers to test their applications in a safe environment, while Apache Web Server and MySQL provide essential tools for hosting and managing web applications.

Uploaded by

vimal.foruppo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views12 pages

Presentationandsynopsis

Django is a high-level, open-source Python web framework that facilitates rapid and secure website development, used by major companies like Instagram and Spotify. It offers built-in features such as an admin site and enhanced security against common vulnerabilities. Localhost allows developers to test their applications in a safe environment, while Apache Web Server and MySQL provide essential tools for hosting and managing web applications.

Uploaded by

vimal.foruppo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
You are on page 1/ 12

Chatrooms

Django

Django is a high-level Python web framework that


enables rapid development of secure and
maintainable websitesDjango is a free, open
source web framework written in the Python
programming language and used by millions of
programmers every year
Here are some of the big names who use Django.

Instagram
Spotify
Mozilla
Pinterest
Bitbucket
Disqus
Why use Django?

Why use Django?


It is open source.
It’s fast.
Batteries included. It means you can use existing Python libraries to
extend your app capabilities.
Built-in admin site. Django comes with built-in admin site to manage
the content of the site. A real time saver!
Enhanced Security. Django takes care of security issues like SQL
injection, CSRF(Cross Site Request Forgery) etc. So you can just focus
on the tasks you need to accomplish.
Local host

Localhost is basically a local server that allows


you to host your website online on a local IP that
is visible only in your system, by connecting to
another host computer or web server like Apache
Web Server.
The relevance of localhost:

Allowing web developers to test their development


effort in a test environment. So if anything goes
buggy then the production remains unscathed.
Localhost testing can boost a team’s confidence
about changes related to their release before it
goes live in their production.
Apache Web Server

Apache Web Server is designed to create web


servers that have the ability to host one or more
HTTP-based websites. Notable features include
the ability to support multiple programming
languages, server-side scripting, an authentication
mechanism and database support. Apache Web
Server can be enhanced by manipulating the code
base or adding multiple extensions/add-ons.
MySQL database

MySQL is a leading open source database


management system. It is a multi-user,
multithreaded database management system.
MySQL is especially popular on the web. It is one
of the parts of the very popular LAMP platform.
Linux, Apache, MySQL and PHP. MySQL
database is available on most important OS
platforms. It runs on BSD Unix, Linux, Windows or
Mac. Wikipedia, YouTube, Facebook use MySQL
phpMyAdmin

phpMyAdmin is a free software tool written in PHP


that is intended to handle the administration of a
MySQL or MariaDB database server. You can use
phpMyAdmin to perform most administration
tasks, including creating a database, running
queries, and adding user accounts.

You might also like