diff options
author | Nishanth Amuluru | 2011-01-07 11:19:36 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 11:19:36 +0530 |
commit | 7c47c84aea9196fdbe76b2d905774f81cffea112 (patch) | |
tree | 8f0b4c0ae5d2355871496a1c43c856a51eb9d4f2 /urls.py | |
parent | 745d5f4b89bd466ccbe2e41530b442bdf35b35f8 (diff) | |
download | pytask-7c47c84aea9196fdbe76b2d905774f81cffea112.tar.gz pytask-7c47c84aea9196fdbe76b2d905774f81cffea112.tar.bz2 pytask-7c47c84aea9196fdbe76b2d905774f81cffea112.zip |
Created a view for viewing profile
Diffstat (limited to 'urls.py')
-rwxr-xr-x | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,6 @@ urlpatterns = patterns('', url(r'^accounts/register/$', register, {'form_class': CustomRegistrationForm}, name='registration_register'), - + (r'^accounts/profile/', include('pytask.profile.urls')), (r'^accounts/', include('registration.urls')), ) |