djangoEasy Playground

Full-stack web framework with ORM, admin panel, auth, templates, migrations

Getting started with djangoRun locally
Install
pip install django
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: django)

django is a third-party package. Full-stack web framework with ORM, admin panel, auth, templates, migrations. Install with: pip install django

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?