Hi<br><br>Is there a way to edit the django plugin default settings.<br><br>I need to make a really small change in regards the django admin command.<br><br>Eric is aiming to invoke with django-admin.py which is probably usual and correct however on my fedora system I need to drop the .py extension to get it to invoke which can be seen on the command line example below. <br>
<br>[sayth@sayth django]$ django-admin.py startproject mysite<br>bash: django-admin.py: command not found<br>[sayth@sayth django]$ django-admin startproject mysite<br>[sayth@sayth django]$ <br><br><br>