Hacker News new | ask | show | jobs
by oellegaard 4789 days ago
Why this? https://github.com/Birdback/manage.py/blob/master/setup.py#L...

Would be more straight forward if you would remove that and let users just run python manage.py or ./manage.py

1 comments

Then just add:

if __name__ == '__main__': manager.main()

to your manage.py