mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Wrapped lines at 79 cols in docs/howto/custom-shell.txt.
This commit is contained in:
		| @@ -7,9 +7,9 @@ access to models and settings, making it useful for testing code, experimenting | ||||
| with queries, and interacting with application data. | ||||
|  | ||||
| Customizing the :djadmin:`shell` command allows adding extra functionality or | ||||
| pre-loading specific modules. To do this, create a new management command that subclasses | ||||
| ``django.core.management.commands.shell.Command`` and overrides the existing | ||||
| ``shell`` management command. For more details, refer to the guide on | ||||
| pre-loading specific modules. To do this, create a new management command that | ||||
| subclasses ``django.core.management.commands.shell.Command`` and overrides the | ||||
| existing ``shell`` management command. For more details, refer to the guide on | ||||
| :ref:`overriding commands <overriding-commands>`. | ||||
|  | ||||
| .. _customizing-shell-auto-imports: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user