aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-11-01 16:29:27 +0100
committervolpino <fox91@anche.no>2012-11-02 20:15:50 +0100
commit352dfa9e14d4c31ed1e10aa6e77ab2992e846830 (patch)
treef915ced664ab02c3f585cf39ae9e513a0d91b582
parenteuscanwww: test fixes and minor PEP8 fixes (diff)
downloadeuscan-352dfa9e14d4c31ed1e10aa6e77ab2992e846830.tar.gz
euscan-352dfa9e14d4c31ed1e10aa6e77ab2992e846830.tar.bz2
euscan-352dfa9e14d4c31ed1e10aa6e77ab2992e846830.zip
euscanwww: moving captcha app where the apps should be
Signed-off-by: volpino <fox91@anche.no>
-rw-r--r--euscanwww/euscan_captcha/__init__.py (renamed from euscanwww/euscanwww/captcha/__init__.py)0
-rw-r--r--euscanwww/euscan_captcha/forms.py (renamed from euscanwww/euscanwww/captcha/forms.py)0
-rw-r--r--euscanwww/euscan_captcha/urls.py (renamed from euscanwww/euscanwww/captcha/urls.py)0
-rw-r--r--euscanwww/euscanwww/urls.py2
4 files changed, 1 insertions, 1 deletions
diff --git a/euscanwww/euscanwww/captcha/__init__.py b/euscanwww/euscan_captcha/__init__.py
index a6b282a..a6b282a 100644
--- a/euscanwww/euscanwww/captcha/__init__.py
+++ b/euscanwww/euscan_captcha/__init__.py
diff --git a/euscanwww/euscanwww/captcha/forms.py b/euscanwww/euscan_captcha/forms.py
index ca4a876..ca4a876 100644
--- a/euscanwww/euscanwww/captcha/forms.py
+++ b/euscanwww/euscan_captcha/forms.py
diff --git a/euscanwww/euscanwww/captcha/urls.py b/euscanwww/euscan_captcha/urls.py
index 76cbd2e..76cbd2e 100644
--- a/euscanwww/euscanwww/captcha/urls.py
+++ b/euscanwww/euscan_captcha/urls.py
diff --git a/euscanwww/euscanwww/urls.py b/euscanwww/euscanwww/urls.py
index b104339..a93c3e8 100644
--- a/euscanwww/euscanwww/urls.py
+++ b/euscanwww/euscanwww/urls.py
@@ -8,7 +8,7 @@ urlpatterns = patterns('',
url(r'^', include('djeuscan.urls')),
url(r'^admin/', include(admin.site.urls)),
- url(r'^accounts/', include('euscanwww.captcha.urls')),
+ url(r'^accounts/', include('euscan_captcha.urls')),
url(r'^accounts/', include('registration.backends.default.urls')),
)