Logo

GitLab

Sign in

Walenty / ShellValier

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ShellValier
  • download
  • urls.py
  • prototype version of the user interface
    a9c77623
    Katarzyna Krasnowska authored
    2020-07-07 10:16:30 +0200  
    Browse Code ยป
urls.py 139 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
from django.urls import path

from . import views

app_name = 'download'

urlpatterns = [
    path('', views.download, name='download'),
]