Re: [zamboni] Installing Zamboni
- From:
- Jeff Balogh
- Date:
- 2010-09-22 @ 02:47
On Sat, Sep 18, 2010 at 11:09 AM, Sundar <mail@devsundar.com> wrote:
> Hello Jeff Balogh,
> Thanks, Now I have setup Zamboni in my machine and taking my baby steps in
> hacking the code.
> Is there any database dump to use in the local machine? Any links to test
> data or dump of production data is appreciated.
Right now we don't have any test data you can use. We can't
distribute dumps from production since that contains sensitive info.
We're working on hosting a site that we can use to populate test data.
For the moment, I'd suggest using syncdb to get the schema and then
using our fixtures to get some data.
Re: [zamboni] Installing Zamboni
- From:
- Sundar
- Date:
- 2010-09-18 @ 18:09
Hello Jeff Balogh,
Thanks, Now I have setup Zamboni in my machine and taking my baby steps in
hacking the code.
Is there any database dump to use in the local machine? Any links to test
data or dump of production data is appreciated.
Thanks in advance.
- sundar
On Thu, Sep 16, 2010 at 10:10 AM, Jeff Balogh <jbalogh@mozilla.com> wrote:
> On Wed, Sep 15, 2010 at 8:13 PM, Sundar <mail@devsundar.com> wrote:
> > (zamboni)meenu@meenu-laptop:~/learning/code/zamboni$ ./manage.py syncdb
> > --noinput
> > Error: No module named tower
>
> That dependency should be in the vendor library. Did you set it up
> with `git clone --recursive`? tower should be in vendor/src/tower.
>