Prueba
texto de prueba
Add the following to your settings.json: In settings.json for example:
Word wrap in Visual Studio Code Read More »
Install cifs-utils Create a mount folder point. Mount the samba folder manually. Mount samba folder via fstab Create a file with credentials named “~/.smbcredentials” and make sure you secure it: Edit “/etc/fstab” file and add your entry. Finally, test the mount with:
Mount samba folder Read More »
First step is to create a virtual environment to install all needed libraries. Python3 incorporates a virtual environment (venv) maker. To create a venv with python3 we need to run: Or something more realistic: Then, we need activate the virtual env to install Django so we can use the django-admin tool to create the project.
Start new Django project from scratch Read More »