Schlagwort: Python
Random Blog. Sprachlich wirds hier gemischt Deutsch und Englisch. Einträge zum Silverstripe CMS und ganz allgemein IT und Web.
New! Now including random braindumps. maybe. Usefulness will vary. Enjoy.
Get started with Django (English)
Wanna play with Django? Follow the following Steps to get a quick start: Open Terminal Create a Folder for your Project and go there Create Python Virtual Environment python3 -m venv venv Activate it source venv/bin/activate Install django pip...