from django.conf.urls import url from Tierra_2.alm01 import views urlpatterns = [ url(r'^savephoto/?$', views.savePhotoFtp, name='savePhotoFtp'), ]