[mezzanine-users] Drum template error with "pages_tags"

2015-10-18 Thread Micah Yoder
Hi, So Drum works originally (mostly) but after running manage.py collecttemplates, it stops working, saying it can't find pages_tags. I note that mezzanine.pages is commented out in the settings file. Question: Why does it work originally, before doing a collecttemplates? Also if anyone wan

Re: [mezzanine-users] PyTexas talk

2015-08-31 Thread Micah Yoder
it will be more standalone. Oh well. Maybe next year at Texas Linux Fest or whenever I get a chance! On Monday, June 8, 2015 at 9:23:05 PM UTC-5, Micah Yoder wrote: > > Thanks all! Proposal has been posted. https://www.pytexas.org/2015/talk/21 > Will take a look at the presentations

[mezzanine-users] drum template tag error

2015-08-29 Thread Micah Yoder
Hi, So Drum works when I first started it (well, after https://github.com/stephenmcd/drum/pull/22 was merged, thanks). But, after simply doing a collecttemplates, the home page errors with Error during template rendering In template /home/micah/testsites/mydrum/templates/base.html, error at l

[mezzanine-users] Re: Basic PostgreSQL installation

2015-08-24 Thread Micah Yoder
What kind of messages appear on the screen when you run manage.py createdb? I suspect it is a connection or permissions issue. You might try putting this in your pg_hba.conf file (which is normally in your data directory, except in Debian/Ubuntu): # "local" is for Unix domain socket connection

Re: [mezzanine-users] PyTexas talk

2015-06-08 Thread Micah Yoder
PyCon APAC in 2014, >> https://vimeo.com/103614826 and my own experiences. >> >> Good luck >> Graham >> >> >> >> On 09/06/15 09:02, Micah Yoder wrote: >> >> Hi, >> >> Any Mezzanine folks planning to be at PyTexas this year an

[mezzanine-users] PyTexas talk

2015-06-08 Thread Micah Yoder
Hi, Any Mezzanine folks planning to be at PyTexas this year and talk about it? I'm thinking of submitting a talk proposal to introduce Mezzanine as "the hidden gem of the django ecosystem", but I'm sure I'm the least qualified person on this list to talk about it, so I don't want to step on any

Re: [mezzanine-users] Re: new release?

2015-05-04 Thread Micah Yoder
hem with a fix here: > > https://github.com/django/django-contrib-comments/pull/40 > > If you'd like to make use of that now, you can specify my fork of the > comments app in the above PR as your dependency. > > > On Mon, May 4, 2015 at 12:46 AM, Micah Yoder > wro

[mezzanine-users] Re: new release?

2015-05-03 Thread Micah Yoder
Hi, I've been trying to test out the upstream master code. I have a Python 3.4.3 virtualenv with django 1.8. When getting to the createdb step I'm getting this error: File "/home/micah/testsite/venv/lib/python3.4/site-packages/django/db/migrations/loader.py", line 174, in build_graph s

Re: [mezzanine-users] new release?

2015-04-02 Thread Micah Yoder
Indeed, thank you to all involved. I've also been watching, a bit anxiously, for a 1.7 based release. Now 1.8. Kind of hate to do much work on current site when big changes are coming. :) I probably should jump in and see if I could help with fixing anything. I'm sure it would teach me a lot. (

Re: [mezzanine-users] South questions

2014-08-10 Thread Micah Yoder
Mezzanine, using the included migrations means less work. > http://flaviodesousa.com/blog/upgrading-mezzanine-from-1-4-10-to-1-4-16-then-3-0-9/ > > is a good after-action summary of an update. > > hth, > ken > > > On Sat, Aug 9, 2014 at 11:04 PM, Micah Yoder > wrote: > >&g

[mezzanine-users] South questions

2014-08-09 Thread Micah Yoder
Hi, So I originally installed Mezzanine about 8 months ago and have put some content up on a couple sites. Since then I have used easy_install to upgrade django and Mezzanine, but have not messed with South at all. I'm somewhat of a django newbie, but trying to figure it all out. I think it