Search code examples
djangodjango-manage.py

What happens if I rename the 'manage.py' in django?


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 ?


Solution

  • if it works don't touch it :) But it should still work.