Skip to content

Instantly share code, notes, and snippets.

@abdel1979
Created June 21, 2019 10:00
Show Gist options
  • Save abdel1979/f19ad58ca6d7e33c665fb03f5308a6d3 to your computer and use it in GitHub Desktop.
Save abdel1979/f19ad58ca6d7e33c665fb03f5308a6d3 to your computer and use it in GitHub Desktop.
from django.http import HttpResponse
def index(request):
return HttpResponse("Salam World - This is my firts Django in Docker and accesible from AWS")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment