[mezzanine-users] IPv6-only

2016-06-15 Thread Akhlaq Rao
I am testing my services on IPv6 only but it seems like I am missing a lot as no static working on IPv6-only networks. What do I need to do beside configuring nginx? Please urgent help is required as I am at WWDC 2016 and this is one of the blocker before I can get my next release approved.

[mezzanine-users] Re: IPv6-only

2016-06-15 Thread Akhlaq Rao
I've resolved it, all I was missing the following two lines in my app nginx configurations. listen [::]:80; listen [::]:443 ssl; Thanks On Wednesday, June 15, 2016 at 12:18:58 PM UTC-7, Akhlaq Rao wrote: > > I am testing my services on IPv6 only but it seems like I am missing

Re: [mezzanine-users] Account activation email is not being sent to the users

2016-07-17 Thread Akhlaq Rao
il.com> wrote: > If mailgun shows it as delivered then it was probably picked up by the > user's spam blocker. I've seen this a lot from mailgun, presumably because > their api's are often used for mass mailing. > > On Sat, Jul 16, 2016 at 8:19 PM, Akhlaq Rao <akhlaq@gmail.com> w

Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
Yes, exactly I see it as the length of env.domains determines the value of ssl_disable. Could you please help me to understand how to produce ssl_disable = false by the following statement. I am trying to set SSL so which ever way it produces true. env.ssl_disabled = "#" if len(env.domains) > 1

[mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
Everytime I deploy my project to DigitalOcean through Fabric, it over writes my (app).conf settings. I enabled SSL through settings then after deployment I see the SSL is all commented out. What could be wrong? Thanks. -- You received this message because you are subscribed to the Google

Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
Hi Rivas, I am directly modifying the file on server, I have no clue how do I use the template because I can't find it in my project. Any idea where do I find the template for nginx? Thanks. On Tue, Jun 28, 2016 at 3:24 PM, Eduardo Rivas wrote: > Are you applying your

Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
Ok, great explanation. I have a very clear view now how things are working on Fabric side. I really appreciated your help. Thanks alot! On Tue, Jun 28, 2016 at 4:19 PM, Eduardo Rivas wrote: > Sure, I hope this clears it up: > > The idea is that the SSL cert should

[mezzanine-users] Rich Text Page insert image/link source is blank.

2017-01-22 Thread Akhlaq Rao
Hello everyone, I am wondering if anyone else is experiencing this issue. I've attached a screenshot please have a look. I can't insert an image in the Text Rich Page Editor as the image picker/insert link is unable to connect with the source.

[mezzanine-users] Re: Rich Text Page insert image/link source is blank.

2017-01-22 Thread Akhlaq Rao
It works in development mode but it doesn't work in production. Thanks On Sunday, January 22, 2017 at 4:47:20 PM UTC-5, Akhlaq Rao wrote: > > Hello everyone, > > I am wondering if anyone else is experiencing this issue. I've attached a > screenshot please have a look. I can't

Re: [mezzanine-users] Re: Rich Text Page insert image/link source is blank.

2017-01-23 Thread Akhlaq Rao
AM, Melvyn Sopacua <m.r.sopa...@gmail.com> wrote: > Does it work in development mode with DEBUG=False? > > > > Showing network traffic errors would probably also help you find the issue. > > > > On Sunday 22 January 2017 18:20:36 Akhlaq Rao wrote: > > > I

Re: [mezzanine-users] staff member unable to login to admin

2017-01-28 Thread Akhlaq Rao
Create super user programmatically. AR On Jan 28, 2017 7:45 PM, "CJWalther" wrote: > Hi > > This is a brand new mezzanine installation (4.2.2 und Ubuntu 16.04). When > I give staff status to a newly created user, I get > > You don't have permission to access the admin for

Re: [mezzanine-users] staff member unable to login to admin

2017-01-28 Thread Akhlaq Rao
29, 2017 at 1:53:07 AM UTC+1, Akhlaq Rao wrote: > Create super user programmatically. > > AR > > On Jan 28, 2017 7:45 PM, "CJWalther" <cjwa...@gmail.com> wrote: > >> Hi >> >> This is a brand new mezzanine installation (4.2.2 und Ubuntu 16.04). W

Re: [mezzanine-users] Live Demo Code

2016-10-08 Thread Akhlaq Rao
; stephenmcd/mezzanine.jupo.org > > As Ed said it's mostly just default Mezzanine/Cartridge - there are a few > custom bits in the project for the homepage, sites gallery and the demo > user and content. > > On Sat, Oct 8, 2016 at 12:42 PM, Akhlaq Rao <akhlaq@gmail.com> wr

[mezzanine-users] Live Demo Code

2016-10-07 Thread Akhlaq Rao
Does anybody know where I can find the Live Demo Code if it's open source? 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

Re: [mezzanine-users] Live Demo Code

2016-10-07 Thread Akhlaq Rao
exactly what I was looking for. Thanks! On Fri, Oct 7, 2016 at 5:36 PM, Eduardo Rivas wrote: > I think it's just a Mezzanine + Cartridge project with the demo content > installed. You can get the same with: > > pip install mezzanine cartridge > mezzanine-project -a

Re: [mezzanine-users] Cartrige custom shipping by country

2016-11-04 Thread Akhlaq Rao
Thanks a lot Danny, is there a good example about how to set the shipping rules based on country? On Fri, Nov 4, 2016 at 7:12 PM, Danny <molo...@gmail.com> wrote: > On 5/11/2016 4:18 AM, Akhlaq Rao wrote: > > Hello Danny, > > I am not seeing these options when creating a

[mezzanine-users] TypeError at /shop/invoice/#/

2016-10-23 Thread Akhlaq Rao
I am seeing this error when clicking on the link on Order Complete page. TypeError at /shop/invoice/4/ dict expected at most 1 arguments, got 3 Request Method: GET Request URL: https://couture92.com/shop/invoice/4/ Django Version: 1.10.2 Exception Type: TypeError Exception Value: dict

[mezzanine-users] mezzanine.accounts

2016-10-24 Thread Akhlaq Rao
As soon as I uncomment the mezzanine.accounts app I see the following error. Is this bug reported? django.urls.exceptions.NoReverseMatch: 'rest_framework' is not a registered namespace Unhandled exception in thread started by .wrapper at 0x10951abf8> Traceback (most recent call last): File

Re: [mezzanine-users] TypeError at /shop/invoice/#/

2016-10-24 Thread Akhlaq Rao
016 12:42 AM, Akhlaq Rao wrote: > > I am seeing this error when clicking on the link on Order Complete page. > > TypeError at /shop/invoice/4/ > > dict expected at most 1 arguments, got 3 > > Request Method: GET > Request URL: https://couture92.com/shop/invoice/4/ > Django V

[mezzanine-users] Re: OAUTH2_PROVIDER (mezzanine-api)

2016-10-21 Thread Akhlaq Rao
I got it working, the order matters I guess. try: from mezzanine_api.settings import * except ImportError: pass OAUTH2_PROVIDER = { 'ALLOWED_REDIRECT_URI_SCHEMES': ['http', 'https', 'couture92'], } On Friday, October 21, 2016 at 6:22:15 PM UTC-4, Akhlaq Rao wrote: > > H

[mezzanine-users] Re: OAUTH2_PROVIDER (mezzanine-api)

2016-10-21 Thread Akhlaq Rao
I got it working, the order matters I guess. try: from mezzanine_api.settings import * except ImportError: pass OAUTH2_PROVIDER = { 'ALLOWED_REDIRECT_URI_SCHEMES': ['http', 'https', 'custom-scheme'], } On Friday, October 21, 2016 at 6:22:15 PM UTC-4, Akhlaq Rao wrote: > > H

[mezzanine-users] Rich Text Page doesn't load Media Library

2016-10-18 Thread Akhlaq Rao
Hi, When adding a rich text page and select insert/edit an image in the content area, the source doesn't load media library on the production server. It works fine on development server though. Am I missing something?

Re: [mezzanine-users] how to filter menu items

2016-11-22 Thread Akhlaq Rao
both login and logout items at the same time on my website. Thanks, On Tuesday, November 22, 2016 at 2:23:31 PM UTC-6, Akhlaq Rao wrote: If I were you I would activate accounts app. Akhlaq On Tue, Nov 22, 2016 3:11 PM, 1stnig...@gmail.com wrote: I am very new to Mezzanine

Re: [mezzanine-users] how to filter menu items

2016-11-22 Thread Akhlaq Rao
These are the only two states I see on my account page. Screen Shot 2016-11-22 at 4.17.50 PM.png 15KB Download Screen Shot 2016-11-22 at 4.17.42 PM.png 16KB Download On Tue, Nov 22, 2016 4:17 PM, Akhlaq Rao akhlaq@gmail.com wrote: I am not sure how did you end up seeing both

Re: [mezzanine-users] how to filter menu items

2016-11-22 Thread Akhlaq Rao
If I were you I would activate accounts app. Akhlaq On Tue, Nov 22, 2016 3:11 PM, 1stnighth...@gmail.com wrote: I am very new to Mezzanine. Not sure this question was asked before or not but I couldn't find if anyone had already asked maybe it's too simple or too obvious. I need a login

Re: [mezzanine-users] Re: Extra model fields at Mezzanine's derived package ?

2016-11-16 Thread Akhlaq Rao
Hi Ryne, that would be a great help! Thanks On Wed, Nov 16, 2016 11:21 AM, Ryne Everett ryneever...@gmail.com wrote: I'm aware of this option, but it is a dictionary with application name > as a key, right ? How can I tell Django to look for /cartridge.shop/ > migrations both at

Re: [mezzanine-users] Cartrige custom shipping by country

2016-11-04 Thread Akhlaq Rao
Hello Danny, I am not seeing these options when creating a variation, all I see the colour and size, do you now how do I enable these variations? - Product Variations now have weight, and boolean "pickup available"/"shipping available" options Thanks,Akhlaq On Thu, Nov 3, 2016 7:31 PM,

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-11 Thread Akhlaq Rao
try to install bleach. On Tue, Oct 11, 2016 8:53 AM, ahmad almashni ahmady...@gmail.com wrote: Hello Everyone ,I've a problem installing cartridge inside a virtualenvI've installed Mezzanine and now inside a Mezzanine project I'm trying to install cartridge : pip install -U cartridge

Re: [mezzanine-users] mezzanine.core.middleware.SSLRedirectMiddleware Depricated 1600?

2016-10-13 Thread Akhlaq Rao
middleware, use django's ( https://docs.djangoproject.com/en/1.10/ref/middleware/#module-django.middleware.security ). However, my recommendation is to handle the redirect in the frontend server (nginx, apache, etc) instead. On Thu, Oct 13, 2016 at 12:55 AM, Akhlaq Rao <akhlaq@gmail.com>

Re: [mezzanine-users] mezzanine.core.middleware.SSLRedirectMiddleware Depricated 1600?

2016-10-13 Thread Akhlaq Rao
handle this is having a line like ` return 301 https://$host$request_uri; ` in my server block listening on port 80, and another server block listening on port 443 that actually proxies to django. On Thu, Oct 13, 2016 at 11:18 AM, Akhlaq Rao <akhlaq@gmail.com> wrote: Hi Ryne, I total

Re: [mezzanine-users] mezzanine.core.middleware.SSLRedirectMiddleware Depricated 1600?

2016-10-13 Thread Akhlaq Rao
, Akhlaq Rao <akhlaq@gmail.com> wrote: ok so nginx template for SSL entries no good anymore, were they directly connected to SSLRedirectMiddleWare? Thanks,A On Thu, Oct 13, 2016 11:23 AM, Ryne Everett ryneever...@gmail.com wrote: SSLRedirectMiddleware would not solve that proble

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-12 Thread Akhlaq Rao
ed and it still doesn't work . > >> On Tuesday, October 11, 2016 at 11:51:07 PM UTC+3, Akhlaq Rao wrote: >> >> try to install bleach. >> >> >> >> >> >>> On Tue, Oct 11, 2016 8:53 AM, ahmad almashni ahma...@gmail.com wrote: >&g

[mezzanine-users] mezzanine.core.middleware.SSLRedirectMiddleware Depricated 1600?

2016-10-12 Thread Akhlaq Rao
If it's deprecated then how do we enable SSL now? when I enable it I get the following error: unhandled exception in thread started by .wrapper at 0x10ff97950> Traceback (most recent call last): File

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-14 Thread Akhlaq Rao
ma...@gmail.com> wrote: Hi , I tried to reinstall bleach but it didnt work ,I don't know how to downgrade html5 library . can you tell me how pleasethanks On Wednesday, October 12, 2016 at 3:50:43 PM UTC+3, Akhlaq Rao wrote:I had to reinstall bleach to downgrade html5 lib. I am not sure if

Re: [mezzanine-users] TypeError at /shop/invoice/#/

2017-01-01 Thread Akhlaq Rao
Thanks! On Tuesday, October 25, 2016 at 12:40:58 AM UTC-4, Stephen McDonald wrote: > > > http://stackoverflow.com/questions/13685920/install-specific-git-commit-with-pip > > On Tue, Oct 25, 2016 at 3:01 PM, Akhlaq Rao <akhla...@gmail.com > > wrote: > >> Thanks

Re: [mezzanine-users] Disable/Change site admin tittle (MEZZANINE)

2017-03-21 Thread Akhlaq Rao
Hi Prasad, You can do it through Site Settings in the Admin panel, just look through for Site Title: property. Thanks, AR On Tue, Mar 21, 2017 at 4:02 PM, Prasad Valleru wrote: > Hello > > How to disable admin tittle (MEZZANINE) > In detail, when i loggin as a admin , in