Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 437 Bytes

File metadata and controls

26 lines (13 loc) · 437 Bytes

Take a deep dive in Django

Part 1: Requests and responses

Part 2: Models and the admin site

Part 3: Views and templates

Part 4: Forms and generic views

Part 5: Testing

Part 6: Static files

Part 7: Customizing the admin site

postscript: cmd lines may need

python3 manage.py runserver

python3 manage.py shell

python3 manage.py test polls