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 molo...@gmail.com wrote:

 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 specified --noinput it
 would have prompted you for this sort of information... maybe that's
 changed.

 Seeya. Danny.

 On 10 July 2015 at 12:28, Brandon Keith Biggs brandonkeithbi...@gmail.com
  wrote:

  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-user was set.
 thanks,

 --
 Brandon Keith Biggs http://www.brandonkeithbiggs.com/

 --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




 --
 *Danny Sag*
 Chairperson
 Round World Events SA, Inc
 City of Small Gods Terry Pratchett Fan Club -
 http://cityofsmallgods.org.au

 *Nullus Anxietas VI - The Australian Discworld Convention* -
 http://ausdwcon.org
 The Discworld Grand Tour - Adelaide SA, August 4-6, 2017





  --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Stephen McDonald
On Fri, Jul 10, 2015 at 9:40 AM, Danny molo...@gmail.com wrote:

 On 10 July 2015 at 08:34, Stephen McDonald st...@jupo.org 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 Stephen and all contributors! I look forward to
 upgrading soon![1]

 Seeya. Danny.
 [1] My site relies on Cartridge, so I'm going to wait until that's brought
 up to date as well, I know it can't be far behind.


You should be good to go using the dev branch of Cartridge - the only work
left to do with it is bring it up to date when creating new projects, which
presumably doesn't affect you. I've just deployed latest Mezzanine +
Cartridge dev branch plus Django 1.8 to the project site and it works.







  --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Danny
On 10 July 2015 at 10:27, Stephen McDonald st...@jupo.org wrote:




 On Fri, Jul 10, 2015 at 9:40 AM, Danny molo...@gmail.com wrote:

 On 10 July 2015 at 08:34, Stephen McDonald st...@jupo.org 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 Stephen and all contributors! I look forward to
 upgrading soon![1]

 Seeya. Danny.
 [1] My site relies on Cartridge, so I'm going to wait until that's
 brought up to date as well, I know it can't be far behind.


 You should be good to go using the dev branch of Cartridge - the only work
 left to do with it is bring it up to date when creating new projects, which
 presumably doesn't affect you. I've just deployed latest Mezzanine +
 Cartridge dev branch plus Django 1.8 to the project site and it works.


Thanks, I'll give it a shot this weekend.

Seeya. Danny.

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 st...@jupo.org 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.
 The full changelog is here:
 https://github.com/stephenmcd/mezzanine/blob/master/CHANGELOG - it has
 become quite unwieldy given the variety of commit styles (it's
 automatically generated from them), so one of the housekeeping tasks we
 identified upon forming the official core team was to go back and redo it
 manually. If you'd like to volunteer for that you'd be a superstar. Given
 that, here's a human written overview of what's new:

 - The supported Django versions are now 1.7 and 1.8
 - Translatable content is now supported via django-modeltranslation
 - Dropped support for South, given Django 1.7's built-in migrations
 - TinyMCE upgraded to 4.0 (the previous version was around 3 years old!)
 - Major refactor of mezzanine.conf.settings resulting in greatly reduced
 DB queries, and removal of manual use_editable() requirement
 - Major refactor of bundled fabfile, allowing for non-vcs deploys via
 rsync, plus many more new features
 - We now use the same project layout that Django has for several versions,
 where manage.py and others live outside the project package
 - A gazillion bugfixes and other minor improvements

 There could be more - I've just put that list together by skimming the
 changelog. If I've missed anything noteworthy, please let everyone know in
 this thread. Speaking of which, if you have an issue, I'd ask that instead
 of replying here, you start a new email thread. If you know you've found a
 real bug (eg can actually confirm the problem in the code), please open a
 GitHub issue.

 A massive thanks goes out to the newly formed core team who have been the
 major contributors to all the above, and to everyone else who has chipped
 in too, on the code base and here on the mailing list with support.

 Thanks and enjoy!


 --
 Stephen McDonald
 http://jupo.org

 --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
t : 021 081 71732

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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-user was set.
thanks,

--
Brandon Keith Biggs http://www.brandonkeithbiggs.com/

--
You received this message because you are subscribed to the Google Groups Mezzanine 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 specified --noinput it would
have prompted you for this sort of information... maybe that's changed.

Seeya. Danny.

On 10 July 2015 at 12:28, Brandon Keith Biggs brandonkeithbi...@gmail.com
wrote:

  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-user was set.
 thanks,

 --
 Brandon Keith Biggs http://www.brandonkeithbiggs.com/

 --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
*Danny Sag*
Chairperson
Round World Events SA, Inc
City of Small Gods Terry Pratchett Fan Club - http://cityofsmallgods.org.au

*Nullus Anxietas VI - The Australian Discworld Convention* -
http://ausdwcon.org
The Discworld Grand Tour - Adelaide SA, August 4-6, 2017

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, Josh B josh.batche...@wearetopsecret.com
wrote:

 Having a weird issue where I am unable to rename any image using the Media
 Library. Always getting this message (Only letters, numbers, underscores,
 spaces and hyphens are allowed.) Anyone else ever ran into this problem or
 have any ideas?

 --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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/CHANGELOG - it has
become quite unwieldy given the variety of commit styles (it's
automatically generated from them), so one of the housekeeping tasks we
identified upon forming the official core team was to go back and redo it
manually. If you'd like to volunteer for that you'd be a superstar. Given
that, here's a human written overview of what's new:

- The supported Django versions are now 1.7 and 1.8
- Translatable content is now supported via django-modeltranslation
- Dropped support for South, given Django 1.7's built-in migrations
- TinyMCE upgraded to 4.0 (the previous version was around 3 years old!)
- Major refactor of mezzanine.conf.settings resulting in greatly reduced DB
queries, and removal of manual use_editable() requirement
- Major refactor of bundled fabfile, allowing for non-vcs deploys via
rsync, plus many more new features
- We now use the same project layout that Django has for several versions,
where manage.py and others live outside the project package
- A gazillion bugfixes and other minor improvements

There could be more - I've just put that list together by skimming the
changelog. If I've missed anything noteworthy, please let everyone know in
this thread. Speaking of which, if you have an issue, I'd ask that instead
of replying here, you start a new email thread. If you know you've found a
real bug (eg can actually confirm the problem in the code), please open a
GitHub issue.

A massive thanks goes out to the newly formed core team who have been the
major contributors to all the above, and to everyone else who has chipped
in too, on the code base and here on the mailing list with support.

Thanks and enjoy!


-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Danny
On 10 July 2015 at 08:34, Stephen McDonald st...@jupo.org 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 Stephen and all contributors! I look forward to
upgrading soon![1]

Seeya. Danny.
[1] My site relies on Cartridge, so I'm going to wait until that's brought
up to date as well, I know it can't be far behind.

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.