mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
chore: style SUCCESS and update release note
fix: mispelled word
This commit is contained in:
parent
ba2cace188
commit
7362a9072a
@ -238,7 +238,7 @@ class TemplateCommand(BaseCommand):
|
||||
else:
|
||||
target = os.path.abspath(target)
|
||||
|
||||
self.stdout.write(f"Success! Created {name} at {target}.")
|
||||
self.stdout.write(f"Success! Created {name} at {target}.", self.style.SUCCESS)
|
||||
|
||||
def handle_template(self, template, subdir):
|
||||
"""
|
||||
|
@ -240,6 +240,9 @@ Management Commands
|
||||
operation to highlight :class:`operation categories
|
||||
<django.db.migrations.operations.base.OperationCategory>`.
|
||||
|
||||
* If the :djadmin:`startproject` and :djadmin:`startapp` command were successfully, now
|
||||
they display the directory in which the project or the app was created.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user