fix: pushed wrong __init__.py 00.00.20
authordurandn
Tue, 04 Oct 2016 14:58:46 +0200
changeset 120 e5706c9561f8
parent 119 7fc27f7e7c94
child 121 5b51b2124e99
fix: pushed wrong __init__.py
server/src/metaeducation/__init__.py
server/src/metaeducation/settings/__init__.py
--- a/server/src/metaeducation/__init__.py	Tue Oct 04 14:21:59 2016 +0200
+++ b/server/src/metaeducation/__init__.py	Tue Oct 04 14:58:46 2016 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 18, "final", 0)
+VERSION = (0, 0, 20, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
 
--- a/server/src/metaeducation/settings/__init__.py	Tue Oct 04 14:21:59 2016 +0200
+++ b/server/src/metaeducation/settings/__init__.py	Tue Oct 04 14:58:46 2016 +0200
@@ -115,7 +115,6 @@
 
 LOGIN_URL = '/accounts/mtdc/login/'
 OAUTH_EXEMPT_URLS = (
- r'^mtdc/accounts/',
  r'^accounts/',
  r'^api/',
  r'^admin/',