pytask/urls.py
changeset 314 f920dd4599df
parent 307 c6bca38c1cbf
child 334 3e0636969095
equal deleted inserted replaced
313:d64b83bdf5a8 314:f920dd4599df
     1 from django.conf.urls.defaults import *
     1 from django.conf.urls.defaults import *
     2 
     2 
     3 from registration.views import register
     3 from registration.views import register
     4 from registration.backends.default import DefaultBackend
     4 from registration.backends.default import DefaultBackend
       
     5 import pytask.profile.regbackend
       
     6 
     5 from pytask.profile.forms import CustomRegistrationForm
     7 from pytask.profile.forms import CustomRegistrationForm
     6 
     8 
     7 from django.shortcuts import redirect
     9 from django.shortcuts import redirect
     8 
    10 
     9 # Uncomment the next two lines to enable the admin:
    11 # Uncomment the next two lines to enable the admin: