##// END OF EJS Templates
Update Views y several improvements
Update Views y several improvements

File last commit:

r172:a641bec15a9b
r316:0d39f71bbf42
Show More
urls.py
5 lines | 53 B | text/x-python | PythonLexer
Juan C. Espinoza
Update code for django 1.10, python 3 and latest third party packages, review operation view ...
r172 from django.conf.urls import url
Juan C. Espinoza
Proyecto base en Django (refs #259) ...
r0
Juan C. Espinoza
Update code for django 1.10, python 3 and latest third party packages, review operation view ...
r172 urlpatterns = (
Juan C. Espinoza
Proyecto base en Django (refs #259) ...
r0
)