*** mjsir911 has joined #novawebdev | 08:26 | |
*** lelkneralfaro has joined #novawebdev | 08:37 | |
*** replaceafill has joined #novawebdev | 11:07 | |
*** zOnny has joined #novawebdev | 11:27 | |
*** mr_german has joined #novawebdev | 11:54 | |
mr_german | good morning replaceafill | 11:54 |
---|---|---|
replaceafill | good morning mr_german | 11:55 |
replaceafill | you're one day late for the meeting mr_german ;) | 11:55 |
mr_german | :-( ik | 11:55 |
replaceafill | mr_german, i reviewed your fixes | 11:55 |
replaceafill | mr_german, it seems only one view is left | 11:56 |
mr_german | what's left? | 11:56 |
replaceafill | mr_german, i sent you an email... | 11:56 |
replaceafill | zOnny, in case you haven't noticed, i moved your novalaciro issue here: https://gitlab.com/novawebdevelopment/tendenci-theme-novalaciro/issues/1 | 11:59 |
replaceafill | zOnny, i filed it incorrectly under the django app, not the theme | 11:59 |
replaceafill | mr_german, found the email? | 12:00 |
mr_german | replaceafill, yeah, but I don't understand | 12:00 |
mr_german | can I call you? | 12:01 |
replaceafill | mr_german, sure | 12:01 |
replaceafill | mr_german, phone or hangout? | 12:01 |
zOnny | Hello World! | 12:01 |
mr_german | replaceafill, done | 12:20 |
replaceafill | mr_german, cool | 12:20 |
replaceafill | mr_german, please ask Louie what's the plan with Lee's changes | 12:21 |
replaceafill | mr_german, i think the facebook video plugin can keep you busy at least for today | 12:21 |
replaceafill | mr_german, but if you need work for the rest of the week, we need to figure out that first | 12:22 |
mr_german | I'm sending an email right now | 12:22 |
replaceafill | mr_german, cool, thanks | 12:22 |
*** mjsir911 has joined #novawebdev | 12:33 | |
zOnny | hey replaceafill | 12:43 |
replaceafill | hey zOnny | 12:43 |
zOnny | hey replaceafill can you check the AMS doc to make sure that the process is correct. Please | 13:15 |
replaceafill | zOnny, what process? | 13:15 |
replaceafill | zOnny, are you setting up the theme from scratch? | 13:16 |
zOnny | not at all because I had already my repo in my local server. replaceafill | 13:17 |
replaceafill | zOnny, what do you want me to check then? | 13:17 |
zOnny | looks like I have everything the same but doesn't respond in my local server :( | 13:18 |
replaceafill | zOnny, errors would be nice | 13:18 |
replaceafill | zOnny, you need to understand you need to show things in order to get "better" help | 13:19 |
replaceafill | zOnny, pastes and screenshots | 13:19 |
zOnny | https://imgur.com/a/uIcx2 :( | 13:21 |
replaceafill | zOnny, can you paste your conf/local_urls.py? | 13:24 |
zOnny | https://imgur.com/a/8bCh1 | 13:26 |
replaceafill | zOnny, use https://paste.pound-python.org/ for pasting text | 13:26 |
replaceafill | zOnny, now conf/local_settings.py | 13:27 |
zOnny | https://paste.pound-python.org/show/IpCK4QOZEqInhCmusd2J/ | 13:27 |
replaceafill | zOnny, and lastly do an "ls -altr" inside the project directory | 13:27 |
zOnny | https://paste.pound-python.org/show/ORlKPs6SfTPS7IIAIkPj/ | 13:28 |
zOnny | https://paste.pound-python.org/show/hOnCVyn1T43ylilqbonC/ | 13:29 |
replaceafill | zOnny, that's the theme directory, not the project | 13:30 |
*** ubuntourist has joined #novawebdev | 13:30 | |
zOnny | :S | 13:30 |
replaceafill | zOnny, ls -altr ~/projects/NOVA-PROJECTS/NOVALACIRO/novalaciro | 13:30 |
replaceafill | zOnny, project is where manage.py lives | 13:31 |
zOnny | https://paste.pound-python.org/show/25LWpk0gOW3ZUUP0lAUt/ | 13:31 |
replaceafill | zOnny, there's the problem, in the project directory | 13:32 |
replaceafill | zOnny, you skipped this part probably: | 13:32 |
replaceafill | Clone this Django application and name it “novalaciro”: | 13:32 |
replaceafill | $ git clone git@gitlab.com:novawebdevelopment/tendenci-novalaciro.git novalaciro | 13:32 |
zOnny | seriously ? replaceafill | 13:32 |
replaceafill | zOnny, remember to do it in the project directory | 13:32 |
zOnny | ? | 13:33 |
replaceafill | zOnny, just follow the first two steps of the doc ;) | 13:33 |
replaceafill | zOnny, cd ~/projects/NOVA-PROJECTS/NOVALACIRO/novalaciro | 13:33 |
replaceafill | zOnny, git clone git@gitlab.com:novawebdevelopment/tendenci-novalaciro.git novalaciro | 13:33 |
replaceafill | zOnny, and try again | 13:33 |
zOnny | :D | 13:33 |
zOnny | interesting ... | 13:36 |
zOnny | thanks replaceafill | 13:37 |
replaceafill | zOnny, np | 13:37 |
replaceafill | zOnny, just for reference | 13:37 |
replaceafill | zOnny, in gitlab | 13:37 |
replaceafill | zOnny, tendenc-novalaciro is a DJANGO APP | 13:37 |
replaceafill | zOnny, those usually need to be placed in the project directory | 13:37 |
replaceafill | zOnny, tendenci-theme-novalaciro is a TENDENCI THEME | 13:37 |
zOnny | I see | 13:38 |
replaceafill | zOnny, the apps are the ones with logic, like urls, models for storing information, etc | 13:38 |
replaceafill | zOnny, themes are usually just templates and css/js | 13:39 |
replaceafill | zOnny, if django complains "i can't find this" | 13:39 |
replaceafill | zOnny, it's usually an app misconfiguration | 13:39 |
replaceafill | zOnny, or a broken app | 13:39 |
replaceafill | zOnny, problems with the themes usually let the server start | 13:40 |
replaceafill | zOnny, and you notice them only after you visit a page or refresh a view | 13:40 |
replaceafill | zOnny, makes sense? | 13:40 |
replaceafill | zOnny, that's the reason i didn't ask you for the themes directory this time | 13:40 |
replaceafill | zOnny, it smelled like an app misconfiguration | 13:40 |
zOnny | cool , you got my respect | 13:44 |
replaceafill | zOnny, did you read the issue i assigned you yestereday? | 13:47 |
zOnny | In process replaceafill ... | 13:49 |
replaceafill | zOnny, cool | 13:50 |
replaceafill | brb in 15 | 13:51 |
*** mr_german has joined #novawebdev | 13:51 | |
replaceafill | ACTION is back | 14:01 |
replaceafill | zOnny, do you have your navbar theme changes in a branch_ | 14:08 |
zOnny | that's a sad story :( | 14:22 |
*** zOnny has joined #novawebdev | 15:20 | |
*** ubuntourist has joined #novawebdev | 15:22 | |
mr_german | replaceafill, are you there | 15:26 |
mr_german | ? | 15:26 |
replaceafill | mr_german, yes | 15:26 |
mr_german | replaceafill, I've created a simple php page | 15:26 |
mr_german | to test facebook live streams | 15:27 |
mr_german | do you want to hang out or should I create a repository for this | 15:27 |
mr_german | ? | 15:27 |
replaceafill | mr_german, ok | 15:27 |
replaceafill | mr_german, can you add the page to an ora-ams branch? | 15:27 |
mr_german | replaceafill, but, it's not part of the template | 15:28 |
replaceafill | mr_german, part of the template? | 15:28 |
mr_german | its just a simple index.php | 15:28 |
mr_german | with css | 15:28 |
replaceafill | mr_german, we need it to look good with the ora-ams layout | 15:28 |
mr_german | and the plugin with multiple live streams | 15:29 |
mr_german | oh | 15:29 |
mr_german | . | 15:29 |
mr_german | .. | 15:29 |
mr_german | . | 15:29 |
mr_german | ok | 15:29 |
replaceafill | mr_german, that's why i recommended you to reuuse petitions | 15:29 |
replaceafill | mr_german, see https://ourrevolutionarlington.us/petitions.php | 15:30 |
mr_german | ok | 15:30 |
replaceafill | mr_german, you just need to insert the stream inside the .main .grid-box .box container | 15:30 |
replaceafill | mr_german, and make sure it displays ok | 15:30 |
mr_german | ok | 15:30 |
replaceafill | mr_german, you can set a .title.blue of "Our Revolution Arlington Streams" or something for now | 15:31 |
replaceafill | mr_german, and have the video below | 15:31 |
mr_german | ok | 15:31 |
replaceafill | mr_german, could you test it with facebook live? | 15:31 |
replaceafill | mr_german, doing a live broadcast | 15:31 |
mr_german | yes | 15:31 |
mr_german | yes | 15:31 |
replaceafill | mr_german, cool | 15:31 |
replaceafill | mr_german, thanks! | 15:31 |
mr_german | but i've added some css to the video plugin | 15:32 |
mr_german | should I add it to ora? | 15:32 |
replaceafill | mr_german, ora-ams, yes | 15:32 |
mr_german | ok | 15:32 |
replaceafill | mr_german, but in a branch | 15:32 |
replaceafill | mr_german, don't touch any master branch for this | 15:32 |
replaceafill | mr_german, until we show it to the rest of the team and ORA | 15:32 |
replaceafill | mr_german, this is an experiment for now | 15:32 |
replaceafill | mr_german, they don't have idea of what they want | 15:33 |
replaceafill | mr_german, your breaking ground | 15:33 |
replaceafill | mr_german, martillo y cincel ;) | 15:33 |
mr_german | ok | 15:33 |
mr_german | replaceafill, got it :) | 15:33 |
replaceafill | s/your/you're | 15:33 |
mr_german | brb | 15:34 |
mr_german | ACTION goes to get his lunch | 15:34 |
replaceafill | mr_german, make sure it works on mobile | 15:34 |
replaceafill | mr_german, i mean, that is responsive | 15:34 |
*** lelkneralfaro has joined #novawebdev | 15:44 | |
mr_german | ACTION is back | 16:07 |
mr_german | replaceafill, I'm back | 16:07 |
mr_german | I have a question before I start to add content | 16:08 |
replaceafill | mr_german, yes? | 16:08 |
mr_german | can I add my css in "events" in css folder? | 16:08 |
replaceafill | mr_german, why not media/css? | 16:10 |
replaceafill | mr_german, media works too | 16:10 |
mr_german | replaceafill, ok | 16:10 |
replaceafill | mr_german, again, this is going to change | 16:10 |
mr_german | thanks :) | 16:10 |
mr_german | ik | 16:10 |
mr_german | just for the moment | 16:10 |
mr_german | :) | 16:10 |
replaceafill | mr_german, so don't worry too much about code layout | 16:10 |
replaceafill | mr_german, you can even add it to the root of the repo :P | 16:11 |
replaceafill | zOnny, are you around? | 16:14 |
mr_german | replaceafill, | 16:19 |
zOnny | no , replaceafill | 16:19 |
mr_german | https://gitlab.com/novawebdevelopment/ora-ams/tree/gfbot/facebook_livestreams | 16:19 |
mr_german | there you have | 16:19 |
replaceafill | mr_german, checking | 16:21 |
replaceafill | mr_german, looks great | 16:22 |
mr_german | replaceafill, and it works on mobile | 16:22 |
mr_german | but you need to have facebook app installed | 16:22 |
replaceafill | mr_german, what happens if the stream is offline? | 16:22 |
mr_german | replaceafill, it is replaced with a replay | 16:23 |
mr_german | like twitch | 16:23 |
mr_german | replaceafill, | 16:23 |
mr_german | :) | 16:23 |
replaceafill | mr_german, could you paste here a few live streams | 16:25 |
replaceafill | mr_german, just for reference | 16:25 |
replaceafill | mr_german, it's ok if they're game playing streams | 16:25 |
replaceafill | mr_german, as long as they're in facebook | 16:25 |
mr_german | replaceafill, you mean here | 16:25 |
mr_german | in irc | 16:25 |
mr_german | ? | 16:25 |
replaceafill | mr_german, yes | 16:25 |
mr_german | oh, ok | 16:25 |
replaceafill | mr_german, so we can have a few to test with | 16:25 |
mr_german | replaceafill, you'll add them to the template? | 16:26 |
mr_german | https://www.facebook.com/jose.a.aguirre.121/videos/1610496992402453/ | 16:26 |
replaceafill | mr_german, the links? | 16:26 |
mr_german | https://www.facebook.com/2439150546310859/videos/2439713209587926/ | 16:26 |
mr_german | yes | 16:26 |
replaceafill | mr_german, no, we'll use them when we integrate this into Tendenci | 16:27 |
mr_german | you just have to change data-href="LINKHERE" | 16:27 |
replaceafill | mr_german, we need to let the admin change the video | 16:27 |
mr_german | oh ok | 16:27 |
replaceafill | mr_german, did Louie reply to your email about Lee? | 16:28 |
mr_german | let me check | 16:28 |
mr_german | replaceafill, yes he did | 16:28 |
replaceafill | mr_german, are there any dates set for that work? | 16:29 |
mr_german | replaceafill, we plan to have a meeting tomorrow | 16:29 |
replaceafill | mr_german, ah ok | 16:29 |
mr_german | to talk about that | 16:29 |
replaceafill | mr_german, i think this is good enough for now | 16:29 |
mr_german | replaceafill, ok | 16:29 |
replaceafill | mr_german, do you need more work? | 16:30 |
mr_german | replaceafill, I have to leave in 30 mins | 16:30 |
replaceafill | mr_german, ah ok | 16:30 |
mr_german | replaceafill, but, if you have some more | 16:30 |
mr_german | for tonight | 16:30 |
mr_german | ? | 16:30 |
replaceafill | mr_german, i'll look | 16:30 |
replaceafill | mr_german, thanks for your help! | 16:30 |
mr_german | replaceafill, k | 16:30 |
replaceafill | mr_german, i'll ping you when i have it working in Tendenci for you to see it | 16:30 |
replaceafill | mr_german, probably tomorrow | 16:31 |
mr_german | replaceafill, ok, thanks! | 16:31 |
replaceafill | zOnny, what's your timeline for work this week? | 16:32 |
replaceafill | zOnny, are you planning to work part time, full time, no work, 1 hour a day? | 16:32 |
replaceafill | zOnny, i'm done translating navs and boxes | 16:33 |
zOnny | ? | 16:34 |
replaceafill | zOnny, i'll need you to finish the pages navigation issue | 16:34 |
replaceafill | zOnny, for deploying this change | 16:34 |
zOnny | I will try to finish my issue today replaceafill | 16:34 |
replaceafill | zOnny, cool | 16:35 |
replaceafill | zOnny, so it's all clear? | 16:35 |
replaceafill | zOnny, i'm updating the AMS doc | 16:35 |
replaceafill | zOnny, more confusing steps incoming ;) | 16:35 |
zOnny | cool replaceafill | 16:35 |
replaceafill | zOnny, do you want to update your server and local instance? | 16:35 |
replaceafill | zOnny, or do you want me to do it for you? | 16:36 |
replaceafill | zOnny, i mean, after i add the extra steps | 16:36 |
zOnny | let me try first replaceafill | 16:36 |
replaceafill | zOnny, cool, i'll ping you when i'm done | 16:36 |
replaceafill | zOnny, done updating the doc | 16:37 |
zOnny | ok , replaceafill | 16:39 |
replaceafill | zOnny, new doc seems to work | 17:14 |
replaceafill | zOnny, you'll need to pull the latest master for the tendenci-novalaciro app | 17:16 |
zOnny | ok , replaceafill | 17:18 |
replaceafill | zOnny, i'll get rid of all the sample boxes, navs and pages in production | 17:19 |
zOnny | ok , replaceafill | 17:20 |
zOnny | :S | 17:33 |
replaceafill | zOnny, done | 17:46 |
replaceafill | zOnny, instance almost empty | 17:46 |
replaceafill | zOnny, and someone already signed up :S | 17:47 |
replaceafill | zOnny, oh, and look at those nice css lines you saved by using <br>: https://i.imgur.com/ZBqdNyX.png | 17:47 |
replaceafill | ;) | 17:47 |
zOnny | $ ~/venv/bin/python manage.py update_translation_fields does not work replaceafill | 17:49 |
replaceafill | zOnny, can you paste your local_settings? | 17:50 |
replaceafill | zOnny, and paste the output of: ~/venv/bin/pip freeze | 17:50 |
zOnny | the last lines of local_settings? replaceafill ? | 17:52 |
replaceafill | zOnny, nope, the whole module | 17:53 |
zOnny | auch, I skipped again :( my bad replaceafill | 17:56 |
replaceafill | zOnny, np | 17:56 |
zOnny | https://imgur.com/a/BfeoC ? replaceafill | 18:14 |
replaceafill | zOnny, is that your instance in the testing server? | 18:15 |
zOnny | yep , replaceafill | 18:16 |
replaceafill | zOnny, you probably did this: $ ~/venv/bin/python manage.py set_theme novalaciro | 18:16 |
replaceafill | zOnny, the name of that directory in your instance is different | 18:16 |
replaceafill | zOnny, you need $ ~/venv/bin/python manage.py set_theme tendenci-theme-novalaciro | 18:16 |
replaceafill | zOnny, you basically set an inexisting theme | 18:17 |
replaceafill | zOnny, and Tendenci defaults to its stock theme | 18:17 |
replaceafill | zOnny, sorry, stock templates | 18:17 |
zOnny | here is the deal replaceafill | 18:17 |
zOnny | never mind you right | 18:18 |
replaceafill | zOnny, you're still following instructions blindly | 18:19 |
replaceafill | zOnny, which is ok | 18:19 |
replaceafill | zOnny, at some point you'll adapt them to your environment | 18:19 |
replaceafill | zOnny, like in this case | 18:19 |
zOnny | I was assuming that I was updating in my local server replaceafill | 18:20 |
replaceafill | zOnny, ah | 18:20 |
zOnny | in my local server both have the name novalaciro the theme and the Django app replaceafill | 18:20 |
replaceafill | zOnny, got it | 18:20 |
replaceafill | zOnny, i just updated the the last paragraph | 18:22 |
replaceafill | zOnny, so you can check if everything worked | 18:22 |
replaceafill | zOnny, by adding a page | 18:22 |
replaceafill | zOnny, oh wait | 18:22 |
replaceafill | zOnny, let me know if all the steps in the last part make sense | 18:28 |
replaceafill | zOnny, that's your way to verify the i18n procedure worked | 18:29 |
zOnny | ok , replaceafill | 18:33 |
replaceafill | zOnny, thanks for your patience testing this :) | 18:34 |
replaceafill | zOnny, i know it gets frustrating | 18:34 |
zOnny | this is cool replaceafill | 18:36 |
replaceafill | zOnny, :) | 18:36 |
zOnny | I am glad to be part of your testing time replaceafill | 18:37 |
replaceafill | zOnny, told you, you were going to love it ;) | 18:37 |
zOnny | I cannot add a page replaceafill | 18:54 |
replaceafill | zOnny, traceback or screenshot? | 18:54 |
zOnny | https://imgur.com/a/jeAuI | 18:55 |
replaceafill | zOnny, you have the error in front of you :) | 18:56 |
replaceafill | zOnny, you don't see it because it's unstyled ;) | 18:56 |
replaceafill | zOnny, you need to set Ruta de accesso URL | 18:56 |
replaceafill | zOnny, Este campo es obligatorio | 18:56 |
zOnny | I got it :( | 18:57 |
replaceafill | zOnny, once you add the extra body block to the base template that'll be done automatically | 18:57 |
replaceafill | zOnny, Tendenci set "slugs" automatically | 18:57 |
replaceafill | zOnny, from the titles | 18:57 |
zOnny | https://imgur.com/a/atHm7 then what ? replaceafill | 19:07 |
replaceafill | zOnny, you're here: | 19:08 |
replaceafill | From there switch the language to English and you should still see the title and content in Spanish. | 19:08 |
zOnny | correct , replaceafill | 19:09 |
replaceafill | zOnny, if you don't see the Edit link | 19:09 |
replaceafill | zOnny, oh, first make sure you're in English | 19:09 |
replaceafill | zOnny, before trying to edit the page | 19:09 |
replaceafill | zOnny, the page forms work according to the language you're looking at | 19:09 |
zOnny | yep ctrl f replaceafill :) | 19:10 |
zOnny | yay! you right replaceafill | 19:13 |
replaceafill | ACTION is always right, except when he's not... | 19:14 |
replaceafill | zOnny, beautiful addition to the doc! | 19:14 |
replaceafill | zOnny, :D | 19:14 |
replaceafill | zOnny, so you have translatable pages now, right? | 19:15 |
zOnny | yep replaceafill | 19:15 |
replaceafill | zOnny, now you can check boxes: http://172.104.19.176:9000/admin/boxes/box/20/ | 19:15 |
replaceafill | zOnny, and navs: http://172.104.19.176:9000/admin/navs/nav/1/ | 19:16 |
replaceafill | zOnny, your nav needs a bit of updating :) | 19:16 |
replaceafill | zOnny, since the process assumes Spanish to be the default language | 19:16 |
replaceafill | zOnny, but it's no biggie | 19:16 |
replaceafill | zOnny, so, now that you have your testing instance ready to go | 19:17 |
replaceafill | zOnny, i'm going to deploy this to production | 19:17 |
replaceafill | zOnny, probably tomorrow | 19:17 |
replaceafill | zOnny, and once your pages search issue is done | 19:18 |
replaceafill | zOnny, we can show this off by adding a few pages for each tab | 19:18 |
zOnny | :) | 19:18 |
replaceafill | zOnny, even if the content is "coming soon" or something | 19:18 |
zOnny | ok, replaceafill | 19:18 |
replaceafill | zOnny, kk | 19:19 |
replaceafill | zOnny, thanks a lot | 19:19 |
replaceafill | zOnny, i'm going to head out now | 19:19 |
zOnny | see u tomorrow replaceafill | 19:19 |
replaceafill | zOnny, see you o/ | 19:19 |
*** mjsir911 has joined #novawebdev | 19:19 | |
*** mjsir911 has joined #novawebdev | 20:15 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!