Skip to content

Instantly share code, notes, and snippets.

  • Save abdel1979/7612684720c9418e11350da5345ac649 to your computer and use it in GitHub Desktop.
Save abdel1979/7612684720c9418e11350da5345ac649 to your computer and use it in GitHub Desktop.
from django.shortcuts import render
# Create your views here.
from django.http import HttpResponse
def index(request):
return HttpResponse(" Salam World - this is my first Django on Docker accesible from AWS ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment