how to host django apps on a cpanel
1. Log in to your cPanel account and select File Manager. 2. Create a directory in the public_html directory for your Django project. 3. Upload the files for your Django project to the new directory. 4. Create a new database and a database user in the cPanel MySQL Databases page. 5. Edit the settings.py file […]