summaryrefslogtreecommitdiff
path: root/web_infrastructure/django_manage.py
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-15 15:53:30 -0400
committerGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-15 15:53:30 -0400
commit2a5f0bde8796bb366f06a39fab576c362eb048a5 (patch)
treebce2da5b1a1e9981b6d015319dcef337354b6d8f /web_infrastructure/django_manage.py
parent28a869a030fb3be9818c71e08d3048ff88a2b6a0 (diff)
downloadansible-modules-core-2a5f0bde8796bb366f06a39fab576c362eb048a5.tar.gz
Proper author info for all remaining modules
Diffstat (limited to 'web_infrastructure/django_manage.py')
-rw-r--r--web_infrastructure/django_manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_infrastructure/django_manage.py b/web_infrastructure/django_manage.py
index 46ebb2fb..4dce581f 100644
--- a/web_infrastructure/django_manage.py
+++ b/web_infrastructure/django_manage.py
@@ -92,7 +92,7 @@ notes:
- To be able to use the migrate command, you must have south installed and added as an app in your settings
- To be able to use the collectstatic command, you must have enabled staticfiles in your settings
requirements: [ "virtualenv", "django" ]
-author: Scott Anderson
+author: "Scott Anderson (@tastychutney)"
'''
EXAMPLES = """