Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/intro-to-django
Slides for my Intro to Django talk
https://github.com/tswicegood/intro-to-django
Last synced: 12 days ago
JSON representation
Slides for my Intro to Django talk
- Host: GitHub
- URL: https://github.com/tswicegood/intro-to-django
- Owner: tswicegood
- License: mit
- Created: 2013-06-08T09:10:07.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-06-08T11:50:09.000Z (over 11 years ago)
- Last Synced: 2024-04-15T11:16:42.807Z (7 months ago)
- Language: JavaScript
- Homepage: tswicegood.github.io/intro-to-django/
- Size: 262 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-reveal.js
Awesome Lists containing this project
README
# Intro to Django
This talk introduces the attendee to Django. It's meant as a broad overview of the key concepts that power a Django application. It covers:* Minimum Settings
* Models
* Admin
* Routing, Views, and Templates
* Brief Tour of the EcosystemAny of these topics warrants a full talk by itself. This talk attempts to compress them down into their essentials and is meant to be done in less than one hour.
## License
This talk is licensed [Creative Commons Attribution-ShareAlike 3.0 Unported License][license].
[Reveal.js][] is licensed:
MIT licensedCopyright (C) 2011-2013 Hakim El Hattab, http://hakim.se
[Reveal.js]: http://lab.hakim.se/reveal-js/
[license]: http://creativecommons.org/licenses/by-sa/3.0/deed.en_US