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
Ghorz
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 ;)....
Ghorz
Anders (izzno / gooood) 🇳🇴
Share via bin
Here's an example, it was not rocket science
https://pastebin.com/t8G8PJ54
Ghorz
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) 🇳🇴
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
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
Tony
Ghorz
Yhyh
If so use official docs
Tony
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) 🇳🇴
...
Ghorz
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 ;)
Anders (izzno / gooood) 🇳🇴
Poor choice of words then... ;)
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 ... 🍺
Livan
Anders (izzno / gooood) 🇳🇴
It's not bad. I just dont see the point of jsxx
Livan
Anders (izzno / gooood) 🇳🇴
Django + Quasar
Livan
i not know Quasar
Fil
I like Django + Angular
säthïs
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
cj
inv1SIbL3 wanted to post this long code: https://hastebin.com/ilonicemaj
cj
🙄
cj
Anonymous
How can one intergarate django and react to run in one server someone please help me?
Ghorz
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
EmailPostFofm not defined in blog/views.py line 41
Ghorz
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
Anonymous
Belmo NaTazu
Hi guys. Is Django support http2.0?
Anonymous
Anyone who knows web development here?? With html css and php
Mirco
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?
Mirco
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?
Mirco
Mirco
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?