Kaydet (Commit) 7b530414 authored tarafından Tim Graham's avatar Tim Graham

Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory.

üst 0a13b249
......@@ -671,6 +671,9 @@ Providing one or more app names as arguments will limit the migrations created
to the app(s) specified and any dependencies needed (the table at the other end
of a ``ForeignKey``, for example).
To add migrations to an app that doesn't have a ``migrations`` directory, run
``makemigrations`` with the app's ``app_label``.
.. django-admin-option:: --noinput, --no-input
Suppresses all user prompts. If a suppressed prompt cannot be resolved
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment