Problem Uploading Django project

So i tried to upload my django project , followed all the steps mentioned (checked allowed host [‘xample.com’] static to its directory and debug false and did the vhost thing too) but then to it only shows the django installed page tried a lot of time and now i cant figure out whats the problem

Django Installed page? The default Django page which come when django is installed?

If yes that means your application is working but you need to configure your urls.py correctly in Django.

1 Like