[mezzanine-users] Upgrade mezzanine to latest version

2016-09-12 Thread Jonathan Sandoval
Hi everyone. I have a site with mezzanine 3.1.10, and I'd like to upgrade it the latest version and I was wondering what are the required steps. I've google down a little and I'm confused about the migrations stuff, because I don't have any migrations (or south_migrations) folders. I'd

[mezzanine-users] Problem migrating from sqlite3 to postgresql

2015-05-26 Thread Jonathan Sandoval
Hi everyone. I started my mezzanine site with sqlite3 and, as I'm almost finished, I'm trying to migrate from sqlite3 to postgresql. I'm following this guide: http://matthewwittering.com/blog/how-to-migrating-the-database-engine-for-django.html. It basically works by dumping data to a json

Re: [mezzanine-users] Problem migrating from sqlite3 to postgresql

2015-05-26 Thread Jonathan Sandoval
Many thanks for the suggestions. They were very useful. I made chunks for every app and found out problems in two, generic (because of comments) and blog. I have not solved the first one yet, but it's almost irrelevant because I have not many comments in the site I'm migrating from wordpress,

[mezzanine-users] Getting posts for specific category

2015-05-25 Thread Jonathan Sandoval
Hi everyone. I have experience in python, but not much in django or mezzanine, so, maybe this question is more django related (or maybe not). I'm creating a site and the homepage has sections like latest news, latest articles and so on. So, I'm needing a way to get a list of posts for a

Re: [mezzanine-users] Getting posts for specific category

2015-05-25 Thread Jonathan Sandoval
Many thanks. That's exactly what I needed. El lunes, 25 de mayo de 2015, 12:48:29 (UTC-5), Eduardo Rivas escribió: Mezzanine's blog comes with a template tag that can pull recent posts into your template context, optionally filtering by category. Documentation here:

[mezzanine-users] Error with spanish characters

2015-05-14 Thread Jonathan Sandoval
Hi everyone. I recently installed mezzanine from pip and imported a spanish wordpress blog I had. With some help from this list I managed to import the information, but, as I have posts in spanish where the titles have accents (for example: investigación), I get the following error when I try

Re: [mezzanine-users] Error with spanish characters

2015-05-14 Thread Jonathan Sandoval
Hi Eduardo. I'm running the django development server (I'm running it with python manage.py runserver 0.0.0.0:8000). Right now I'm migrating the old blog, so, I'm just trying to adjust the theme, categories, and so on. I have not configured gunicorn or uwsgi yet. El jueves, 14 de mayo de 2015,

Re: [mezzanine-users] Error importing from wordpress

2015-05-14 Thread Jonathan Sandoval
Mezzanine would be ok. Good luck! On Thu, May 14, 2015 at 11:28 AM, Jonathan Sandoval cloudn...@gmail.com javascript: wrote: Hi. I want to migrate from wordpress 3.9.6 to mezzanine. I just installed mezzanine and I exported the wordpress posts and pages and, when trying to import