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 <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-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@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-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.