Re: [mezzanine-users] Models aren't loaded yet

2017-08-16 Thread 'Alex' via Mezzanine Users
nd simplify it further until it does. > >> On 16 August 2017 at 15:30, Roger van Schie <roger.vansc...@gmail.com> wrote: >> Have you tried it without "choices"? As far as I know (which is not much), >> choices needs to be a list from a variable. >> >&

Re: [mezzanine-users] Models aren't loaded yet

2017-08-16 Thread 'Alex' via Mezzanine Users
ld be models.py not model.py . > >> On 16 August 2017 at 13:41, 'Alex Feier' via Mezzanine Users >> <mezzanine-users@googlegroups.com> wrote: >> Nobody can Help? >> >> -- >> You received this message because you are subscribed to the Google Groups &

[mezzanine-users] Models aren't loaded yet

2017-08-16 Thread 'Alex Feier' via Mezzanine Users
Nobody can Help? -- 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

[mezzanine-users] Models aren't loaded yet

2017-08-04 Thread 'Alex Feier' via Mezzanine Users
Hello together, I am despairing! I am trying a DB query within a model. Example: #model.py from django.db import models from mezzanine.pages.models import Page class callToAction(models.Model): pageIdField = models.IntegerField(_(u"Page ID"),max_length=1000,null=True, blank=True,

[mezzanine-users] Re: First time installation - cannot log in

2017-08-01 Thread Alex Mears
> > How did you know? http://jupo.org <http://www.google.com/url?q=http%3A%2F%2Fjupo.org=D=1=AFQjCNEIRWS2nrjAnpqavX2bR3SG3OBFyA> oh <https://media.giphy.com/media/w6BjzB8tMIDg4/giphy.gif> On Tuesday, August 1, 2017 at 9:23:15 PM UTC-5, Alex Mears wrote: > > Th

[mezzanine-users] Re: First time installation - cannot log in

2017-08-01 Thread Alex Mears
Thank you so much, Stephen. I installed the development version of Mezzanine from GitHub and it worked! I didn't find any mention of Mezzanine only supporting Django (1.10) in the documentation. How did you know? On Monday, July 31, 2017 at 12:34:51 AM UTC-5, Alex Mears wrote: > > I've

[mezzanine-users] First time installation - cannot log in

2017-07-30 Thread Alex Mears
I've spent many hours myself trying to solve this problem and cannot work out if it's a Mezzanine or Django issue. I suspect it's a stupid mistake I'm making and would appreciate any help to resolve. >From http://127.0.0.1:8000/admin/login/?next=/admin/

Re: [mezzanine-users] Adopting Django's native inline mechanism?

2016-02-10 Thread Alex Hill
those things for clarity. Cheers, Alex On Thursday, February 11, 2016 at 7:04:44 AM UTC+8, Stephen McDonald wrote: > > Definitely a good idea if feasible. > > The only issue that comes to mind is that Mezzanine's inlines are used to > support drag/drop ordering, but glancing o

[mezzanine-users] Re: Good approaches to doing graphics customization?

2015-05-04 Thread Alex Tsai
Hmm.. I'm not sure if this will help you, but as a visually...bad developer, I've gotten quite far by replacing the bundled bootstrap with the LESS or SASS port and then just trying to get as far as possible by just editing variables in there. I find going into here

[mezzanine-users] Whipped up something quick for Buffer integration... (mezzanine-buffer)

2015-05-03 Thread Alex Tsai
to take care of these issues. My in office implementation was even dumber than this, so I rewrote everything from scratch as a reusable app over the course of today. :) cheers, alex -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe

[mezzanine-users] Edit Workflow

2015-03-23 Thread Alex Bendig
will be happy to make it available. Certainly would love to know whether someone has already made lots of progress here though. Thanks! Best, Alex -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-06-17 Thread Alex Tsai
Hi all, I'm having what might be the same issue (can't tell without stack trace from the OP) I have a similar config to what Brad posted. The media library is actually able to create folders in S3 correctly so I think my permissions are working. (the IAM in amazon just has access to all S3

[mezzanine-users] Timezone issue in Django 1.6+ on MySQL

2014-05-05 Thread Alex
After importing blog entries from wordpress I found that they are not shown on /blog/archive//MM/. Empty lists for any month of any year. Though they are shown on /blog/ or /blog/archive// It appeared that Django 1.6 introduced time zone support in database queries, so