[mezzanine-users] injected fields modeltranslation problem

2017-06-30 Thread i bigoss
I have injected extra text field Settins.py EXTRA_MODEL_FIELDS = ( ( "mezzanine.blog.models.BlogPost.opis", "mezzanine.core.fields.RichTextField", ("opis",), {"blank": True}, ), ) my translation.py looks like this: from modeltranslation.tran

[mezzanine-users] Re: Issue with EXTRA_MODEL_FIELDS, mezzanine don't recognize it

2017-06-26 Thread i bigoss
Looks like example from http://bitofpixels.com/blog/techniques-for-modifying-mezzanine/ Have you registered and unregistered page admin classes in your admin.py ? I worked with this example on my Mezzanine==4.2.3 with Django==1.10.7 migrated with no prob. *Operations to perform:* * Apply al

Re: [mezzanine-users] Re: modeltranslation

2017-06-14 Thread i bigoss
se don't post the same issue in multiple places. > > On Mon, Jun 12, 2017 at 7:01 PM, i bigoss wrote: > >> Tried everything but adding form page does not work: >> >> I have applied above patch. >> However while adding form page in admin i get: >> >> __

Re: [mezzanine-users] Re: modeltranslation

2017-06-12 Thread i bigoss
HTTP/1.1" 500 149820 Can anyone help please? On Friday, June 2, 2017 at 3:40:39 PM UTC+2, Melvyn Sopacua wrote: > > On Thursday 01 June 2017 05:31:31 i bigoss wrote: > > > ok got it if anyone else in near future gets same problem some > > > solution is described here:

[mezzanine-users] Re: modeltranslation

2017-06-09 Thread i bigoss
Just found out that everything works but adding forms while trying to add form page I'am getting the following: KeyError at /pl/admin/forms/form/add/ u'label' Request Method: GET Request URL: http://127.0.0.1:8000/pl/admin/forms/form/add/?parent=1 Django Version: 1.10.7 Exception Type: KeyError

[mezzanine-users] Re: modeltranslation

2017-06-01 Thread i bigoss
ok got it if anyone else in near future gets same problem some solution is described here: https://github.com/stephenmcd/mezzanine/pull/176 -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving ema

[mezzanine-users] Re: modeltranslation

2017-05-29 Thread i bigoss
Can anyone help please? -- 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.g

[mezzanine-users] modeltranslation

2017-05-26 Thread i bigoss
Hi I am trying to set up a site with few languages have insdtalled mezzanine from github git+https://github.com/stephenmcd/mezzanine.git#egg=Mezzanine pip installed django-modeltranslation Set USE_MODELTRANSLATION = True set timezone and supported languages. Logged to addmin i can add pages wi

[mezzanine-users] mezzanine-agenda with mezzanine 4.2.3 and django 1.10.7

2017-04-28 Thread i bigoss
Hi, Does anyone know what to do to make agenda work with django 1.10.7? adding : url("^%s/" % settings.EVENT_SLUG, include("mezzanine_agenda.urls")) to urls.py Gives me : from django.conf.urls import patterns, include, url ImportError: cannot import name patterns also tried with from django.co

Re: [mezzanine-users] how to use bsbanners help ??

2017-04-26 Thread i bigoss
Thank you Iain, Just got email from author Looked at it again and It works like a charm ! with django 1.10.7 Su i guess is just typo Regards -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving

[mezzanine-users] how to use bsbanners help ??

2017-04-26 Thread i bigoss
Hi . I am trying to use bsbanners with no success my pip freeze output is : appdirs==1.4.3 beautifulsoup4==4.5.3 bleach==2.0.0 chardet==3.0.2 Django==1.10.7 django-contrib-comments==1.8.0 filebrowser-safe==0.4.7 future==0.16.0 grappelli-safe==0.4.6 html5lib==0.9 Mezzanine==4.2.3 mezzanine

[mezzanine-users] Re: How to change the default language of Mezzanine project?

2014-06-23 Thread i bigoss
Hi, Try to set locale by LOCALE = "zh_CN.UTF-8" LANGUAGES = ( ('zh-cn', u'简体中文'), # instead of 'zh-CN' ) Ragards On Monday, June 23, 2014 4:47:04 AM UTC+2, Kane Blueriver wrote: > > > I tried to change the settings.py but nothing happened. > > I've just installed mezzanine like the

[mezzanine-users] Responsive CSS does not work on mobile device

2014-06-20 Thread i bigoss
I am wondering what may be wrong in my configuration as included bootstrap responsive css does not work for me on mobile devices. It does work correctly when I do resize browser window on desktop but it does not on mobile. The top does not collapse as supposed Any ideas Thank you Jaroslaw --

[mezzanine-users] Re: CSRF verification failed. Request aborted while trying to log in safari only

2014-06-20 Thread i bigoss
I have tried following in my settings.py DOMAIN_NAME = *"mydomainname.com"* CSRF_COOKIE_DOMAIN = DOMAIN_NAME But still my csrf _utma _utmz cookies are set to ip address as domain On Friday, June 20, 2014 1:54:01 PM UTC+2, i bigoss wrote: > > Thank you Pahaz, > >

[mezzanine-users] Re: CSRF verification failed. Request aborted while trying to log in safari only

2014-06-20 Thread i bigoss
Please, watch in you browser dev tools: sending or no input param > `csrftoken`? > > On Wednesday, June 18, 2014 12:14:03 AM UTC+6, i bigoss wrote: >> >> Hi , >> >> I've set up a basic site on remote server with Mezzanine. It works like a >> charm and is a

[mezzanine-users] Re: Another Mezzanine site

2014-06-18 Thread i bigoss
Really great looking site ! On Tuesday, June 17, 2014 6:45:00 PM UTC+2, Ahmad Khayyat wrote: > > I finally got around to completing the conversion of this website from > drupal to mezzanine, and I cannot be happier! > > http://openerparabia.org/ > -- You received this message because you are su

[mezzanine-users] Re: CSRF verification failed. Request aborted while trying to log in safari only

2014-06-18 Thread i bigoss
Just found out that above problem regards all forms on the site so I can't send email etc Safari only . Any ideas how to fix it? Regards Jaroslaw On Tuesday, June 17, 2014 8:14:03 PM UTC+2, i bigoss wrote: > > Hi , > > I've set up a basic site on remote server with Mezz

[mezzanine-users] CSRF verification failed. Request aborted while trying to log in safari only

2014-06-17 Thread i bigoss
Hi , I've set up a basic site on remote server with Mezzanine. It works like a charm and is almost out of the box if I compare it to django cms I have not used fabric as due to poor documentation it was to hard for me to make it work. However now the site is on the server. I am using nginx and

[mezzanine-users] error while executing -f fabfile_spinA.py all

2014-05-19 Thread i bigoss
Hi , I am new to mezzanine I have my development site running and I am trying to move it to server using command fab -f fabfile_spinA.py all Everything goes fine and a lot of things gets installed automatically until: *$ **/home/weber/.virtualenvs/row/bin/python /home/weber/.virtualenvs/r