Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-13 Thread Stephen McDonald
On Sun, Jul 12, 2015 at 6:27 PM, henri he...@art.bieszczady.pl wrote:

 Happy to see Mezzanine 4.0 is released.

 Actually I want to start an new e-commerce project based on Mezzanine and
 Cartridge on which I would like to implement the new Mezzanine project
 structure.

 Is there a chance that Cartridge will be upgraded soon or is it possible
 to adapt Cartridge by hand to the new structure?


This initially works for me:

- Create a new Mezzanine project (mezzanine-project project_name)
- Copy settings.py and urls.py from cartridge/project_template into the new
project (project_name/project_name)
- In the copied settings.py, change from local_settings import * to from
.local_settings import * (addition of a period to trigger relative import)



 Thanks a lot for creating this great project.

 Regards, Henri

 --
 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-12 Thread henri
Happy to see Mezzanine 4.0 is released.

Actually I want to start an new e-commerce project based on Mezzanine and 
Cartridge on which I would like to implement the new Mezzanine project 
structure.

Is there a chance that Cartridge will be upgraded soon or is it possible to 
adapt Cartridge by hand to the new structure? 

Thanks a lot for creating this great project.

Regards, Henri 

-- 
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] 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.