Skip to content

Instantly share code, notes, and snippets.

View lamenezes's full-sized avatar

Luiz Menezes lamenezes

  • São Carlos, Brazil
View GitHub Profile
@lamenezes
lamenezes / hello.py
Created September 27, 2019 17:38
django one-file hello world
"""
To run the app execute:
python hello.py runserver
And then access http://127.0.0.1:8000/ on your browser
"""
import sys
from django.conf import settings