changeset 96 | 3e0636969095 |
parent 76 | f920dd4599df |
child 102 | 0f9d485609ac |
95:eb3a191850a1 | 96:3e0636969095 |
---|---|
30 'backend': 'registration.backends.default.DefaultBackend'}, |
30 'backend': 'registration.backends.default.DefaultBackend'}, |
31 name='registration_register'), |
31 name='registration_register'), |
32 |
32 |
33 (r'^accounts/', include('registration.urls')), |
33 (r'^accounts/', include('registration.urls')), |
34 (r'^profile/', include('pytask.profile.urls')), |
34 (r'^profile/', include('pytask.profile.urls')), |
35 (r'^task/', include('pytask.task.urls')), |
|
35 ) |
36 ) |