#140 Added argument support for hubs/app.py
Merged by ryanlerch. Opened by ryanlerch.
ryanlerch/fedora-hubs addargs  into  develop

Download 140.patch
no initial comment

Added args support for hubs/app.py so a dev can specify
the host and port variables when running a dev server

I think I'd rather have a runserver.py script to do this than adding CLI options to the web app :)

Pull-Request has been updated

Fair enough!

I have updated the branch with a few more commits, adding a runserver.py, and updating the readme to say that runserver.py is the script to run the dev server now.

Pull-Request has been updated

Pull-Request has been rebased

:thumbsup: thanks :)

I think we don't need PYTHONPATH anymore. :relaxed:

I had the same thought, we just need to check it (since it's also asked for
the populate.py script above) and I thought it does no harm in the mean
while (thus my +1).

yeah! right. populate.py would also not require PYTHONPATH. I have using it without the PYTHONPATH

Ok so let's remove the two PYTHONPATH and we're good to merge :)

:thumbsup:

Pull-Request has been rebased

Pull-Request has been merged by ryanlerch

Metadata