Files
wtforms-parsleyjs/run_sample.py
T
Johannes Gehrs e0949570d5 updates README with installation info
various small improvements
2013-07-01 23:52:24 +02:00

4 lines
91 B
Python

from wtformsparsleyjs.sample import app
if __name__ == '__main__':
app.run(debug=True)