Hi, In one of the deployments i need to give input to django application through puppet. say, enter username: abc how to achieve this in puppet, please help. Regards, Bhaskar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi, A little of an off topic reply but I would really recommend using south for managing the structure of the database and possible later migrations for non-destructive upgrades. If you don''t want to introduce a new library I would run the syncdb command (I assume this is what you are doing) with the --noinput option [2] and create the initial user with an sql script. Regards, Jonathan [1] http://south.aeracode.org/ [2] http://docs.djangoproject.com/en/dev/ref/django-admin/?from=olddocs#djadminopt---noinput On 19 July 2010 10:27, prudhvi <prudhviy@gmail.com> wrote:> Hi, > > In one of the deployments i need to give input to django application > through puppet. > say, > > enter username: abc > > how to achieve this in puppet, > please help. > > Regards, > Bhaskar > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi jonathan, Thanq very much for your valuable suggestion, Im looking into it if its usefull for us. Regards, bhaskar On Jul 19, 1:48 pm, Jonathan Share <jon.sh...@gmail.com> wrote:> Hi, > > A little of an off topic reply but I would really recommend using > south for managing the structure of the database and possible later > migrations for non-destructive upgrades. > > If you don''t want to introduce a new library I would run the syncdb > command (I assume this is what you are doing) with the --noinput > option [2] and create the initial user with an sql script. > > Regards, > > Jonathan > > [1]http://south.aeracode.org/ > [2]http://docs.djangoproject.com/en/dev/ref/django-admin/?from=olddocs#d... > > On 19 July 2010 10:27, prudhvi <prudh...@gmail.com> wrote: > > > Hi, > > > In one of the deployments i need to give input to django application > > through puppet. > > say, > > > enter username: abc > > > how to achieve this in puppet, > > please help. > > > Regards, > > Bhaskar > > > -- > > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > > To post to this group, send email to puppet-users@googlegroups.com. > > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > > For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.