You are here |
vsupalov.com | ||
| | | |
www.mattlayman.com
|
|
| | | | In my limited time this week, I built out the interface between the web server and my application. I'm leaning heavily on work done in Python by implementing ASGI in Lua. | |
| | | |
yasoob.me
|
|
| | | | Hi everyone! ?? I maintain an old website for a client that was originally developed in 2015. It hasn't been updated for the last 5 years and uses Django 1.7 and some Django extensions which haven't been updated for Django 3. I recently decided to move the website to a new server and had to repackage the Django code in a Docker container. It took me some time to get it working correctly so I hope this article can save you some time if you ever find yourself in a similar situation. | |
| | | |
www.markusdosch.com
|
|
| | | | Flask is a simple but powerful Python web framework. But how can you actually make your Flask application available from the web and let other people use your site? | |
| | | |
www.paulsprogrammingnotes.com
|
|
| | The link to download SQLanywhere is here:http://www.sybase.com/detail?id=1087327To install it, you need to unzip the file and run ./setup in the top level directory in the unzipped folder.I also installed:https://code.google.com/p/pyodbc/(use the .zip file on the left)http://onefinepub.com/2014/03/05/installing-unixodbc-2-3-2-higher-ubuntu-12-04-lts/The first error message I received was:sqlanydb.InterfaceError: Could not load dbcapi. Tried: dbcapi.dll,libdbcapi_r.so,libdbcapi_r.dylibException AttributeE... |