Closed willkg closed 9 years ago
Travis says "no". I think we need to collectstatic
before the Django tests, and also I think there is a problem with bytes/unicode.
So far I've been doing all the edwin work in Python 3.4, and Travis uses that too. I suspect you made these tests on Python 2.7?
Oh, I didn't realize we were using Python 3. I'll update the README.
^^^ Travis passes now.
This also tweaks things so we have url namespaces which makes it a little easier to refer to url patterns.
Fixes #7 Fixes #8