1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

code review fixes (II)

This commit is contained in:
Andreu Vallbona 2024-06-08 15:38:25 +02:00
parent 46852956da
commit ae301918d3
No known key found for this signature in database
GPG Key ID: 6518C0CC0E2BE73D

View File

@ -255,7 +255,7 @@ Don't worry, you're not expected to read them every time Django makes one, but
they're designed to be human-editable in case you want to manually tweak how
Django changes things.
Now, run :djadmin:`migrate` again to create those model tables in your database:
Now, run :djadmin:`migrate` to create those model tables in your database:
.. console::