limodou wrote: >> The addition of an extra line in the installed application list of >> settings.py is only a one line change - so again, I would argue effort > >> need. > > Maybe it's simple, but what about install an app? You should modify: > > settings.py > urls.py > copy media files to special directory > > I want these things can be done easily. For example, I download a > third app, and want to run with it. If I could only supply some > parameters about my environment let things easily be done, that will > be so happy. But if there is a tool for this thing, it may need to > modify the settings.py and urls.py automatically according to the > parameters supplied from you.
If I were to build such a thing, and I'm like most everyone else in that I don't see a use for it, I would probably just simply start modifying them in memory and then Pickling_ the Settings module and URL patterns. .. _Pickling: http://docs.python.org/lib/module-pickle.html -- --Max Battcher-- http://www.worldmaker.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---