Re: [mezzanine-users] After deploy I have empty database :(

2015-05-16 Thread Graham Oliver
Yes this took me quite a while to understand :-) I have gone through this process on webfaction recently Happy to answer any questions that you have. g On 17 May 2015 at 11:54, Ken Bolton wrote: > Hi Taedori, > > Mezzanine does not move your data! Migrations with the `migrate` > management comma

Re: [mezzanine-users] After deploy I have empty database :(

2015-05-16 Thread Ken Bolton
Hi Taedori, Mezzanine does not move your data! Migrations with the `migrate` management command modify your database schema. You may be able to use the `dumpdata ` and `loaddata

[mezzanine-users] After deploy I have empty database :(

2015-05-16 Thread taedori
It is first time to build web site using mezzanine and first time to deploy using fabric. I worked on sqlite3 database on dev machine which works fine. And I ran fab all with default database setting that means just as it is. Finished fab all with no error. When I go to the web, it shows my we

Re: [mezzanine-users] pip -r requirements.txt deletes lates Django and installs 1.6 version

2015-05-16 Thread Ken Bolton
Hi Maksym, This is expected behavior. The current release of Mezzanine is pegged to Django 1.6, as you discovered. The master branch on GitHub uses 1.8. Once master is adequately tested, it will be released and `pip install Mezzanine` will install the latest Django. hth. -ken On Sat, May 16, 2

Re: [mezzanine-users] Support for Different or Multiple Email Sending Addresses

2015-05-16 Thread vikraw
Ok, your suggestion works for me. Thanks. But I saw another issue with "resending email" from User Accounts for Past Orders. When i go to the user account and View Past Orders - there is option to Resend Email here is how the link looks like for me - "http://127.0.0.1:8000/shop/invoice/142/rese

[mezzanine-users] pip -r requirements.txt deletes lates Django and installs 1.6 version

2015-05-16 Thread Maksym Mospanenko
When I run pip -r requirements.txt it replaces latest Django package on 1.6 version. But when I run setup.py install from git project - everything OK. There is a solution? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from