Skip to content

ITworkonline/django-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Studybud website learning note

Comparsion with Flask

  • similar points:

    • jinja2: Passing parameter into html is same
    • model to define the table
    • use decorator to secrete the login
  • not similar points:

    • MVT vs MVC
    • ORM vs Sqlachemy
    • Encrypto: Django admin mode auto takes care of the password encrypto. In Flask, we have to define the hash encrypto by ourselves.
    • Define login: Django is more compact and logical by using Sqlite. Flask need more code to do the same things by using Sqlalchemy.
    • Default register form

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages