This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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 |
OlderNewer