|
You are here |
ljvmiranda.micro.blog | ||
| | | | |
www.cybershu.eu
|
|
| | | | | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan... | |
| | | | |
til.simonwillison.net
|
|
| | | | | Towards Inserting One Billion Rows in SQLite Under A Minute includes this snippet: | |
| | | | |
techtldr.com
|
|
| | | | | There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...] | |
| | | | |
www.valentinog.com
|
|
| | | Notes on deploying Django > 3.1 (async) with Uvicorn under Nginx as a reverse proxy. | ||