Skip to content

braek/django-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages