• This project
    • Loading...
  • Sign in

jacek / django-react

Logo fsiweb2
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • django-react
  • app
  • apps
  • welcome
  • views.py
  • Initial commit · f028ddae
    f028ddae Browse Files
    jacek authored 2022-03-18 13:26:33 +0100
views.py 108 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
from django.shortcuts import render


def index(request):

    return render(request, 'welcome/index.html')