Guest User

Untitled

a guest
Aug 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. urlpatterns += patterns('Materiais.views',
  2.     url('^scanner_devolucao/(?P<cod_lote>\w+)$', 'lote_devolucao'),
  3.     url('^lote_scanner/(?P<cod_lote>\w+)$', 'lote_scanner_cadastro'),
  4. )
Add Comment
Please, Sign In to add comment