Group Butler
Done! baljeet has been forgiven.
Warns found: normal warns ❌, for media ✅, spamwarns ❌
Group Butler
Done! Mr. has been forgiven.
Warns found: normal warns ❌, for media ✅, spamwarns ❌
inchidi
sorry my bad, i thought X means forbidden 😁
inchidi
Abhi
i want to make share button , like you have seen share button to facebook , twitter while reading any post
Abhi
should i have to read all the socal api's (facebook and google+ ) for this ?
Abhi
or is there any thing to simply it in django
inchidi
inchidi
but facebook give facebook javascript sdk to simply it
inchidi
i dont understand why ppl use python package for frontend (css/js) like django-bootstrap3. i cant see the benefits 🤔
Val
inchidi
What are you saying?
when someone using python package for django frontend, i think thats weird and not effective
Val
inchidi
you know, you can do pip install django-bootstrap3 and add 'bootstrap3', to installed app in settings.py
Val
Yeah sure
inchidi
then add {% load bootstrap3 %} in your template then your form will use bootstrap3 style
inchidi
i think just put bootstrap3 to static file easier than using python package
Lapanit ☃️
what
Abhi
Well i found a django package
Abhi
Django-social-share
Abhi
By tbe way what do you guys use for html to pdf generation ?
Anonymous
Davo
There's also Skulpt: http://www.skulpt.org/
Davo
It actually looks really cool. I didn't know something like this even existed :)
Anonymous
Davo
The goal's the same as brython
Davo
I don't actually know anything about it; just came up when searching for client-side python
Davo
I'm not, I just want to check it out :)
Val
is there a easier way to put a template in my django and customize it?
inchidi
Val
inchidi
Val
i just want the front view to look better
inchidi
remove or add table, navbar, buttons. something like that?
Val
add all that
Val
and also remove and replace with ur?
inchidi
maybe WYSIWYG html editor is what you looking for
Anonymous
Anonymous
guys is templating in django hard to understand in the first time or i'm just dumb ?
Anonymous
You're dumb
Anonymous
make sense
Anonymous
Well actually it's just that
Anonymous
Probably you don't know HTML and Stuff
Val
Anonymous
no no i understand everythings in it, but the difference between inludes and templating
inchidi
Anonymous
For now
Anonymous
Just go with forms and stuff
inchidi
Anonymous
Start with small steps
Anonymous
{% extends 'personal/header.html' %}
{% block content%}
<p> Hi I'm programmer </p>
{% include 'personal/includes/htmlsnippet.html' %}
{% endblock%}
i just don't inderstand the purpose of "include"
inchidi
Anonymous
It includes stuff from other HTML file
Anonymous
To it
Anonymous
I'll still suggest to better leave it
Anonymous
And go with the convention
Anonymous
Anonymous
Who told you? you can't
Anonymous
Anonymous
So that's the problem
Anonymous
Anonymous
The problems with course is
Anonymous
Teachers are sometimes asshole
Anonymous
Anonymous
Anonymous
They complicate things trying to make it simple
Anonymous
hehhehehe
inchidi
soon you will need include exclude
Anonymous
Anonymous
thank u for help guys, see u soon
inchidi
ur welcome