import missing views

This commit is contained in:
Serghei Mihai 2015-04-10 16:21:38 +02:00
parent 5ca37d4008
commit d7fcb4227d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from django.conf.urls import patterns, include, url
from django.contrib import admin
from .fargo.views import (home, jsonp, json, document, download, pick, delete, upload,
remote_download)
remote_download, login, logout)
urlpatterns = patterns('',
url(r'^$', home, name='home'),