Author: gwilson
Date: 2007-10-13 11:40:20 -0500 (Sat, 13 Oct 2007)
New Revision: 6481
Modified:
django/trunk/django/core/management/base.py
Log:
Removed trailing whitespace.
Modified: django/trunk/django/core/management/base.py
===================================================================
--- django/trunk/django/core/management/base.py 2007-10-13 16:38:19 UTC (rev
6480)
+++ django/trunk/django/core/management/base.py 2007-10-13 16:40:20 UTC (rev
6481)
@@ -19,7 +19,7 @@
os.environ['DJANGO_SETTINGS_MODULE'] = options.settings
if options.pythonpath:
sys.path.insert(0, options.pythonpath)
-
+
class BaseCommand(object):
# Metadata about this command.
option_list = (
@@ -174,7 +174,7 @@
"""
Copies either a Django application layout template or a Django project
layout template into the specified directory.
-
+
* style - A color style object (see django.core.management.color).
* app_or_project - The string 'app' or 'project'.
* name - The name of the application or project.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---