Guest User

Untitled

a guest
Jul 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cat aurprofile/urls.py
  2. from django.conf.urls.defaults import patterns, url
  3.  
  4. urlpatterns = patterns('aurprofile.views',
  5. url(r'^$', 'profile', name='aurprofile_profile'),
  6. )
Add Comment
Please, Sign In to add comment