Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 466 Bytes

Django Hello World

Basic Django application to use in tutorials.

This application provides the basic Django functionality and displays a home page with a welcome message.

You need to install the dependencies listed in the requirements.txt file.

You can run the application with the following command.

python manage.py 8080

This project uses a SQLite database on the file system.

Also note that the settings.py file is optimized to use in production.