Django Framework

Django is a Python framework. You can find more info at

https://www.djangoproject.com

Django Tutorials

Getting started with Django Framework
https://realpython.com/tutorials/django/

Create Project

Create New Application

Run Server

Django framework run server command start development web server on port 8000

To run server on port 80, use

if you are running as non root user, you won’t be able to use port 80. The solution is to run as user root or install a reverse proxy like Nginx.

Applications using Django

https://wagtail.io

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *