I have changed the 'manage.py' to 'server.py' and it worked. But what I want to know is whether it will work if I host the Django App somewhere ?
Asked
Active
Viewed 40 times
-2
-
Yes, but I don't understand what the problem is with `manage.py`. `manage.py` does not only run the server. You can also perform management commands, make translations, migrations, etc. – Willem Van Onsem Sep 04 '20 at 18:17
-
What advantage you would like to gain by renaming it? – JPG Sep 04 '20 at 18:18
-
I was just asking whether the name matters or not, @ArakkalAbu . – Nandanunni A S Sep 04 '20 at 18:23