Re: [mezzanine-users] Error save page.

2023-05-21 Thread Danny
There is an incompatibility between Mezzanine 6.0.0 and Bleach 6.0.0. A workaround (as noted in the issue) is to downgrade Bleach in your requirements.txt to `bleach<6` Best of luck, Seeya. Danny. On 22/05/2023 12:05 am, Alice Koh wrote: Hi I am new to Mezzanine. I install Mezzanine 6.0.0. I

Re: [mezzanine-users] Mandatory authentication for users to access site

2022-11-26 Thread Danny
opics/auth/default/#the-login-required-decorator This is likely the biggest change, as you'll want to override the default Mezzanine blog behaviour so that it uses your URLs/views rather than the default ones. Hope this helps. Seeya. Danny. On 24/11/2022 2:15 pm, John Tate wrote: Hey Mezzanine

Re: [mezzanine-users] Cartridge v5.0.0-rc.1

2021-10-17 Thread Danny
for my site, but I made use of Pete's work to update my own repo to get my custom Cartridge working with Mezzanine 5.0.0-alpha1 and Django 2.2.x) Hope this helps. Seeya. Danny. On Mon, 18 Oct 2021 at 00:10, Joseph Mohan wrote: > Is anybody currently working on bringing cartridge inl

Re: [mezzanine-users] cartridge list all products

2021-05-28 Thread Danny
pp_tags %} {% block object-tools-items %}    {% export_order_by_product_form request %}    {{ block.super }} {% endblock %} Note then i have also defined a view for "order_export" which uses the selected Form item to find the right orders and export them to CSV. Hope this helps. See

[mezzanine-users] Re: Admin action drop-down 'required' preventing saving updates

2021-02-18 Thread Danny
, restarted the server, and now things appear to be working as expected. So a word of advice for anyone else hitting similar upgrade issues: check the developer console in your browser for javascript errors, and make sure you have run collectstatic when you deploy! Seeya. Danny. On 18/02/2021 4:30

[mezzanine-users] Admin action drop-down 'required' preventing saving updates

2021-02-17 Thread Danny
using Mezzanine 5.0.0a1? Thanks for any help, 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...@google

Re: [mezzanine-users] Promotion from test.domain.com to www.domain.com

2020-03-06 Thread Danny
ith more Mezzanine knowledge than me who can help, but I think this the best place to start checking, especially if the test domain is still working. Seeya. Danny. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from

Re: [mezzanine-users] Are fabric deployments popular?

2020-02-18 Thread Danny
Hi, I do make use of a (modified version) of the included fabfile. However, I'm using Python 3.6 on my dev and server machines, and use Fabric3 to do the deployment. It works pretty well. If this could be the supported version for Python3, that would be great. Seeya. Danny. On Wed, 19 Feb 2020

Re: [mezzanine-users] Compatibility with Django 2.2

2019-07-02 Thread Danny
test site. Hopefully with a number of people working on this we can support Django 2.2 without also breaking Django 1.11 compatibility... A tricky task, no doubt! Seeya. Danny. Mezzanine changes: core/templatetags/mezzanine_tags.py TOKEN_BLOCK, TOKEN_COMMENT, TOKEN_VAR and

[mezzanine-users] Store credit / gift vouchers

2019-04-28 Thread Danny
scount code model - which I've already modified for my own purposes - so that a code can be used per item, per order, or as a 'credit' system. I think this is probably easier than creating an entirely new model for the store credit idea. Thanks for any input or insight you folks can give! Seeya.

Re: [mezzanine-users] How to resize image on upload ?

2018-11-24 Thread Danny
On 25/11/2018 3:43 am, Nicolas Pinault wrote: Hi, Le 14/10/2018 à 02:33, Danny a écrit : On 13/10/2018 11:41 PM, 3...@drpi.fr wrote: Hi, When uploading images in blog post or in media library, I get an error saying the file size is too big. I don't want to modify the file size limit, my

Re: [mezzanine-users] How to resize image on upload ?

2018-10-13 Thread Danny
on your local computer/device, and then do the upload? 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-user

Re: [mezzanine-users] Do not send a email, what's the problem?

2018-08-03 Thread Danny
. Hope this helps, 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, v

Re: [mezzanine-users] Need to have the same page in multiple locations in the page tree, how link them?

2018-02-08 Thread Danny
On 8/02/2018 9:18 PM, Roger van Schie wrote: Hi Everyone I have a use case where the client basically wants a rich text field page to write about a certain product, but this product falls under different categories. Each category is higher up in the branch hierarchy, and they want that same

[mezzanine-users] Other staff users unable to see old blog posts?

2018-01-05 Thread Danny
. I've even tested this myself with a different account with the same permissions as these other staff users. Is this by design? i.e. that staff users can only see their own created blog posts? Or have I got something wrong in my setup? Thanks, Seeya. Danny. -- You received this message because

Re: [mezzanine-users] Case insensitive username login

2017-11-05 Thread Danny
sensitive, we should definitely fix it for both. 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...@google

Re: [mezzanine-users] How to setup a contact service?

2017-09-24 Thread Danny
P server, or sign up for one of the online ones that allow you to post email messages via https, such as https://sendgrid.com 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 e

Re: [mezzanine-users] Where is the login page?

2017-09-24 Thread Danny
t;country" and "phone". Accessing the user's profile is the same as it is in mezzanine, through the /accounts/update/ URL. Hope this helps, Seeya. Danny. On 25 September 2017 at 08:04, jenia mtl <jenia.iv...@gmail.com> wrote: > Hello. > > > I can't find the l

Re: [mezzanine-users] Cartridge, how can the user view their purchasing history?

2017-09-24 Thread Danny
f you like, read up on Django template tags: https://docs.djangoproject.com/en/1.11/howto/custom-template-tags/ ) Hope this helps. Seeya. Danny. > > I suppose I'll need to create something along these lines: > > http://mezzanine.jupo.org/docs/content-architecture. > html#

Re: [mezzanine-users] Redirect 301 NON www TO www

2017-09-04 Thread Danny
restarted: %> sudo service nginx restart Or just reboot your production server. Hope this helps, 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

Re: [mezzanine-users] creating a page with a custom, or multiple, rich text fields

2017-03-13 Thread Danny
page, kind of. Have a read of the readme file at that link. There are other similar packages out there too. Seeya. Danny. On 14 March 2017 at 09:27, <mich...@mozillafoundation.org> wrote: > I've read through the docs but I'm still not clear on how I can create a > page with multiple

Re: [mezzanine-users] displayable_link.js is not generated - development server

2017-01-26 Thread Danny
st. [BTW, if you're worried about displayable_links.js not being generated properly, just visit admin/displayable_links.js directly - and if it returns you a lovely structure of links, then that isn't your issue.] Best of luck, Seeya. Danny. On 25/01/2017 7:32 AM, Lucas Corso wrote: Hel

Re: [mezzanine-users] Is there a way to remove comments/ratings from everywhere?

2016-12-11 Thread Danny
Hi Matt, The way I did it was to comment out/remove the sections of the templates that dealt with comments in my customised templates. So comments are still supported within the code base, but an end user can't see them at all. Hope this helps. Seeya. Danny. On 12 December 2016 at 07:03, Matt

Re: [mezzanine-users] TEMPLATE_ACCESSIBLE_SETTINGS

2016-11-11 Thread Danny
. Hope this helps. Seeya. Danny. On 11/11/2016 11:05 PM, JM M wrote: Hi I'm having trouble showing up the settings for the social media here is the code, tried searching but no luck I read the comments below of the blog post but still don't work. Anyone want to help? thanks. from

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

2016-11-04 Thread Danny
On 5/11/2016 4:18 AM, Akhlaq Rao wrote: 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 ava

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

2016-11-03 Thread Danny
.py are probably the key things you may need. Hope this helps a little. 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 me

Re: [mezzanine-users] Cartridge: Skip payment step when cart total is 0

2016-07-25 Thread Danny
It should potentially also apply if a voucher/discount code brings the total down to 0 - that's a scenario that should be tested. On 26 July 2016 at 09:55, Stephen McDonald wrote: > I added an issue here: https://github.com/stephenmcd/cartridge/issues/303 > > On Tue, Jul 26,

Re: [mezzanine-users] how to set profile fileld in 'add user' admin page

2016-07-04 Thread Danny
https://groups.google.com/forum/#!topic/mezzanine-users/3QmiqfNZjUM and https://github.com/stephenmcd/mezzanine/issues/1449 for example. Could you try the latest grapelli-safe and mezzanine from GitHub master and see if it resolves your issue? Seeya. Danny. -- You received this message because

Re: [mezzanine-users] Customize model field not possible ?

2016-05-10 Thread Danny
1.8 onwards) 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, v

Re: [mezzanine-users] IO Error on Upload - Firefox but not Chrome

2016-04-22 Thread Danny
, moving to the HTML5 uploader worked fine, which is being used by Mezzanine master. Seeya. Danny. Any hint? :) Thanks, Rodrigo On Wednesday, October 7, 2015 at 4:32:43 AM UTC-3, iain ross wrote: I suffered from this problem a while back but unfortunately I never took notes

Re: [mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-13 Thread Danny
/mezzanine-blocks 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, v

Re: [mezzanine-users] Figuring out how to implement user-defined product sort order in Cartridge

2016-04-07 Thread Danny
, so I just gave up and decided to use numeric ordering as it was simpler for me. 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] how to limit display data on template?

2016-04-06 Thread Danny
to Django templates. Hope this helps, 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.

Re: [mezzanine-users] Re: Link List / displayable_links not working on deployed admin

