On Sep 18, 8:34 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Thu, 2008-09-18 at 15:13 -0700, Carol wrote:
> > As far as I can see, django-admin.py doesn't have a subcommand called
> > init.
>
> It did in 0.90, We're talking about something release in mid-November,
> 2005: things have changed a little since then. :-)
>
> Regards,
> Malcolm


I am using an old .90 program that has been a pain to recode to 1.0.
I s there a guide on django's website I ca look at?
I used the same settings as I did before, in 1.0 that worked.  There
is not a manage.py but there is a management.py with a init.  When I
did python management.py and any command nothing happened, so I am
thinking that the settings might be wrong, or the location was not in
python.



MANAGERS = ADMINS

DATABASE_ENGINE = 'mysql'
DATABASE_NAME = 'timesheets'
DATABASE_USER = 'bryant'
DATABASE_PASSWORD = 'Startan3w'
DATABASE_HOST = '10.0.0.20'
DATABASE_PORT = '3306'

Does Django .90 automaticlly put projects in python?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to