Instalacja aplikacji Szafir na Linuksie

Szafir — aplikacja do podpisu elektronicznego Krajowej Izby Rozliczeniowej — teoretyrcznie działa na Linuxie. Jednak wydawca nie przyłożył się do instrukcji instalacji. KIR być może myśli, że wszyscy użytkownicy Linuksa to czarodzieje językoznawcy, którzy w lot łapią niezrozumiałe komunikaty i można ich pozostawić sobie samych z lakoniczną instrukcją. Jak zawsze, …

Serving Django MEDIA from DOKKU host server

So you don’t like the hassle of setting up a storage backend and WhiteNoise doesn’t support serving media folder. If you use Dokku it’s IMHO reasonable to host and serve those files from the same machine that runs Dokku pass — you already have NGINX sitting there. The trick is …

How to add to GIT repo an empty folder with ignored contents

So you need a placeholder folder in your project, like a .tmp folder or media or data. AFAIK you can not add an empty folder to to GIT repo, to overcome this you have to place a placeholder file an ignore everything else. I like the .gitignore to be this placeholder file, and …

Quickly create Python virtual environemts

I love PEW! I also use VEX, but I am sometimes confused by it’s cli, I prefer PEW for it’s unambiguous environment management and —˛what’s the key reason — linking virtual environment with project folder. I tried to use PipEnv, but I do not like it’s policy to put hashes on …

Back to Top