From fcc13328ff82326d25e39504732701b27f894e22 Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Sat, 12 Jun 2021 20:54:43 -0600 Subject: add aspirational example derived from the django tutorial --- examples/tutorial01/polls/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/tutorial01/polls/mod.rs (limited to 'examples/tutorial01/polls/mod.rs') diff --git a/examples/tutorial01/polls/mod.rs b/examples/tutorial01/polls/mod.rs new file mode 100644 index 0000000..fd1dad8 --- /dev/null +++ b/examples/tutorial01/polls/mod.rs @@ -0,0 +1,2 @@ +pub mod urls; +pub mod views; -- cgit v1.2.3