aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial01/polls/mod.rs
diff options
context:
space:
mode:
authorMelody Horn / boringcactus <melody@boringcactus.com>2021-06-12 20:54:43 -0600
committerMelody Horn / boringcactus <melody@boringcactus.com>2021-06-12 20:54:43 -0600
commitfcc13328ff82326d25e39504732701b27f894e22 (patch)
tree4292fa15d137f4c7daa80faeded62cc4e0b881ce /examples/tutorial01/polls/mod.rs
parent1a1af5d9241fe458e3e4cfd6e8c3128ba73348cd (diff)
downloadtosin-fcc13328ff82326d25e39504732701b27f894e22.tar.gz
tosin-fcc13328ff82326d25e39504732701b27f894e22.zip
add aspirational example
derived from the django tutorial
Diffstat (limited to 'examples/tutorial01/polls/mod.rs')
-rw-r--r--examples/tutorial01/polls/mod.rs2
1 files changed, 2 insertions, 0 deletions
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;