fixes for FormMixin's get_form/get_form_class

This commit is contained in:
Maxim Kurnikov
2019-02-25 04:01:36 +03:00
parent c09a97e005
commit df5c70c703
11 changed files with 139 additions and 55 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/local/bin/xonsh
try:
pip install wheel
pip install wheel twine
python setup.py sdist bdist_wheel --universal
twine upload dist/*