beachmachine / django-jython

Database backends and extensions for Django development on top of Jython.
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Adding new feature to allow redirection of WAR file creation #10

Closed furritos closed 8 years ago

furritos commented 8 years ago

Adding a new entry called --war-dir that allows the ability to specify a directory in where you want to write the WAR file out to.

beachmachine commented 8 years ago

Looks good to me. Thank you for your help!

furritos commented 8 years ago

Anytime, thanks!