diff --git a/flex/bin/chardetect b/flex/bin/chardetect new file mode 100755 index 0000000..1b7f570 --- /dev/null +++ b/flex/bin/chardetect @@ -0,0 +1,11 @@ +#!/Users/karthikpullela/Desktop/hackdavis/Flex/flex/bin/python3 + +# -*- coding: utf-8 -*- +import re +import sys + +from chardet.cli.chardetect import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/flex/bin/flask b/flex/bin/flask new file mode 100755 index 0000000..870c9b8 --- /dev/null +++ b/flex/bin/flask @@ -0,0 +1,11 @@ +#!/Users/karthikpullela/Desktop/hackdavis/Flex/flex/bin/python3 + +# -*- coding: utf-8 -*- +import re +import sys + +from flask.cli import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/flex/flex/home/__pycache__/views.cpython-36.pyc b/flex/flex/home/__pycache__/views.cpython-36.pyc index 1e336cd..6a55b08 100644 Binary files a/flex/flex/home/__pycache__/views.cpython-36.pyc and b/flex/flex/home/__pycache__/views.cpython-36.pyc differ diff --git a/flex/flex/home/templates/home/home.html b/flex/flex/home/templates/home/home.html index 4cf2443..9e8a2de 100644 --- a/flex/flex/home/templates/home/home.html +++ b/flex/flex/home/templates/home/home.html @@ -6,6 +6,8 @@