On Wed, Sep 7, 2011 at 7:08 PM, Cal Leeming [Simplicity Media Ltd] < [email protected]> wrote:
> > > On Tue, Sep 6, 2011 at 6:29 PM, Alec Taylor <[email protected]>wrote: > >> Good morning, >> >> I have been using Drupal for a while now, but am slowly moving toward >> DJango. >> >> I am currently working on quite an ambitious project, which I will be >> releasing under a permissive license (New BSD or better). >> >> I would like my project to be as accessible as possible. To this end, >> I would like people without any Python or DJango knowledge to be able >> to quickly setup my project. >> > > Uh.. what? Django != Drupal. > > Can you please explain a bit more about what you want the end result to be. > > Thanks > > >> >> Here is the web-interface functionality I would like to present to the >> user: >> >> <welcome to [project y]> >> >> <Select database type> >> <Database name> >> <Database location> >> <Username> >> <Password> >> <Database prefix> >> [Install] >> >> Can DJango be made do work this way? — If so, do you have some example >> code or an existing project which does this? >> >> Thanks for all suggestions, >> >> Alec Taylor >> > I write Drupal myself. But Python is not Drupal and don't see the comparison. Python already has in-built modular system. Building install profiles wouldn't be necessary either since you can leverage setup tools. To write those fancy Drupal style installation hooks, you might want to leverage writing your own application hooks. > >> -- >> 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?hl=en. >> >> > -- > 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?hl=en. > -- Odeyemi 'Kayode O. http://www.sinati.com. t: @charyorde -- 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?hl=en.
