Re: [mezzanine-users] Media Library Rename file issue

2015-07-09 Thread Josh Cartmell
I don't remember the details, but I feel like I've seen a similar issue. As I recall I ssh'ed into the server and there was a weird file in the media library directory. If you are having a similar issue I'm pretty sure just deleting the weird file fixed it for me. On Thu, Jul 9, 2015 at 1:54 AM,

[mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Stephen McDonald
Hi all, The new 4.0 release of Mezzanine is finally up on PyPI after 10 months since the last release - a lot has happened! The project site ( mezzanine.jupo.org) hasn't been upgraded yet, that will happen shortly. The full changelog is here: https://github.com/stephenmcd/mezzanine/blob/master/CHA

Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Danny
On 10 July 2015 at 08:34, Stephen McDonald wrote: > Hi all, > > The new 4.0 release of Mezzanine is finally up on PyPI after 10 months > since the last release - a lot has happened! The project site ( > mezzanine.jupo.org) hasn't been upgraded yet, that will happen shortly. > Congratulations to

Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Stephen McDonald
On Fri, Jul 10, 2015 at 9:40 AM, Danny wrote: > On 10 July 2015 at 08:34, Stephen McDonald wrote: > >> Hi all, >> >> The new 4.0 release of Mezzanine is finally up on PyPI after 10 months >> since the last release - a lot has happened! The project site ( >> mezzanine.jupo.org) hasn't been upgrad

Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Danny
On 10 July 2015 at 10:27, Stephen McDonald wrote: > > > > On Fri, Jul 10, 2015 at 9:40 AM, Danny wrote: > >> On 10 July 2015 at 08:34, Stephen McDonald wrote: >> >>> Hi all, >>> >>> The new 4.0 release of Mezzanine is finally up on PyPI after 10 months >>> since the last release - a lot has hap

Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Graham Oliver
Awesome, thanks Stephen ! g On 10 July 2015 at 11:04, Stephen McDonald wrote: > Hi all, > > The new 4.0 release of Mezzanine is finally up on PyPI after 10 months > since the last release - a lot has happened! The project site ( > mezzanine.jupo.org) hasn't been upgraded yet, that will happen sh

[mezzanine-users] creating projects with latest build

2015-07-09 Thread Brandon Keith Biggs
Hello, I just created a project with the latest build and I did not get asked to create a super-user. There are also no setting files in my project. I did: mezzanine-project project1 cd project1 python manage.py createdb python manage.py runserver and my site went up perfectly, but no super-us

Re: [mezzanine-users] creating projects with latest build

2015-07-09 Thread Danny
If you look in https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/core/management/commands/createdb.py You'll see it should create the default admin user as 'admin' with password 'default'. Try to log in to the admin side with that. Although, I would have thought that unless you specif

[mezzanine-users] Mezzanine 4.0 and DRUM

2015-07-09 Thread Ron Shukartsi
Hi All, I'm working on a site using Mezzanine and the DRUM plugin (http://drum.jupo.org/) (https://github.com/stephenmcd/drum) Would DRUM (which is a few years old now) have any major incompatibilities with Mezzanine 4.0? Thanks! -- You received this message because you are subscribed to th

[mezzanine-users] Re: Mezzanine 4.0 is released

2015-07-09 Thread Philip Southwell
What a fantastic accomplishment. I am extremely grateful to the work of all of you who have contributed to this release. Thanks again! Phil On Friday, July 10, 2015 at 8:35:16 AM UTC+9:30, Stephen McDonald wrote: > > Hi all, > > The new 4.0 release of Mezzanine is finally up on PyPI after 10 mon

Re: [mezzanine-users] creating projects with latest build

2015-07-09 Thread Stephen McDonald
I can confirm the usual "admin/default" superuser is created, but you're not prompted for it without --noinput, which is what I expected also. I also checked older versions of Mezzanine and it appears that's always been the case. On Fri, Jul 10, 2015 at 1:12 PM, Danny wrote: > If you look in >