SlideShare a Scribd company logo
Django GTALUG Presentation
Django
The Web framework for perfectionists with
deadlines.
Written in Python (http://python.org).

Developed by a newspaper company.
Django GTALUG Presentation

Recommended for you

ElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev EditionElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev Edition

Brett Profitt gave a tour of the Bookmarks plugin in Elgg 1.8. He highlighted some of the key changes from 1.7, including new features, deprecated features, and antipatterns to avoid. The tour covered the plugin's actions, pages, views, and how it extends the core Elgg functionality. Attendees were encouraged to ask questions throughout the presentation.

phpdevelopmentelgg
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...

Agenda: What was new in VS Studio 2008/.Net 3.5 To: Comsoft, Development Team By: Shahzad Sarwar Date:Friday, October 09, 2009

vs studio 2008net 35
A Basic Django Introduction
A Basic Django IntroductionA Basic Django Introduction
A Basic Django Introduction

This document provides an introduction to web development with the Django framework. It outlines Django's project structure, how it handles data with models, and its built-in admin interface. It also covers views, templates, forms, and generic views. Django allows defining models as Python classes to represent the database structure. It provides a production-ready admin interface to manage data. URLs are mapped to views, which can render templates to generate responses. Forms validate and display data. Generic views handle common tasks like displaying object lists.

Released publicly under a BSD license in July 2005
3 Sept., 2008 Django 1.0
was released!
Django GTALUG Presentation
Django’s Goal

 To create complex database driven websites.
 Reusability of Code or Pluggability.
 Rapid development.
 DRY (Do not Repeat Yourself).

Recommended for you

Panada: An Introduction by Iskandar Soesman
Panada: An Introduction by Iskandar SoesmanPanada: An Introduction by Iskandar Soesman
Panada: An Introduction by Iskandar Soesman

This document introduces Panada, an open source PHP web framework. Panada aims to be fast both in runtime and development while also being easy to use. It emphasizes simplicity and natural coding without restrictive rules. Panada provides a sample Twitter-like application built with it to demonstrate its light, fast performance. Benchmark results show Panada outperforming other frameworks like Yii2, Laravel, and CodeIgniter in terms of requests per second. An optional C extension can further increase Panada's performance. The document provides links to Panada's GitHub repository and documentation on using the C extension.

phpfrmaworkpanadaconf2014
Android http library
Android http libraryAndroid http library
Android http library

This document discusses different options for Android HTTP libraries. It begins by explaining that Android apps often need to connect to remote servers using HTTP. The built-in Android HTTP library uses HttpUrlConnection, but before Android 6.0 there was also the Android Apache HTTP library. It then demonstrates making requests with both HttpUrlConnection and the popular third party libraries Volley and OkHTTP. These third party libraries offer advantages like efficiency, parallel requests, caching and non-blocking of the UI thread. The document encourages exploring these options and additional resources to determine the best HTTP library for an app's needs.

androidappsfree
Lightning Web Components
Lightning Web ComponentsLightning Web Components
Lightning Web Components

This document provides an overview of developing Lightning Web Components (LWC) with the Salesforce Development Experience (DX). It discusses the need for LWC, how to set up the development environment with the Salesforce CLI and VS Code extensions, the anatomy of an LWC bundle, using decorators while developing components, deploying LWC to orgs, and comparing LWC to Aura components. The presentation encourages attendees to get hands-on experience with LWC through Trailhead modules.

lightning web componentslwclightning
What does Django’s Core
Include

Database Abstraction Layer
Views
Templates
URL Schema
MTV


Model
Template
View
Django            MVC


      Model            Model


Views and Templates     View


       URL            Controller
Model



Takes Python Code

Recommended for you

Introduction to MicroProfile Metrics
Introduction to MicroProfile MetricsIntroduction to MicroProfile Metrics
Introduction to MicroProfile Metrics

This document discusses MicroProfile Metrics, which provides a REST API for exposing system and application metrics. Key features include a REST endpoint for accessing metrics organized by registry, with formats including Prometheus text and JSON. Metrics are denoted using annotations and updated via registry methods, then exposed via the REST API. Examples demonstrate annotating a counter metric and incrementing it to track HTTP requests.

javamicroprofilemetrics
Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4

Our main speaker "Eswara Pendli" is a Senior Mulesoft Consultant at Apisero with a vast integration experience across different domains. In this session, we learn about Features & Quick Points on BigQuery. Play-around with BigQuery in GCP (Google Cloud Platform) Learn BigQuery API (Basic CRUD Operations) Play with BigQuery in Anypoint Studio (Setup & Configure BigQuery Using MuleSoft)

mulesoftmeetupwinnipegmulesoftmeetupmulesoft
Introducing Ruby/MVC/RoR
Introducing Ruby/MVC/RoRIntroducing Ruby/MVC/RoR
Introducing Ruby/MVC/RoR

Ruby on Rails is a web application framework that follows the model-view-controller (MVC) architecture. It is built on Ruby, an object-oriented programming language. Rails emphasizes conventions over configuration, making common tasks simpler. The framework includes features like ActiveRecord for object-relational mapping, generators for scaffolding code, and plugins for extending functionality. Many large companies use Rails for their web applications.

railsmvcruby on rails
Django GTALUG Presentation
Model



and Coverts it to SQL
Django GTALUG Presentation
Basic Meta

URL’s

Recommended for you

Meteor js framework
Meteor js frameworkMeteor js framework
Meteor js framework

Meteor Js is a younger version but promising amazing apps to new developers. It is customized to build complete web applications and providing great experience to developers as well as users.

applicationweb application developmentweb development
The Devil and HTML5
The Devil and HTML5The Devil and HTML5
The Devil and HTML5

The document provides an overview of HTML5 and its new features. It begins by explaining that HTML5 is not a programming language and is mainly used to write web pages. It then discusses how browsers have become application platforms, prompting the need to adopt HTML5. The document outlines some of the major new features in HTML5, including semantic elements like header and nav, new input types, geolocation, local storage, offline web applications, and video playback. It also addresses questions around the future of Flash and which companies are pushing adoption of HTML5.

gtalughtml5
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG Meeting

This document provides an overview and introduction to LessCSS, a CSS pre-processor. It discusses key features of LessCSS like variables, nesting, mixins, functions and loops. It also provides examples of how to structure CSS with LessCSS by breaking it into partial files and importing them. Finally, it mentions similar CSS pre-processors like Sass and how to install and use LessCSS.

gtalugcsslesscss
Django GTALUG Presentation
Also does business logic
Django GTALUG Presentation
Django GTALUG Presentation

Recommended for you

Google App Engine
Google App EngineGoogle App Engine
Google App Engine

Google App Engine allows users to develop and run web applications on Google's infrastructure without having to manage servers. It provides automatic scaling, a data store based on BigTable, user authentication through Google accounts, and scheduled tasks. Applications run in a secure sandbox and are only able to access other computers through HTTP and email. The SDK allows local development and testing before deploying apps to Google's servers from Windows or Mac computers.

appenginepygta
GTALUG Short Talk On Mercurial
GTALUG Short Talk On MercurialGTALUG Short Talk On Mercurial
GTALUG Short Talk On Mercurial

The document discusses revision control and the Mercurial revision control system. It provides an overview of revision control, describes how to install and use basic Mercurial commands like init, add, commit, status, log, diff, tag, push, pull, and serve. It also discusses configuring external diff tools and the .hgignore file.

parenttoolboxgtalugmercurial
GTALUG Presentation on CouchDB
GTALUG Presentation on CouchDBGTALUG Presentation on CouchDB
GTALUG Presentation on CouchDB

Apache CouchDB is a distributed, schema-free document-oriented database accessible via RESTful HTTP/JSON API. It provides features like replication with bi-directional conflict detection/resolution and queryable/indexable documents using JavaScript views. Each record is stored as a document with flexible structure. CouchDB embraces REST and uses JSON, avoiding complexity of XML. It allows querying and indexing documents with JavaScript and supports features like distributed architecture and replication between nodes.

gtalugpygtacouchdb
Managers

Post.objects.all() - Return all posts
Post.objects.get(pk=1) - Return only the post with the
private key of 1
Post.objects.filter(title__contains=’TLUG’) - Return the
posts with ‘TLUG’ in the title.
Custom Managers
View



Contains the business logic for the page
Django GTALUG Presentation

Recommended for you

extending-php
extending-phpextending-php
extending-php

The document provides instructions for creating a PHP extension module that wraps the libares asynchronous DNS resolving library. It begins by explaining why such an extension is useful and covers generating an extension skeleton, configuring the build system to find libares, the key C API functions to expose, and the basic anatomy of a PHP extension.

php5tutorial
The Internet and Your Business
The Internet and Your BusinessThe Internet and Your Business
The Internet and Your Business

The document discusses the importance for businesses to have an online presence and manage their online reputation. It recommends that businesses (1) register on all review sites and social networks to look accessible to customers, (2) have their own website to control their online search results, and (3) give away their expertise for free through content instead of traditional advertising which people dislike. Maintaining an online presence helps businesses respond to customer feedback and introduces prospective customers to accurate information about the company.

Take a Stroll in the Bazaar
Take a Stroll in the BazaarTake a Stroll in the Bazaar
Take a Stroll in the Bazaar

How to Turn a Pile of Python Files Into an Open Source Project. You have written some Python code, you think it would be useful to the world, and you would like to give back to the open source world. But where do you start? This talk will give you some guidance on how you can release your project

pyconca2015pythonopen source
Django GTALUG Presentation
Generic Views


Paginated Results
Handles HTTP 404 for us
Django GTALUG Presentation
Django GTALUG Presentation

Recommended for you

Django
DjangoDjango
Django

This document provides an introduction and overview of Django, a Python web framework. It discusses Django's MVT architecture, modules like administration, authentication, and templates. It outlines the steps to create a new Django project and sample application. Django encourages rapid development of dynamic, database-driven websites and content sites. It has a template system to avoid code duplication and follows principles like DRY and separation of concerns.

django
Introduction to django
Introduction to djangoIntroduction to django
Introduction to django

Django is a Python web framework that encourages rapid development and clean design. It includes an ORM, URL routing, templates, internationalization support, caching, authentication, and an admin interface. Django uses the MVT architecture, with Models handling data, Views returning responses, and Templates rendering output. Requests go through the URL dispatcher to Views, which can retrieve Model data and pass it to Templates to generate responses. The framework provides tools to define Models, URLs, Views and Templates to build applications.

djangointroduction
Live session 2 lightning web component
Live session 2 lightning web componentLive session 2 lightning web component
Live session 2 lightning web component

This document provides information about a free weekly session on Lightning Web Components (LWC). The session will cover topics such as custom elements, shadow DOM, HTML templates, and HTML imports. It also discusses the differences between traditional web applications and those built with web components. Additionally, it outlines the file structure for LWC, supported JavaScript versions, and supported Salesforce environments. The document concludes by discussing component reference, the developer guide, code samples, and prerequisites for local LWC development.

salesforcetrailheadtrailblazer
URL



Controller
Django GTALUG Presentation
Regular Expressions
Django GTALUG Presentation

Recommended for you

Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)

