On 2/10/06, Jonathan Daugherty <[EMAIL PROTECTED]> wrote:
>
> # I have a app name address, now, I want to install it in django. How
> # to do that?
> #
> # 1. modifying settings.py  to add INSTALLED_APPS
> # 2. modifying usrl.py to add urlpatterns
> # 3. run install address command
>
> I see what you mean, but this is a one-time task, done at development
> time.  I don't think it's bad to do this manually, particularly
> because it doesn't need to be done often.  What's the impetus for
> wanting an automated way to perform this kind of task?
>

Maybe you consider that it's nothing, so I think you also don't want a
tool to do that for you automatically. But I want, and I think maybe
someone else want also.

And you can also assume that, I have a developing environment and an
online enrironment. In developing enrironment, I may need install many
apps(for the future) which are not written by me. So for each app, I
should carefully read the installation document supplied by the app,
and I need repeat the steps above and even need more steps, e.g.
installing third party module, install media files, install js
libraries, etc. And also everyone need to install this app also need
to these things. And if I'v finished my project, I'll need install
them to online server, but maybe I cann't just copy all files to the
online server, so maybe I need install the apps to online server. So I
need repeat the steps again.

Do you want these? Why not make a tool for that? That's why I need
more simple automatic support supplied by django. And maybe someone or
something else also need these mechanism, just like an Editor?

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to