n1-cz (25)in #virtualbox • 6 years agoHow to mount host share directory in Virtualbox Linux systemIt's quite easy to install Virtual Box Additions under Windows. You just mount the .iso file and double click on the…n1-cz (25)in #sphinx • 6 years agoProject documentation aka own wiki(ish) docsEach project should have proper docs. Each piece of code should be commented and have some kind of explanation. Yes it…n1-cz (25)in #python • 6 years agoHow to publish a package to PyPII guess you have heard about PyPI. Well if you use pip command then you should. And if not, in short - PyPI is the…n1-cz (25)in #postgres • 6 years agoPostgres and date subtractingImagine you have a table with two date(time) columns. Typicaly start and end . Let’s say it’s a table with opening…n1-cz (25)in #twitter • 6 years agoTwitter on blockchainBlockchain is everywhere but almost no one really knows what that means. There are also so called D-apps. Like…what…n1-cz (25)in #docker • 6 years agoDocker + your development and production environmentsAs a developer I’m used to have at least 2 environments of all projects - development and production. Since I’ve…n1-cz (25)in #python • 6 years agoDjango’s new Extract*() classesDjango 1.10 and even more 1.11 comes with convenient methods for annotating date parts to your query. Django comes…n1-cz (25)in #docker • 6 years agoDocker + SQLite 3Did you just started with Docker and have no idea how to introduce persistend data to your Docker container? Like…n1-cz (25)in #javascript • 6 years agoVue.js - init a component inside a component programmaticallyLet’s say you have a component that is used on many pages within your app. Let’s say it’s modal window (dialog)…n1-cz (25)in #python • 6 years agoGunicorn — autoreload appDo you run your Django app under Gunicorn and want to reload it once you change the source code? No problem! In the…