DEV Community

Discussion on: My Experience With Django

Collapse
 
mujeebishaque profile image
Mujeeb Ishaque

1 - Django is easy to learn but hard to master whereas my learning curve with Laravel was linear.

2 - It has a built-in database(SQLite) for quick learning projects which I think is awesome.

3 - Auto admin panel.

4 - Working with forms is nice and easy etc.