This slide contains deatils about Django Framework which is based in Python. Beginners to this technology can first learn about the technology and its uses and than start building their project. Popular website like Pinterest, Instagram, Nasa are examples of web application built in Django Framework. This is part 1 .

djangopythonweb
Introduction To Code Igniter
Introduction To Code IgniterIntroduction To Code Igniter
Introduction To Code Igniter

Lecture on CodeIgniter, # OSS Essential Training Program at Chittagong University of Engineering Technology, February 2008, http://bdosdn.org/wsatcuet.php

codeignitercodeigniter
Django framework
Django framework Django framework
Django framework

This document provides an overview of the Python web framework Django. It describes Django's features such as its MVT architecture, ORM, template system, admin interface, and URL dispatcher. It also covers installing Django, creating projects and applications, Django settings, and some major companies that use Django like Instagram, Pinterest, and The Washington Post.

python courses in bangalorepython training in bangalore with placementpython training in marathahalli
Django GTALUG Presentation
Template
Django GTALUG Presentation
Django’s Contribution
 Administration Interface
 Authentication
 Comments
 GIS (Geographic Information System)
 Multiple Sites
 Syndication Built in - RDF 0.9, RSS 2.0, and Atom
 Google Sitemap
 and more

Recommended for you

Django - Python MVC Framework
Django - Python MVC FrameworkDjango - Python MVC Framework
Django - Python MVC Framework

Django is a free and open source web application framework, written in Python, which follows the Model–View–Controller architectural pattern. It focuses on automating as much as possible and adhering to the DRY principle

pythonmvc frameworkdjango
Company Visitor Management System Report.docx
Company Visitor Management System Report.docxCompany Visitor Management System Report.docx
Company Visitor Management System Report.docx

The document provides an overview of a Company Visitor Management System project. It includes sections on the project introduction, modules, requirements, analysis and design, database tables, implementation, evaluation, and conclusion. The system is a web-based application built with Python, Django, and MySQL to more effectively manage and track company visitors through features like adding visitors, generating reports, and password recovery/management. UML diagrams including use cases, classes, entities, and data flow are included to visualize the system design.

SilverStripe Meetup Presentation 03/03/2011
SilverStripe Meetup Presentation 03/03/2011SilverStripe Meetup Presentation 03/03/2011
SilverStripe Meetup Presentation 03/03/2011

SilverStripe 3.0 will focus on improving core features and the user experience. It will separate the CMS from the framework and move to a more flexible object-relational mapper and templating system. Development will be community-driven using Git and follow an agile process with early alpha and beta releases targeted for mid-2011. Backwards compatibility will be important but some deprecated features may be removed.

silverstripe cmssilverstripesilverstripe meetup
Demo Time
Pluggable

