skip to Main Content

PYTHON 3.7.4 NOT USING SQLITE 3.29.0 – CentOS

OS/Software installed: root@TACIT admin]# cat /etc/*release* CentOS Linux release 7.6.1810 (Core) root@TACIT admin]# python3.7 --version Python 3.7.4 [root@TACIT admin]# sqlite3 --version 3.29.0 2019-07-10 17:32:03 fc82b73eaac8b36950e527f12c4b5dc1e147e6f4ad2217ae43ad82882a88bfa6 (T3PSA) [root@TACIT src]# django-admin --version 2.2 Software locations: [root@TACIT admin]# which python3.7 /usr/local/bin/python3.7 [root@TACIT admin]#…

VIEW QUESTION

javascript not working in flask – Twitter bootstrap

<title>TheSaaS - Responsive Bootstrap SaaS, Software & WebApp Template</title> <script>if (top !== self) top.location.replace(self.location.href +'?utm_source=themeforest&utm_medium=preview&utm_campaign=thesaas');</script> <!-- Styles --> <link type="text/css" href="{{url_for('static',filename='assets/css/core.min.css')}}" rel="stylesheet"> <link type="text/css" href="{{url_for('static',filename='assets/css/thesaas.min.css')}}" rel="stylesheet"> <link type="text/css" href="{{url_for('static',filename='assets/css/style.css')}}" rel="stylesheet"> <!-- Favicons --> <link rel="apple-touch-icon" href="{{url_for('static',filename='assets/img/apple-touch-icon.png')}}"> <link rel="icon" href="{{url_for('static',filename='assets/img/favicon.png')}}"> <!--…

VIEW QUESTION
Back To Top
Search