Alexander
And check docs about decorators and functools.wraps
Alexander
https://instagram-engineering.com/types-for-python-http-apis-an-instagram-story-d3c3a207fdb7
Anonymous
Hey does anyone knows Vue+Django projects?
Anonymous
I have some problems.
Anonymous
I can't get some information from my Django api running locally on my windows using axios. I tried to use axios.get and some bla bla bla urls of my localhost api.
Maksim
did you setting coreheaders?
Anonymous
Anyone using atom->teletype???
Денис
Anyone using atom->teletype???
It’s useful to state your whole problem in a message. There’s no problem in what you asked
Ильдар
Hi all. I have question: I use django rest framework and django-filter. I'm need filtering products by price range. My view " class ProductFilter(filters.FilterSet): product_price = filters.RangeFilter() class Meta: model = Product fields = ['price'] " my urls " url(r'^productapi$', views.Get_products_List.as_view()),". If I write url in browser http://127.0.0.1:8000/shop/productapi?product_price_min=1000&product_price_max=2000 i see all product, filter don't working
Ильдар
Thanks everybody for help, I solved my problem
Anonymous
plz tell me i my django file createsuperuser is create but if i run on browser admin page then it not show bootstrap what is the prblm explain plz
Dmitry
Hi all! Anybody made posting to facebook group via API?
Erik
plz tell me i my django file createsuperuser is create but if i run on browser admin page then it not show bootstrap what is the prblm explain plz
Hi. Maybe you have problems with the STATIC configure. Did you read this https://docs.djangoproject.com/en/2.2/howto/static-files/ ??
Ansab
Anybody here from UAE?
Anonymous
United States of Emeralds
Anonymous
Nice
Anonymous
hi guys , I need tutorial seo for django project
Anonymous
can u share with me ?
Wang
hi guys , I need tutorial seo for django project
http://mi.jingwang.me:8000/books/django/
Wang
it maybe help you
O
Any1 know how to do sort through ajax call any sample?
O
Just to apply sort on grid table data using ajax so if anyone having any sample code or example it would be helpful
Tony
Guys i really need your help. Is there a way you can add an event to a button in Django without necessarily using JavaScript
Vishvas
Anyone has upload file code django.. So please send me..
Jason
Which is the best library to intigrate social auth in django api??
Ghorz
Bad choice
Germinate
singular event of submit and reset yes
Germinate
if you want it to send to server multiple things or conduct actions then you need a script event
Scrim
anyone use djmoney ?
Doragonsureiyā
anyone use djmoney ?
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With 42k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
John
Hello guys, just want to ask what is the best way to display the data in a .txt file to textarea. what is the best way? is it to use FBv or CBv? TIA. .
Денис
Денис
By the way, if you use only a TXT file for this particular view with no Model used, I can't see any reasonable profit from CBV
pvs
How to deploy django site in aws
Asapanna
How easy is it to integrate django backend with react or angular or vue? Which one will be easier and more compatible??
Mirco
How to deploy django site in aws
Have a look at Elastic beanstalk It's the easiest one
John
By the way, if you use only a TXT file for this particular view with no Model used, I can't see any reasonable profit from CBV
Thank you for answering sir, so base on your answer you're suggesting me to use FBv? Yes, no model, im getting the .txt file from FTP server. .
Денис
Thank you for answering sir, so base on your answer you're suggesting me to use FBv? Yes, no model, im getting the .txt file from FTP server. .
I don’t think I’m experienced enough to strongly recommend either. But I personally would use FBV
John
And I just want to display the data of this .txt file to textarea. .
Anonymous
Добрейшего дня, господа! Здесь есть русскоговорящие?
Андрей
How easy is it to integrate django backend with react or angular or vue? Which one will be easier and more compatible??
pretty good tutorial Django+React here: https://www.youtube.com/playlist?list=PLLRM7ROnmA9FxCtnLoIHAs6hIkJyd1dEx
Anonymous
Can anyone help me..why django-atom package of atom is not highlighting the template html syntax of Django and not showing suggestions..?
Now
And I just want to display the data of this .txt file to textarea. .
Use python core to read the data in d file and passed it to context, this is possible in both FBV and CBV, just CBV is a window blind over FBV
drunktimelord
use vscode or pycharm :)
Anonymous
Ohh..no I want to use it only😅
Anonymous
Atom is light weight thats why
drunktimelord
Atom is light weight thats why
vscode is just as light
drunktimelord
they both use electron you know that right
drunktimelord
try vscode you'll thank me
drunktimelord
code.visualstudio.com/download
Anonymous
Now
Atom is light weight thats why
This is not editor's war but if you say atom is light, then I bet you vscode is lighter,if you switch to vscode life will be so much easier. No more comments
Now
django-allauth or python-social-django
V not try any, but if I'm to, I will go with d one with d best documentation and used mostly by community
Now
from celery import Celery
Now
from celery import Celery
And make sure you v pip install celery before
@TechOnline254
Just a begginer /any book or learning material for recomendation, will appreciate
Anonymous
I have installed Vs code
Anonymous
So do I need to install python extension?
Андрей
https://code.visualstudio.com/docs/python/tutorial-django
Андрей
very usefull for vscode beginners