Re: Install Django Apps via Admin Interface

2014-09-17 Thread Thomas Güttler
Am 12.09.2014 um 18:23 schrieb Collin Anderson: And you would expect that to happen just through admin? Would you trust your users really to do all that - basically giving full control what users installs to your system without discretion? Installing apps via the admin would be

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Andreas Kuhne
I really can't see a usecase for something like this. The only time I want to install new packages to my django system is on my dev server while developing something. I would also want the change to be permanent, therefore writing it in my settings.py file. I often forget to add the package to

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Collin Anderson
> > And you would expect that to happen just through admin? Would you trust > your users really to do all > that - basically giving full control what users installs to your system > without discretion? Installing apps via the admin would be useful when the user is the same person as the

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Jani Tiainen
Hi, It seems that you're confusing Django to to be something that it isn't. Django is a web application framework. In short meaning that it is set of (Python) libraries that are used to build web applications. Django app is usually reusable piece of code that brings some (usually common)

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Thomas Güttler
Am 10.09.2014 um 11:07 schrieb Avraham Serour: you can't, you would need to write something yourself capable of doing this. that's sad. in any case why would you want to do that? Convenience. It would be great if some admin plugin could do this: Connect to pypi and list all available

Re: Install Django Apps via Admin Interface

2014-09-10 Thread Avraham Serour
/migrate and reloading the instance. On Wed, Sep 10, 2014 at 8:09 AM, guettli <guettli.goo...@thomas-guettler.de> wrote: > How can I install Django apps via admin interface? > > > -- > You received this message because you are subscribed to the Google Groups &

Install Django Apps via Admin Interface

2014-09-10 Thread guettli
How can I install Django apps via admin interface? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.co