Name all of the view that we need to reverse
authorDiane Trout <diane@ghic.org>
Wed, 1 Jun 2016 23:33:24 +0000 (16:33 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 24 Jun 2016 22:55:49 +0000 (15:55 -0700)
commit1a972f41f4ac35ce71c8f5039532a0a43d80b4e3
tree6b180c373b648062c9261144902857e0d543328c
parent5b48ddf167d6a3776f1992058b127fffea5c379f
Name all of the view that we need to reverse

Django 1.9 wants to remove reversing by package name,
as far as I can tell the simplest way to then reverse a
name to find the view is to name the url pattern.

The next few commits should take advantage of the names.
experiments/urls.py
htsworkflow/urls.py
inventory/urls.py
samples/urls.py