django
django

How to deploy a Django Application on Cpanel

To get started you need to create a fresh django application using the command below

django-admin startproject project

Navigate to your project directory in the command line make migrations and make migrations

python manage.py  makemigrations
pyhthon manage.py migrate

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

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