Hi Is there a way to edit the django plugin default settings.
I need to make a really small change in regards the django admin command. 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. [sayth@sayth django]$ django-admin.py startproject mysite bash: django-admin.py: command not found [sayth@sayth django]$ django-admin startproject mysite [sayth@sayth django]$
_______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
