säthïs
If someone may tried to prefer django instead of traditional js family stack's
säthïs
So may be some difficulty or some ease can be occurred.
säthïs
If you're faced anything else than ease let me know
Anders (izzno / gooood) 🇳🇴
I just added a keyboard shortcut to the admin site for saving.... I cant believe thats not default... Im ready to take a week off for 5 minutes work ;)....
Anders (izzno / gooood) 🇳🇴
Share via bin
Here's an example, it was not rocket science https://pastebin.com/t8G8PJ54
Ghorz
Js
Anders (izzno / gooood) 🇳🇴
yes, how else ?
Ghorz
It makes me uncomfortable, but I had no choice. I started learning it because DRF==null without it
Anders (izzno / gooood) 🇳🇴
It makes me uncomfortable, but I had no choice. I started learning it because DRF==null without it
Oh... There's no way out of that I'mafraid... JS is not hard. You could use helper libraries like JQuery etc... Dont get put off by people saying JQuery is this and that.... If it floats your boat without bloat.... it's fine ;)
Anders (izzno / gooood) 🇳🇴
If yo try to chew the whole javascript environment (house on fire) youl'll get confused fast, if you try and limit your self to browser environments and how that works youll be fine...
Ghorz
It's all good have a tip of the iceberg. It makes you a better programmer. I coded with C before I discovered python, the knowledged gained really helped my python skill.
Tony
Guy I am a beginner to the Django framwork, could someone suggest a video or books for me to master Django.
Ghorz
Yhyh
If so use official docs
Ghorz
Else checkup Django Full Stack developer bootcamp by Jose Portilla
Tony
Alright thanks
Anonymous
Will be nice enough to help me create a simple webitse under django Juts a website that will display my product on the home page and when cusiter click on a particular product they wanna buy and proceed to check out, it will redirect them to my WhatsApp to chat with me about payment
Anders (izzno / gooood) 🇳🇴
Anders (izzno / gooood) 🇳🇴
...
Anders (izzno / gooood) 🇳🇴
If you only know django you are not a full stack developer
Anders (izzno / gooood) 🇳🇴
The name might be a poor choice of words and the book might be good. I dunno.
Anders (izzno / gooood) 🇳🇴
"in the real world"
Anders (izzno / gooood) 🇳🇴
A better explanation "Django is ONE full stack option", but it's also full of JavaScript ;)
Ghorz
A better explanation "Django is ONE full stack option", but it's also full of JavaScript ;)
It's a video course, it comprises HTML, CSS, Javascript, python and django. Lecture starts in order as it progress.
Anders (izzno / gooood) 🇳🇴
Poor choice of words then... ;)
Ghorz
Poor choice of words then... ;)
I guess so, he should have used fullstack Web development with Django as backend
Anders (izzno / gooood) 🇳🇴
Maybe not that specific, I just wanted to make a point that django is awsome, but you still need to knnw a tiny bit more. But full stack means different things to different people. You'll know you have the right company when they ask for something like "full stack ruby" or full stack javascript" or "full stack django"...
Ghorz
Now I understand
Ghorz
Your English is so well fine tuned for a Norge
Anders (izzno / gooood) 🇳🇴
lol
Anders (izzno / gooood) 🇳🇴
I blame the beer ... 🍺
Anders (izzno / gooood) 🇳🇴
i like more react + django
I like anything + django... (But i dont like react, for many reasons...)
Anders (izzno / gooood) 🇳🇴
It's not bad. I just dont see the point of jsxx
Livan
I like anything + django... (But i dont like react, for many reasons...)
ok man, i like graphql + django and dont like rest, and you?
Anders (izzno / gooood) 🇳🇴
Django + Quasar
Livan
i not know Quasar
cj
i not know Quasar
then it's a good time to start using Google 😊
Fil
I like Django + Angular
Anonymous
Internal Server Error: /blog/5/share/ Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/base.py", line 115, in _get_response response = self.process_exception_by_middleware(e, request) File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/base.py", line 113, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/home/ndulilo/mysiten/blog/views.py", line 41, in post_share form = EmailPostForm() NameError: name 'EmailPostForm' is not defined [07/Sep/2019 09:28:24] "GET /blog/5/share/ HTTP/1.1" 500 63003
Anonymous
whats wrong with the code help plz
Ori
whats wrong with the code help plz
You didn't import the form
cj
inv1SIbL3 wanted to post this long code: https://hastebin.com/ilonicemaj
cj
🙄
cj
inv1SIbL3 wanted to post this long code: https://hastebin.com/ilonicemaj
inv1SIbL3 can you see the difference among reading the wall of unreadable text you just posted, and sharing the code using a proper tool?
Anonymous
How can one intergarate django and react to run in one server someone please help me?
Anonymous
ls there seo in the group?
Anonymous
What should i do , make a simple social site ?
SUPER
Where i can learn django?
Wang
Djangoproject.org
Anonymous
You didn't import the form
how, may you write it
Belmo NaTazu
Hi guys. Is Django support http2.0?
Anonymous
You didn't import the form
from .forms import EmailPostForm i import it but doesnt agree
Anonymous
Anyone who knows web development here?? With html css and php
Doragonsureiyā
Anyone who knows web development here?? With html css and php
looks like you need an offtopic group, please continue this conversation at @pythonofftopic
Anonymous
I have a Book model and a Library model related with a ManyToMany through model BookLibrary that has a quantity field. I would like to associate Libraries to Book within the Book creation form and also specify quantity in the same form. What I should use for the Book form? ModelForm+Inline Model Formset of BookLibrary?
Anonymous
Uhm...the quantity is about the relation...in that case can I (and has sense) to put the attribute in one of the models?
Anonymous
Quantity is related to a Book , isn't it ?
No. It is related to Books in a Library (in another library you may have another quantity of that book)
Alek
Does anyone faced with this issue? https://stackoverflow.com/questions/57835415/virtualenv-intersection-python-django
Swapnil
Hi everyone
#
This what i do.
#
{% static 'img/logo.png' as logophoto %} <img class="logo" src="{{ logophoto }}">
#
this is what i face. Invalid block tag on line 8: 'static', expected 'endblock'. Did you forget to register or load this tag?
#
is there anyone who face it?