Skip to content

mehmetozel/django-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-playground

Django trainings

Django comes with the following design philosophies −

  • Loosely Coupled − Django aims to make each element of its stack independent of the others.

  • Less Coding − Less code so in turn a quick development.

  • Don't Repeat Yourself (DRY) − Everything should be developed only in exactly one place instead of repeating it again and again.

  • Fast Development − Django's philosophy is to do all it can to facilitate hyper-fast development.

  • Clean Design − Django strictly maintains a clean design throughout its own code and makes it easy to follow best web-development practices.

Credits: www.tutorialspoint.com/

NOTES

DJANGO HINTS

  • get_object_or_404()
  • render()
  • django.shortcuts module. django.urls.reverse ?
  • url ref :
  • Avoiding race conditions using F() (2 user same database)
  • Generic Vivew

#TO DO

  • admin, add item cant leave input blank.
  • log in page UI.
  • order summary page, item order changes.. ( research for order_by method)

About

Django trainings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • CSS 25.1%
  • SCSS 8.0%
  • HTML 2.6%
  • Python 1.9%