Re: [mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Malik Rumi
ions? They drop you into a REPL which will let you > programmatically access your database contents to get and/or create models. > > I urge you to learn Django. Mezzanine is very much a Django application, > and all your questions are really questions about Django. > > On Tue, Oct 3, 2017 at 4

Re: [mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Malik Rumi
anges, right, so backing out of > your changes is a walk in the park. That sounds like a good course of > action. I make my junior developers create and destroy environments daily > so they don't develop an unreasonable phobia of either. > > hth, > ken > > > On Tu

[mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Malik Rumi
ion I see is to simply back out of all these changes, get my data, forget about the python script and while I am at it, forget about Mezzanine. On Sunday, October 1, 2017 at 4:40:54 PM UTC-7, Malik Rumi wrote: > > Greetings/ > > I am trying to run a python script on Mezzanine, and

[mezzanine-users] Programmatic, Part 2

2017-10-01 Thread Malik Rumi
This is a follow up to my earlier question, https://groups.google.com/forum/#!topic/mezzanine-users/TMS55hCC_rg how to access page content programmatically? Here is my code:

[mezzanine-users] Config errors when trying to run Python script

2017-10-01 Thread Malik Rumi
Greetings/ I am trying to run a python script on Mezzanine, and have run into a slew of errors I have not seen before. I have been using Mezzanine for about 3 months. This is the first time I have run a python script on it, however. I assume these errors are coming now because of the python sc

Re: [mezzanine-users] Re: how to access page content programmatically?

2017-09-30 Thread Malik Rumi
gure it out: mypage.get_content_model() > > That would return RichTextPage, or Form, or your own custom page types. > You can chain field access as well: mypage.get_content_model().some_field > > On 2017-09-24 2:23 PM, Malik Rumi wrote: > > > > On Sunday,

[mezzanine-users] Re: how to access page content programmatically?

2017-09-24 Thread Malik Rumi
On Sunday, September 24, 2017 at 1:19:51 PM UTC-7, Malik Rumi wrote: > > > I have seen this post: > https://groups.google.com/forum/#!searchin/mezzanine-users/shell%7Csort:relevance/mezzanine-users/BhEelJ3gvf4/4g4QZwwXNPQJ > > > > It does not answer the question, ho

[mezzanine-users] how to access page content programmatically?

2017-09-24 Thread Malik Rumi
I have seen this post: https://groups.google.com/forum/#!searchin/mezzanine-users/shell%7Csort:relevance/mezzanine-users/BhEelJ3gvf4/4g4QZwwXNPQJ It does not answer the question, how to access page content programmatically? -- You received this message because you are subscribed to the G

Re: [mezzanine-users] Re: Lost in javascript

2017-08-21 Thread Malik Rumi
Ryne: 1. Ok, done. 2. I already have those in place. 3. You are now referencing the *actual* project settings, not Kenneth's "proper place". These are *not* existing settings, these are settings I am to *add* to what is already there, right? Note that in /bleach/sanitizer.py, I had already trie

Re: [mezzanine-users] Re: Lost in javascript

2017-08-21 Thread Malik Rumi
Thanks so much, Roger. First, it is good to know I am not the only one with these issues, and second, my color buttons actually 'work' - meaning they appear in the toolbar, they drop down, they display colors, and you can click on them and the color shows in the editor - but of course the end r

Re: [mezzanine-users] Re: Lost in javascript

2017-08-21 Thread Malik Rumi
Dear Kenneth: I will happily concede that it is entirely possible I am doing something wrong. But, that is why you have this forum, isn't it? More than once I have referenced my desire for a 'knowledgeable' response. My use of color and underline in the email - as opposed to say, my Mezzanine

[mezzanine-users] Re: Lost in javascript

2017-08-20 Thread Malik Rumi
hunt down BS4 code to make color show up too? Where is this code? What is it set to? How do I change it? And so on. My friends, this is not worth the heartache. Am I really the only one having these issues? On Sunday, August 13, 2017 at 5:00:19 PM UTC-7, Malik Rumi wrote: > > I am not famil

Re: [mezzanine-users] Lost in javascript

2017-08-20 Thread Malik Rumi
tered TinyMCE throughout the program, including inside grapelli and filebrowser, so I'm not sure how to go about surgically removing all that nor do I know what sort of collateral damage might result. On Wednesday, August 16, 2017 at 6:29:52 PM UTC-7, Ryne Everett wrote: > > Quot

[mezzanine-users] Re: Lost in javascript

2017-08-16 Thread Malik Rumi
nt, and as they should. My best guess now is that might be a CSS problem, but I haven't checked into that yet. I'm still seeing what works and what does not. If anyone else has any further ideas or hints, I'd appreciate it. On Sunday, August 13, 2017 at 5:00:19 PM UTC-7, Malik

[mezzanine-users] Lost in javascript

2017-08-13 Thread Malik Rumi
I am not familiar with javascript and I have never used TinyMCE before. I would like to change the default appearance and functionality of the editor but have not been able to find a basic enough primer to understand and follow along. *1. Why* is a right mouse click default a bunch of tab

Re: [mezzanine-users] Can't Turn Keywords On

2017-07-21 Thread Malik Rumi
lates/blog/includes/filter_panel.html#L54 > > > On Jul 21, 2017 5:33 PM, "Malik Rumi" > > wrote: > > Hello. New user, first post. > > I have been looking for over an hour and I give up. How and where do I > 'turn on' the keywords for my blog? >

[mezzanine-users] Can't Turn Keywords On

2017-07-21 Thread Malik Rumi
Hello. New user, first post. I have been looking for over an hour and I give up. How and where do I 'turn on' the keywords for my blog? It took me a while to figure out that you call them 'keywords' instead of 'tags'. I found the keywords_for template tag, I found the template for blog list and