[anjuta] Check for django-admin, not django-admin.py
- From: Naba Kumar <naba src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] Check for django-admin, not django-admin.py
- Date: Sat, 30 Jan 2010 13:41:25 +0000 (UTC)
commit 94051ed30e08138fd3ad22d7b91cbae264d4e319
Author: Naba Kumar <naba gnome org>
Date: Sat Jan 30 15:38:19 2010 +0200
Check for django-admin, not django-admin.py
plugins/project-wizard/templates/django.wiz | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/templates/django.wiz b/plugins/project-wizard/templates/django.wiz
index 5469aa0..40831a7 100644
--- a/plugins/project-wizard/templates/django.wiz
+++ b/plugins/project-wizard/templates/django.wiz
@@ -3,7 +3,7 @@
<_description>Python webproject using Django Web Framework</_description>
<icon>django-logo.png</icon>
<category>Python</category>
- <required-program>django-admin.py</required-program>
+ <required-program>django-admin</required-program>
</project-wizard>
<page name="basic" _label="Django Project information" _description="General Project Information">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]