[mezzanine-users] Re: Time to upgrade jQuery?

2014-12-25 Thread J. Paskaruk
Hi, I'm a newb who literally wrote his first jquery last week - I coded a leet document ready thing to move a div from one spot to another. So you could say my jquery needs are pretty simple at this point. Strictly for my benefit, and perhaps in order to bolster your case for a distributed

[mezzanine-users] Mezzanine Agenda 'EVENT_SLUG' - trying to change

2014-12-25 Thread Graham Oliver
Hi there I have changed the default value of 'EVENT_SLUG' in the Mezzanine Agenda app (by updating settings.py). However, the change does not register, it stays with the default value 'events'. Any ideas as to where I should look in the code base to see if it has been 'hard-coded' somewhere

Re: [mezzanine-users] Time to upgrade jQuery?

2014-12-25 Thread Stephen McDonald
Thanks Ed - sounds fine so long as we judiciously test all the third party libraries bundled, I know there have been rough edges around those in the past when upgrading jquery itself. The gallery image lightbox thing, the drag/drop interface within the admin, and there are probably others that

Re: [mezzanine-users] How to make certain media available only to logged users?

2014-12-25 Thread Mario Gudelj
This is not a Mezza but Django specific post about how you'd do it - http://www.wellfireinteractive.com/blog/nginx-django-x-accel-redirects/. It actually shows you how to offload the file serving to Nginx so that you don't serve large files with Django. P: +61 2 9281 3315 M: +61 415 193775 E:

[mezzanine-users] Unknown command: 'import_wordpress'

2014-12-25 Thread James Kirslis
I tried importing my WordPress site and get the following error: Unknown command: 'import_wordpress' Type 'manage.py help' for usage. What's the problem? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from

Re: [mezzanine-users] Unknown command: 'import_wordpress'

2014-12-25 Thread Thomas Lockhart
On 12/25/14, 5:04 PM, James Kirslis wrote: Yeah, it's in there except that error occurs. Well, try python manage.py help and see if there are any commands listed for the blog app. If not, it may not actually be there... - Tom On Thursday, December 25, 2014 7:06:20 PM UTC-5, Thomas wrote: