We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69cc37 commit a04f984Copy full SHA for a04f984
1 file changed
it/deploy/README.md
@@ -264,6 +264,7 @@ Elimina tutti i contenuti e sostituiscili con qualcosa di simile:
264
265
```python
266
import os
267
+import sys
268
269
path = '/home/<il-tuo-username>/my-first-blog' # usa il tuo username qui
270
if path not in sys.path:
0 commit comments