Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/pages/04-web-development/02-django.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ based on [WebSockets](/websockets.html).
gives some example code to get up and running with
[Selenium](http://www.seleniumhq.org) browser-based tests.

* [Automating Performance Testing in Django](https://testdriven.io/blog/django-performance-testing/)
looks at how to set up automated performance tests to uncover and prevent
inefficient database queries.


### Django with JavaScript MVC frameworks
There are resources for JavaScript MVC frameworks such as
Expand Down