mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fix wording of auth superuser post-migrate handler
This commit is contained in:
		| @@ -130,7 +130,7 @@ def create_superuser(app_config, verbosity=2, interactive=True, db=DEFAULT_DB_AL | |||||||
|     from django.core.management import call_command |     from django.core.management import call_command | ||||||
|  |  | ||||||
|     if not UserModel.objects.exists() and interactive: |     if not UserModel.objects.exists() and interactive: | ||||||
|         msg = ("\nYou just installed Django's auth system, which means you " |         msg = ("\nYou have installed Django's auth system, and " | ||||||
|             "don't have any superusers defined.\nWould you like to create one " |             "don't have any superusers defined.\nWould you like to create one " | ||||||
|             "now? (yes/no): ") |             "now? (yes/no): ") | ||||||
|         confirm = input(msg) |         confirm = input(msg) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user