-
Notifications
You must be signed in to change notification settings - Fork 2
Classic Design Laws
Stacy Wandrey edited this page Jun 28, 2020
·
1 revision
- Aesthetic Usability Effect
- Doherty Threshold
- Fitts’ Law
- Hick’s Law
- Jakob’s Law
- Law of Common Region
- Law of Prägnanz
- Law of Proximity
- Law of Similarity
- Law of Uniform Connectedness
- Miller’s Law
- Occam’s Razor
- Pareto Principle
- Parkinson’s Law
- Postel’s Law
- Serial Position Effect
- Tesler’s Law
- Von Restorff Effect
- Zeigarnik Effect
- Django installation
- Django Project creation
- Package Directories
- Hello,World
- Setting up projects
- Routing
- Templating
- Django templating Engine syntax
- Passing variable to template
- Template inheritance
- Static file linking
- Admin page
- Django ORM
- Making DB
- ORM based queries
- Django Model set
- Use of ORM DB with Django