Re: [mezzanine-users] Re: Trouble with django version

2015-06-22 Thread Danny

On 20/06/2015 5:11 PM, Mathias Ettinger wrote:
To complete my previous answer you can specify the commit you wish to 
use to pip instead of HEAD/master


Cartridge was still compatible with mezzanine before the merge of PR 
#1265 and will be as soon as we report the changes back to it.


Just use a commit number that is before this merge (for instance the 
one I gave you previously) and you will have compatibility:


pip install -e 
git+https://github.com/stephenmcd/mezzanine.git@the_commit_you_d_like_to_get#egg=Mezzanine 
https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fstephenmcd%2Fmezzanine.git%23egg%3DMezzanine-mastersa=Dsntz=1usg=AFQjCNHCsSEd9DN-Hl0kGx_jPQbE_KD2Eg
pip install -e 
git+https://github.com/stephenmcd/cartridge.git#egg=Cartridge 
https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fstephenmcd%2Fmezzanine.git%23egg%3DMezzanine-mastersa=Dsntz=1usg=AFQjCNHCsSEd9DN-Hl0kGx_jPQbE_KD2Eg




This is definitely the way to go. I have the following line in my 
requirements.txt and am using it with cartridge[1] without any issues 
against Django 1.8.2


-e 
git+https://github.com/stephenmcd/mezzanine.git@23c1375fc4b8de400a75a4a0d1ec19e941164d76#egg=Mezzanine



Seeya. Danny.
[1] I'm working with my own fork of cartridge, my last merge from 
stephenmcd/master was 7178e4f8825e2e83bd34369beb7f9b646f476439






Le samedi 20 juin 2015 08:42:27 UTC+2, Aman Garg a écrit :

As I mentioned earlier, the problem is that when using the
development version, I am unable to install cartridge for that
version. It seems cartridge is only compatible presently with the
release version.

On Saturday, 20 June 2015 02:38:43 UTC+5:30, Mathias Ettinger wrote:

By the time cartridge gets updated as well, you could try
using a compatible version of mezzanine. Like

https://github.com/stephenmcd/mezzanine/tree/a0df8300ed943fdae89b6f517f8ad54986ac9afd

https://github.com/stephenmcd/mezzanine/tree/a0df8300ed943fdae89b6f517f8ad54986ac9afd

--
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 
mailto: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] Re: Trouble with django version

2015-06-20 Thread Eduardo Rivas
Hmm, I remember trying both before without problem. Off the top of my head
(and take this with a grain of salt), install mezzanine first from git on
the virtual env, but make sure it is recognized as 3.1.10. Then install
cartridge from git. It will check in the virtual env that mezzanine 3.1.10
is already installed and that way it won't download anything.

What I haven't tested is the new mezzanine project layout, which might
break cartridge.

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