2016-03-12 Thread Danny
e --delete (after all, you'd have to be careful to not delete stuff on the production server which you may need) but I can't believe it tripped me up. I guess seeing a difference between my dev and production behaviour should have been a tipoff... Seeya. Danny. -- You received this message b

Re: [mezzanine-users] Re: Error 500 display_links.js Tinymce NGINX

2016-02-06 Thread Danny
I'm also seeing this issue, using Django 1.9.1 and Mezzanine 4.1.0 I've got exactly the same traceback. I'll do some investigation. Seeya. Danny. On 5/02/2016 10:24 PM, Cajoline wrote: I solved my problem, the problem occured with mezzanine 4.1 and django 1.8, for resolve it i change

Re: [mezzanine-users] Re: Error 500 display_links.js Tinymce NGINX

2016-02-06 Thread Danny
, it will solve your issue. Seeya. Danny. On 7/02/2016 8:43 AM, Danny wrote: I'm also seeing this issue, using Django 1.9.1 and Mezzanine 4.1.0 I've got exactly the same traceback. I'll do some investigation. Seeya. Danny. On 5/02/2016 10:24 PM, Cajoline wrote: I solved my problem, the problem occured

Re: [mezzanine-users] Flash removed from media library

2016-02-02 Thread Danny
beto did was a very good first step, with things fairly simple, moving away from Flash to HTML5. 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

Re: [mezzanine-users] Anyone got a quickfix/hack for the upload button in filebrowser

2016-02-01 Thread Danny
/issues/33 and https://github.com/stephenmcd/filebrowser-safe/pull/54 YMMV, but you can give it a shot and use this fork/PR instead of the main release from PyPI. Seeya. Danny. Cheers. Joe On Mon, Feb 1, 2016 at 3:07 PM, Eduardo Rivas <jerivasmel...@gmail.com <mailto:jeri

[mezzanine-users] Blog post pagination broken

2016-01-23 Thread Danny
Hi all, I updated my site to Mezzanine 4.1.0/Django 1.9 yesterday and mostly it went fairly smoothly. This morning, however, I was getting errors from the blog app, specifically: ~ Internal Server Error: /blog/ Traceback (most recent call last): File "/home/danny/.virtualenvs/aus

Re: [mezzanine-users] BUG: duplicate profile info under admin user panel

2016-01-13 Thread Danny
, October 29, 2015 at 11:39:02 PM UTC-4, Danny S wrote: Ok, this is fixed in this pull request: https://github.com/stephenmcd/mezzanine/pull/1450 <https://github.com/stephenmcd/mezzanine/pull/1450> One other thing I noticed which this fixed - without this change, on a ne

Re: [mezzanine-users] Mezzanine-Onepage Duplicate Fieldsets

2016-01-08 Thread Danny
could try to debug the problem is chuck in some prints of the fieldsets values in admin.py when you're changing them, just to see what the duplicate entry might be. Hope this helps Seeya. Danny. -- You received this message because you are subscribed to the Google Groups "Mezzanine

Re: [mezzanine-users] Contact form

2015-12-09 Thread Danny
this helps. 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, v

Re: [mezzanine-users] Email from forms...

2015-12-04 Thread Danny
n that the email is *from* you and *to* you, check your Gmail "All Mail" or "Sent Mail" folder, just to ensure it's not being automatically filed there, rather than in your inbox. Seeya. Danny. -- You received this message because you are subscribed to the Google Groups "Mez

Re: [mezzanine-users] Re: Issues Getting Category

2015-11-26 Thread Danny
/builtins/#if There's several examples there using both == and %ifequal, see which one works best for you. Seeya. Danny. I have tried using the if tag but it doesn't work. On Wednesday, November 25, 2015 at 6:09:42 PM UTC-5, Nkansah Rexford wrote: Perhaps the blog_post_list.html file might

Re: [mezzanine-users] Displaying excerpt content on blog homepage

2015-11-26 Thread Danny
filters! Here's the reference for what Eduardo mentioned - just create your own version of this template and change this line. https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/blog/templates/blog/blog_post_list.html#L112 Seeya. Danny. -- You received this message because you

Re: [mezzanine-users] mezzanine_block

2015-11-23 Thread Danny
(mine's near the bottom of the list, after all the mezzanine apps) and that you've run makemigrations and migrate... That being said, the presence of the migrations shouldn't affect the loading of the template tags... Seeya. Danny. -- You received this message because you are subscribed

Re: [mezzanine-users] Check if page has child pages

2015-11-11 Thread Danny
sure both of these might point you in the right direction. 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...@google

Re: [mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-11-10 Thread Danny
On 11/11/2015 7:02 AM, Cody Pettit wrote: Hi Danny, Did you ever figure out what your issue was/is? We are facing a similar issue. We can't select an image from the Media Library to insert into a page (or form). It's not even working for us in development with DEBUG = True. We can

Re: [mezzanine-users] BUG: duplicate profile info under admin user panel

2015-10-29 Thread Danny
also be the wrong solution and was never merged. > > The correct solution to that specific issue turned out to be > https://github.com/stephenmcd/grappelli-safe/pull/56 and (assuming the > duplicate field is a tabular inline) upgrading to grappelli-safe master may > solve this issu

Re: [mezzanine-users] InterfaceError exception thrown while trying to add new user from admin panel

2015-10-29 Thread Danny
not sure. Hope this helps, Seeya. Danny. On 29/10/2015 4:15 PM, Chi-Cheong Weng wrote: Mezzanine version: 4.0.1 I can consistently reproduce a bug where if AUTH_PROFILE_USER is configured, adding a new user from the admin panel will cause mezzanine to throw InterfaceError exception. I can

Re: [mezzanine-users] BUG: duplicate profile info under admin user panel

2015-10-29 Thread Danny
oo, if anyone manages to work it out. Seeya. Danny. > On Fri, Oct 30, 2015 at 7:33 AM, Ryne Everett <ryneever...@gmail.com> > wrote: > >> As I said in the other email, this is easy enough to solve in the >>> template, see >>> >>> https://github.com/ry

Re: [mezzanine-users] Re: registering new settings for templates

2015-10-15 Thread Danny
ions, 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 mezzanin

Re: [mezzanine-users] dj-stripe vs cartridge-stripe

2015-09-17 Thread Danny
idge) If Stripe has as simple a mechanism, perhaps you can look at my cartridge-pinpayments as an example, and wrap dj-stripe in a similar to way that I've wrapped django-pinpayments. Hope this helps, Seeya. Danny. -- *Danny Sag* Chairperson Round World Events SA, Inc City of Small Gods T

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-03 Thread Danny
On 4/09/2015 9:51 AM, James Lewis wrote: Hi Danny, I have made the changes you mentioned and now I am getting the following error: File "/home/jameslewis/webapps/myshop/scooter/scooter/urls.py" in 33. name="shop_checkout", kwargs=dict(form_class=MyOrderForm

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-03 Thread Danny
On 4/09/2015 10:24 AM, James Lewis wrote: Hi Danny thanks for replying so quickly, I am not sure what the name of my form is. Would I already have an order form within cartridge or would I have to build one specifically to work with stripe? Hang on, you've (previously) updated

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-01 Thread Danny
), # Cartridge URLs. ("^shop/", include("cartridge.shop.urls")), # ... )| in urls.py HTH. HAND. Seeya. Danny. Thanks James On Friday, July 11, 2014 at 6:07:43 PM UTC+1, Tristan Barry wrote: Good afternoon! I am working on a project where we would like to use Cartridge for

Re: [mezzanine-users] Re: Basic PostgreSQL installation

2015-08-25 Thread Danny
obviously incorrect with the above? Is there any easy way to actually find what database is being used at present? python manage.py shell import settings settings.DATABASES Seeya. Danny. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group

Re: [mezzanine-users] I just deployed my mezzanine website using fab all and the website is empty (database not found)

2015-07-29 Thread Danny
. 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] Re: TinyMCE4 - Problems on deployed site

2015-07-24 Thread Danny
On 25/07/2015 1:04 AM, Josh Cartmell wrote: Hey Danny I'm not too sure what's going on, but is your site actually serving from an IP address like 33.33.33.33? Is there some sort of mixture of ip and domain[s]? Hi Josh, Yes, 33.33.33.33 is the host-accessible IP of my vagrant VM, and it's

[mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-07-23 Thread Danny
websites? (admin, shop etc under https and the main site not) Can we get this fixed before the 4.0.1 release? Thanks, Seeya. Danny. On 23 July 2015 at 17:15, Danny molo...@gmail.com wrote: I'm now convinced that both of my issues are https/SSL related. The media library image select works

[mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-07-23 Thread Danny
the 'front' side but not under admin. Has anyone managed to get this working on a site with SSL enabled for the /admin path? Seeya. Danny. On 23/07/2015 1:08 PM, Danny wrote: Hi all, I'm hoping someone can either replicate my issue or help me debug it. Using Mezzanine master (as of 23/7/15

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-15 Thread Danny
me to add a link to my Facebook page in the admin (Settings section) and have that link show up on every page of the site via the base.html template. Seeya. Danny. -- *Danny Sag* Chairperson Round World Events SA, Inc City of Small Gods Terry Pratchett Fan Club - http://cityofsmallgods.org.au

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

Re: [mezzanine-users] creating projects with latest build

2015-07-09 Thread Danny
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

Re: [mezzanine-users] Mezzanine 4.0 is released

2015-07-09 Thread Danny
. 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

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

2015-06-22 Thread Danny
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

Re: [mezzanine-users] Search URL

2015-06-13 Thread Danny
, and then override the url to pass in your template name instead. HTH. HAND. 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

Re: [mezzanine-users] postgres content/data syncing between development production

2015-06-09 Thread Danny
not shop.orders) I found this site quite useful for a few different dumpdata/loaddata options: https://coderwall.com/p/mvsoyg/django-dumpdata-and-loaddata Seeya. Danny. hth. ken On Tue, Jun 9, 2015 at 10:07 AM, vikraw vik...@gmail.com mailto:vik...@gmail.com wrote: So, what i understand

Re: [mezzanine-users] Re: No such table error

2015-05-31 Thread Danny
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

Re: [mezzanine-users] [Django] ERROR: Invalid HTTP_HOST header: 'domain.com'.You may need to add u'domain.com'

2015-05-30 Thread Danny
to update this based on the domains you do want to allow. See e.g. http://stackoverflow.com/a/17477436/653093 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

Re: [mezzanine-users] Price Rounding Off Issues

2015-05-24 Thread Danny
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

Re: [mezzanine-users] a page summary with a link to the whole page

2015-05-22 Thread Danny
={{ blog_post.get_absolute_url }}{% trans read more %}/a /p /div {% endfor %} pa href=/blogiRead more news/i/a/p /div {% endif %} {% endblock %} Hope this helps! Seeya. Danny. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group

[mezzanine-users] The Orderable move buttons

2015-05-14 Thread Danny
grapelli_safe from github master as well? (I haven't done that yet, just using what's on PyPi) Thanks, 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

Re: [mezzanine-users] The Orderable move buttons

2015-05-14 Thread Danny
-sortable. https://github.com/iambrandontaylor/django-admin-sortable I'll have a look how that one works. 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

Re: [mezzanine-users] The Orderable move buttons

2015-05-14 Thread Danny
On 15 May 2015 at 09:21, Stephen McDonald st...@jupo.org wrote: On Fri, May 15, 2015 at 7:45 AM, Danny molo...@gmail.com wrote: Hi all, I'm doing a new development using Mezzanine master and Django 1.8.1, and I've got a model that derives from Orderable, with appropriate admin stuff set

[mezzanine-users] Filetypes for Media Library

2015-03-25 Thread Danny
down doesn't have the All Files (*.*) option that you may be used to seeing. I'm sure that there would be a nice easy setting somewhere that controls this, the question is: where is it? Thanks, Seeya. Danny. -- Email: molo...@gmail.com -- You received this message because you are subscribed

Re: [mezzanine-users] Filetypes for Media Library

2015-03-25 Thread Danny
assume there it's restricted to Images... Seeya. Danny. On 26/03/2015 12:53 AM, Josh Cartmell wrote: Hi Danny, they are defined here: https://github.com/stephenmcd/filebrowser-safe/blob/master/filebrowser_safe/settings.py#L43 You can override either EXTENSIONS or SELECT_FORMATS or both in your

Re: [mezzanine-users] How to hide product unavailable for purchase on the web page?

2015-02-04 Thread Danny
on the page? I tried to select draft or even make it out-of-date, but get the same behavior. Draft is the way to go - only admin users will see it then. Log out of your account (or view your site in a different browser) and you'll notice that the product isn't listed. Seeya. Danny. -- Email

Re: [mezzanine-users] TabularDynamicInlineAdmin and Orderable

2015-01-23 Thread Danny
Try putting Orderable as the first baseclass, I think that's what's worked for me in past. On 24/01/2015 8:25 AM, Sam Kingston wrote: Hi guys, Should TabularDynamicInlineAdmin allow ordering on an inline class whose model subclasses Orderable? For instance, *admin.py*: from

Re: [mezzanine-users] Re: PyCharm Unable to Install Mezzanine

2014-10-28 Thread Danny
might mean you need to find an older version (like 2010), which is a bit trickier to find via Microsoft's website. Hope this helps. Seeya. Danny. Traceback (most recent call last): File string, line 1, in module File C:\Users\cmedcoff\AppData\Local\Temp\pycharm

Re: [mezzanine-users] User's choice of shipping method in cartridge

2014-10-23 Thread Danny S
Thanks for this Josh. I managed to get an implementation working using the ideas you have suggested. Seeya. Danny. On Thursday, 9 October 2014 01:11:55 UTC+10:30, Josh Cartmell wrote: Hey Danny, I don't have code available that I could let you look at right now, but I have done something

Re: [mezzanine-users] Mezzanine.generic issues with South

2014-09-14 Thread Danny
it there, but you might be able to get away with only doing it in your app zeni_core) Seeya. Danny. Thanks, Avery -- 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

Re: [mezzanine-users] NoneType takes no arguments when registering settings

2014-07-10 Thread Danny
before. I've pasted some of my code below yours quoted below. HTH. HAND. Seeya. Danny. Here's the code: from django.utils.translation import ugettext_lazy as _ from mezzanine.conf import register_setting register_setting( name=TEMPLATE_ACCESSIBLE_SETTINGS

Re: [mezzanine-users] Re: [Django] ERROR: Invalid HTTP_HOST header: 'domain.com'.You may need to add u'domain.com' to..

2014-05-26 Thread Danny
, or to be passed to my error handler (and thus to ErrorStack) would be greatly appreciated. All the best, Seeya. Danny. On 27 May 2014 07:53, Jared Nielsen nielsen.ja...@gmail.com wrote: Hi Federico, If you're using NGINX you can add a rewrite to your sites .conf file. http://jarednielsen.com

Re: [mezzanine-users] Form page submit handler?

2014-05-21 Thread Danny
/forms/page_processors.py function form_processor seems to handle form submission emailing. Thanks. Wesley HTH. HAND. Seeya. Danny. -- Email: molo...@gmail.com -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group

Re: [mezzanine-users] Edit pages using external editor

2014-05-11 Thread Danny
. Danny. On 12/05/2014 3:13 AM, Ken Bolton wrote: Hi Frank, This came up a year ago, and the information in this thread is still valid, afaik: https://groups.google.com/d/msg/mezzanine-users/2p4YXL9EgXk/4azf9QJqYjIJ hth, ken On Sun, May 11, 2014 at 5:31 AM, Frank Gilsdorf fr...@gilsdorf.de

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Danny
Biggest problem I had with Heroku is that it doesn't have any permanent storage - each time you redeploy, you're creating your project/app/static from scratch. It doesn't work so well with Mezzanine's ability to upload media files. There is a way of hooking things in with Amazon S3 but I never

Re: [mezzanine-users] how to run gunicorn command?

2014-03-18 Thread Danny
have to also insert import sys into the file near the top) It's not exactly elegant, but it works :D Seeya. Danny. On 19 March 2014 15:20, Ziwei Zhou ziweiz...@gmail.com wrote: yes, i renamed from mezzanine-test to mezzanine_test, but the error is the same. On Wednesday, March 19, 2014 11

[mezzanine-users] Form validation in Page Processors

2014-03-04 Thread Danny flack
Is it possible to validate a form in a page processor? I know you're able to override the associated form by something like: *@processor_for('rsvp')* *def rsvp_form(request, page): * *form = RsvpForm() # a custom form i created to override the page's form* *return {form: form}* But

Re: [mezzanine-users] Mezzanine Forms spam

2014-03-04 Thread Danny
, this mechanism does not reject the form and tell the user they got the question wrong, it just prevents the form submission from being emailed. If anyone has an easier solution so that form validation can be done /prior/ to the submission being accepted, I'd love to see it too. Seeya. Danny. On 5

Re: [mezzanine-users] can anyone suggest me some host which is Australia based and also mezzaninedjango friendly?

2014-03-03 Thread Danny
. But if local hosting (and local support) is important to you, perhaps have a look and check for online reviews and their reputation. Seeya. Danny. -- Email: molo...@gmail.com -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-27 Thread Danny
specifying the versions that cartridge needs. I'll create a pull request, if you like? Seeya. Danny. On 28 February 2014 10:49, Stephen McDonald st...@jupo.org wrote: Thanks Danny - I'm not really across the issue, do you think we need to specify that exact reportlab version in Cartridge's

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-27 Thread Danny
) or should we look at trying and solving the larger issue? Seeya. Danny. On 28 February 2014 10:55, Stephen McDonald st...@jupo.org wrote: Thanks a lot that'd be great! On Fri, Feb 28, 2014 at 11:23 AM, Danny molo...@gmail.com wrote: I'd say so, Stephen, at least until cartridge can be updated

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-26 Thread Danny
On 27/02/2014 7:29 AM, Tom Brander wrote: Went to create a pdf invoice and got this error: I am using Python #.3 if that makes a diff?? Does not give me much to go on the view invoice is working fine... Can you do a pip list for us? Do you have pisa and reportlab both installed? What

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-26 Thread Danny
a few weeks ago which seemed to indicate that reportlab 3.0 isn't reporting its version correctly as higher than 2.2. See https://github.com/stephenmcd/cartridge/issues/174#issuecomment-35755887 It seems like it's a known bug in pisa. Hope this helps. Seeya. Danny. On 27/02/2014 9:52 AM, Tom