# 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? -- Jonathan Daugherty http://www.parsed.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
