In this exercise you will create a project that completes a task similar to the original "Codingbat over HTTP" exercise, but this time you will implement use a template and process the user input with a Django Form (no path parameters!).
For each of the paths bases below, implement the corresponding codingbat challenge as a view. Arguments should be collected from the path and the response should contain the answer to the challenge. Additionally, you should implement three of the test cases that coding bat provides as test cases in your django app.
- `warmup-1/sum-double
- `warmup-2/string-times
- `string-2/double-char