Separate applications for everything.
  Blog
  Tumblelog
  Photos
  Wiki
Search Django on Google
Code
Deployment

mod_python
FastCGI
wsgi compatible web server
  mod_wsgi
  CherryPy

Recommended for you

SilverStripe Meetup 03/03/2011
SilverStripe Meetup 03/03/2011SilverStripe Meetup 03/03/2011
SilverStripe Meetup 03/03/2011

SilverStripe 3.0 will focus on improving core features and the user experience. It will separate the CMS from the framework and move to a more flexible object-relational mapper and templating system. Development will be community-driven using Git and follow an agile process with early alpha and beta releases targeted for mid-2011. Backwards compatibility is a priority but some deprecated features may be removed.

silverstripesilverstripe meetup
Django Frequently Asked Interview Questions
Django Frequently Asked Interview QuestionsDjango Frequently Asked Interview Questions
Django Frequently Asked Interview Questions

📢🔥 Top 50 Django Interview Questions: Must-Read Article! 🔥📢 Are you preparing for a Django interview? Want to boost your chances of success? Look no further! 🎯 I have compiled a comprehensive list of the top 50 Django interview questions commonly asked in India. 🇮🇳💼 Whether you’re a beginner or experienced, these questions cover a wide range of topics, from Django basics to advanced concepts. 💡 ✨ Get ready to dive into the world of Django with these questions! ✨ In my article, you’ll find shortcut answers and practical examples for each question, making it easier to understand and grasp the concepts. 🚀💡 ⭐ Don’t miss out on this opportunity to level up your Django interview preparation! ⭐ Remember to share this article with your friends and colleagues who might find it helpful. Let’s spread the knowledge! 🤝🌐 📌 Use these hashtags for better reach: #DjangoInterviewQuestions #Python #Django #InterviewPreparation #TechInterviews #interview #opportunity #coding #success #india #share

djangopythoninterview
Why Django for Web Development
Why Django for Web DevelopmentWhy Django for Web Development
Why Django for Web Development

