Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def error404 (request):
  2. return render(request, '404.html')
  3.  
  4. handler404 = 'apps.myapp1.views.error404'
  5.  
  6. 404.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement