Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky authored Jun 5, 2022
1 parent f4bc8e7 commit e770af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Migrations for 'blog':

Django ci ha preparato un file di migrazione che dobbiamo applicare nel nostro database.

Digita `python manage.py migrate blog` e l'output dovrebbe essere:
Digita `python3 manage.py migrate blog` e l'output dovrebbe essere:

{% filename %}command-line{% endfilename %}
{% pre prompt="$", language="bash", output="2-6" %}
Expand Down

0 comments on commit e770af0

Please sign in to comment.