Rasmus Wriedt Larsen
|
4ead118a31
|
Python: Add class based route handler in django tests
Disabled CSRF middleware for now, since it blocked my debugging curl POST requests :(
|
2020-12-04 13:27:01 +01:00 |
|
Rasmus Wriedt Larsen
|
b28d022be9
|
Python: Add simpel model of a django path/re_path route setup
Also had to change the annotation to not include the `r` prefix for the
raw-string... not sure why that isn't replicated, but ¯\_(ツ)_/¯
|
2020-10-16 11:12:11 +02:00 |
|
Rasmus Wriedt Larsen
|
ca60132e24
|
Python: Django test: Add simple route handler and annotations
|
2020-10-16 11:12:09 +02:00 |
|
Rasmus Wriedt Larsen
|
44b9b7f084
|
Python: Django test: Enable app
and add a bits of use docs
|
2020-10-16 11:12:08 +02:00 |
|
Rasmus Wriedt Larsen
|
c71c41b759
|
Python: Django test: Disable DB (for now)
|
2020-10-16 11:12:06 +02:00 |
|
Rasmus Wriedt Larsen
|
f704c566b9
|
Python: Add real django 3.1 project as base of tests
|
2020-10-16 11:12:05 +02:00 |
|