This document provides an overview of the Django web framework. It defines Django as a Python framework that encourages rapid development and clean design. It describes Django's use of the MVT architecture pattern with Models, Views, Templates, and a Controller. It outlines the steps to create a new Django project, including generating the initial files and structure. It also lists some benefits of Django such as its admin interface, reusable components, and URL routing.

mod_python

<Location />
  SetHandler python-program
  PythonPath “[‘/path/to/project’] + sys.path”
  PythonHandler django.core.handlers.modpython
  SetEnv DJANGO_SETTINGS_MODULE blog.settings
  PythonDebug Off
</Location>
Scaling

More Related Content

What's hot

Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...
Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...
Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...
DicodingEvent
 
'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF
'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF
'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF
Condiminds
 
Sims4 gkce
Sims4 gkceSims4 gkce
Sims4 gkce
sreeni
 
ElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev EditionElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev Edition
Brett Profitt
 
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
Shahzad
 
A Basic Django Introduction
A Basic Django IntroductionA Basic Django Introduction
A Basic Django Introduction
Ganga Ram
 
Panada: An Introduction by Iskandar Soesman
Panada: An Introduction by Iskandar SoesmanPanada: An Introduction by Iskandar Soesman
Panada: An Introduction by Iskandar Soesman
k4ndar
 
Android http library
Android http libraryAndroid http library
Android http library
Francesco Azzola
 
Lightning Web Components
Lightning Web ComponentsLightning Web Components
Lightning Web Components
AbdulGafoor100
 
Introduction to MicroProfile Metrics
Introduction to MicroProfile MetricsIntroduction to MicroProfile Metrics
Introduction to MicroProfile Metrics
Kenji HASUNUMA
 
Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4
MannaAkpan
 
Introducing Ruby/MVC/RoR
Introducing Ruby/MVC/RoRIntroducing Ruby/MVC/RoR
Introducing Ruby/MVC/RoR
Sumanth krishna
 
Meteor js framework
Meteor js frameworkMeteor js framework
Meteor js framework
Zafong Technologies LLP
 

What's hot (13)

Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...
Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...
Dicoding Developer Coaching #26: Android | Menyimpan Database dengan Lebih Si...
 
'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF
'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF
'Best Practices for Elgg Plugin Developers' Cash Costello #ECSF
 
Sims4 gkce
Sims4 gkceSims4 gkce
Sims4 gkce
 
ElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev EditionElggCamp Santiago - Dev Edition
ElggCamp Santiago - Dev Edition
 
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
New Features Of Microsoft Visual Studio 2008 And .Net Framework 3.5 To Comsof...
 
A Basic Django Introduction
A Basic Django IntroductionA Basic Django Introduction
A Basic Django Introduction
 
Panada: An Introduction by Iskandar Soesman
Panada: An Introduction by Iskandar SoesmanPanada: An Introduction by Iskandar Soesman
Panada: An Introduction by Iskandar Soesman
 
Android http library
Android http libraryAndroid http library
Android http library
 
Lightning Web Components
Lightning Web ComponentsLightning Web Components
Lightning Web Components
 
Introduction to MicroProfile Metrics
Introduction to MicroProfile MetricsIntroduction to MicroProfile Metrics
Introduction to MicroProfile Metrics
 
Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4
 
Introducing Ruby/MVC/RoR
Introducing Ruby/MVC/RoRIntroducing Ruby/MVC/RoR
Introducing Ruby/MVC/RoR
 
Meteor js framework
Meteor js frameworkMeteor js framework
Meteor js framework
 

Viewers also liked

The Devil and HTML5
The Devil and HTML5The Devil and HTML5
The Devil and HTML5
Myles Braithwaite
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG Meeting
Myles Braithwaite
 
Google App Engine
Google App EngineGoogle App Engine
Google App Engine
Myles Braithwaite
 
GTALUG Short Talk On Mercurial
GTALUG Short Talk On MercurialGTALUG Short Talk On Mercurial
GTALUG Short Talk On Mercurial
Myles Braithwaite
 
