Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 725 Bytes

brainstorm.md

File metadata and controls

55 lines (30 loc) · 725 Bytes
  1. RTFD

  2. live code Django startproject

  3. runserver

    • Eksempel med webbrowser og terminal i split view
  4. Simpel request-response

  5. lav en model

  6. makemigrations + migrate

  7. settings

  8. documentation

  9. virtualenv+pip+requirements

    • pin dine versioner
  10. Deployment?

  11. Avanceret request-response

Koncepter:

Modeller urlconf CBV decorators migrations

http://tutorial.djangogirls.org/en/

Måske-ting

Design-filosofi https://docs.djangoproject.com/en/1.10/misc/design-philosophies/#design-philosophies

Cookiecutter

Prototyping, protoduction

Hvorfor vælge Django?

  • Convention over configuration
  • Batteries included (!= bloated)
  • Python (3)
  • Design philosophies
  • Strong community