diff --git a/django/views/debug.py b/django/views/debug.py index e150ca07a4..61817bb6b7 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -1083,7 +1083,7 @@ EMPTY_URLCONF_TEMPLATE = """
Of course, you haven't actually done any work yet. Here's what to do next:
DATABASES
setting in {{ project_name }}/settings.py
.python {{ project_name }}/manage.py startapp [appname]
.python manage.py startapp [appname]
.