GTALUG Presentation on CouchDB
GTALUG Presentation on CouchDBGTALUG Presentation on CouchDB
GTALUG Presentation on CouchDB
Myles Braithwaite
 
extending-php
extending-phpextending-php
extending-php
tutorialsruby
 
The Internet and Your Business
The Internet and Your BusinessThe Internet and Your Business
The Internet and Your Business
Myles Braithwaite
 
Take a Stroll in the Bazaar
Take a Stroll in the BazaarTake a Stroll in the Bazaar
Take a Stroll in the Bazaar
Myles Braithwaite
 

Viewers also liked (8)

The Devil and HTML5
The Devil and HTML5The Devil and HTML5
The Devil and HTML5
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG Meeting
 
Google App Engine
Google App EngineGoogle App Engine
Google App Engine
 
GTALUG Short Talk On Mercurial
GTALUG Short Talk On MercurialGTALUG Short Talk On Mercurial
GTALUG Short Talk On Mercurial
 
GTALUG Presentation on CouchDB
GTALUG Presentation on CouchDBGTALUG Presentation on CouchDB
GTALUG Presentation on CouchDB
 
extending-php
extending-phpextending-php
extending-php
 
The Internet and Your Business
The Internet and Your BusinessThe Internet and Your Business
The Internet and Your Business
 
Take a Stroll in the Bazaar
Take a Stroll in the BazaarTake a Stroll in the Bazaar
Take a Stroll in the Bazaar
 

Similar to Django GTALUG Presentation

Django
DjangoDjango
Django
sisibeibei
 
Introduction to django
Introduction to djangoIntroduction to django
Introduction to django
Ilian Iliev
 
Live session 2 lightning web component
Live session 2 lightning web componentLive session 2 lightning web component
Live session 2 lightning web component
SmritiSharan1
 
Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)
Nishant Soni
 
Introduction To Code Igniter
Introduction To Code IgniterIntroduction To Code Igniter
Introduction To Code Igniter
Amzad Hossain
 
Django framework
Django framework Django framework
Django framework
TIB Academy
 
Django - Python MVC Framework
Django - Python MVC FrameworkDjango - Python MVC Framework
Django - Python MVC Framework
Bala Kumar
 
Company Visitor Management System Report.docx
Company Visitor Management System Report.docxCompany Visitor Management System Report.docx
Company Visitor Management System Report.docx
fantabulous2024
 
SilverStripe Meetup Presentation 03/03/2011
SilverStripe Meetup Presentation 03/03/2011SilverStripe Meetup Presentation 03/03/2011
SilverStripe Meetup Presentation 03/03/2011
Paul Rogers
 
SilverStripe Meetup 03/03/2011
SilverStripe Meetup 03/03/2011SilverStripe Meetup 03/03/2011
SilverStripe Meetup 03/03/2011
Paul Rogers
 
Django Frequently Asked Interview Questions
Django Frequently Asked Interview QuestionsDjango Frequently Asked Interview Questions
Django Frequently Asked Interview Questions
AshishMishra308598
 
Why Django for Web Development
Why Django for Web DevelopmentWhy Django for Web Development
Why Django for Web Development
Morteza Zohoori Shoar
 
PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...
PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...
PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...
Alessandro Molina
 
Web development with django - Basics Presentation
Web development with django - Basics PresentationWeb development with django - Basics Presentation
Web development with django - Basics Presentation
Shrinath Shenoy
 
Joomla Day India 2009 Business Logic With The Mvc
Joomla Day India 2009   Business Logic With The MvcJoomla Day India 2009   Business Logic With The Mvc
Joomla Day India 2009 Business Logic With The Mvc
Amit Kumar Singh
 
Gnizr Architecture (for developers)
Gnizr Architecture (for developers)Gnizr Architecture (for developers)
Gnizr Architecture (for developers)
hchen1
 
Django by rj
Django by rjDjango by rj
Basics of Vue.js 2019
Basics of Vue.js 2019Basics of Vue.js 2019
Basics of Vue.js 2019
Paul Bele
 
Code igniter - A brief introduction
Code igniter - A brief introductionCode igniter - A brief introduction
Code igniter - A brief introduction
Commit University
 
Knolx session
Knolx sessionKnolx session
Knolx session
Knoldus Inc.
 

Similar to Django GTALUG Presentation (20)

Django
DjangoDjango
Django
 
Introduction to django
Introduction to djangoIntroduction to django
Introduction to django
 
Live session 2 lightning web component
Live session 2 lightning web componentLive session 2 lightning web component
Live session 2 lightning web component
 
Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)
 
Introduction To Code Igniter
Introduction To Code IgniterIntroduction To Code Igniter
Introduction To Code Igniter
 
Django framework
Django framework Django framework
Django framework
 
Django - Python MVC Framework
Django - Python MVC FrameworkDjango - Python MVC Framework
Django - Python MVC Framework
 
Company Visitor Management System Report.docx
Company Visitor Management System Report.docxCompany Visitor Management System Report.docx
Company Visitor Management System Report.docx
 
SilverStripe Meetup Presentation 03/03/2011
SilverStripe Meetup Presentation 03/03/2011SilverStripe Meetup Presentation 03/03/2011
SilverStripe Meetup Presentation 03/03/2011
 
SilverStripe Meetup 03/03/2011
SilverStripe Meetup 03/03/2011SilverStripe Meetup 03/03/2011
SilverStripe Meetup 03/03/2011
 
Django Frequently Asked Interview Questions
Django Frequently Asked Interview QuestionsDjango Frequently Asked Interview Questions
Django Frequently Asked Interview Questions
 
Why Django for Web Development
Why Django for Web DevelopmentWhy Django for Web Development
Why Django for Web Development
 
PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...
PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...
PyconIE 2016 - Kajiki, the fast and validated template engine your were looki...
 
Web development with django - Basics Presentation
Web development with django - Basics PresentationWeb development with django - Basics Presentation
Web development with django - Basics Presentation
 
Joomla Day India 2009 Business Logic With The Mvc
Joomla Day India 2009   Business Logic With The MvcJoomla Day India 2009   Business Logic With The Mvc
Joomla Day India 2009 Business Logic With The Mvc
 
Gnizr Architecture (for developers)
Gnizr Architecture (for developers)Gnizr Architecture (for developers)
Gnizr Architecture (for developers)
 
Django by rj
Django by rjDjango by rj
Django by rj
 
Basics of Vue.js 2019
Basics of Vue.js 2019Basics of Vue.js 2019
Basics of Vue.js 2019
 
Code igniter - A brief introduction
Code igniter - A brief introductionCode igniter - A brief introduction
Code igniter - A brief introduction
 
Knolx session
Knolx sessionKnolx session
Knolx session
 

Recently uploaded

INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
jackson110191
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
ScyllaDB
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
Kief Morris
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
rajancomputerfbd
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
Safe Software
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
BookNet Canada
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
Tatiana Al-Chueyr
 
Cookies program to display the information though cookie creation
Cookies program to display the information though cookie creationCookies program to display the information though cookie creation
Cookies program to display the information though cookie creation
shanthidl1
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
ScyllaDB
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
Aurora Consulting
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
RaminGhanbari2
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
Matthew Sinclair
 
Best Programming Language for Civil Engineers
Best Programming Language for Civil EngineersBest Programming Language for Civil Engineers
Best Programming Language for Civil Engineers
Awais Yaseen
 
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdfBT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
Neo4j
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
Larry Smarr
 
WPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide DeckWPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide Deck
Lidia A.
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 

Recently uploaded (20)

INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
 
Cookies program to display the information though cookie creation
Cookies program to display the information though cookie creationCookies program to display the information though cookie creation
Cookies program to display the information though cookie creation
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
 
Best Programming Language for Civil Engineers
Best Programming Language for Civil EngineersBest Programming Language for Civil Engineers
Best Programming Language for Civil Engineers
 
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdfBT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
 
WPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide DeckWPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide Deck
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 

Django GTALUG Presentation

Editor's Notes