Anonymous
I will help you decompose your problem: Add some forms for inputs Handle submit action. You will need to pass your info from inputs from your programm through public QR-code service API and get image (or link to an image). Then download image and display (probably you don't need to download an image and show it to your users with the link you got)
Anonymous
Rajat
Rajat
Can i do this in django also??
Rajat
To submit data in sql and also qr code generation
Anonymous
Yes, you can.
Rajat
Ok.. Thank you sir..
Kannan
Hi anyone knows about python CGI web development
Whoami
Hello
Kannan
After upgarding python2.7 some of modules are not able to import anyone knows how?
Mihail
Help me, pliz, how to implement sorting in the admin panel on the page with a list of objects, but at the same time I want to make preliminary calculations with the field value. Namely, I would like to sort the objects by their prices, but after converting them to dollars.
Ankit
How much time needed to learn Django ?
Ankit
lifetime
How much time needed to learn Django to get a job in this field
Anonymous
till you feel comfortable
ashish
hi all , i want to use django-taggit to be used as a dropdown list with the usage count of each of the tags side by side also i want to create a new entry if the entry already does not exist , how should i do this
Anders (izzno / gooood) 🇳🇴
really...
Anders (izzno / gooood) 🇳🇴
Anders (izzno / gooood) 🇳🇴
How well ?
Ankit
How well ?
I completed 92/115 programs on hackerank in which I myself solved about 65-70 questions
Anders (izzno / gooood) 🇳🇴
That tells me nothing, but if you know python and focus your efforts on Django a month is enough
Manish
can i change behavior of function imported from other packages? like i want to add something on that function which i importing from 3rd party package?
Manish
i have heard about decorators but i don't know what to do with decorator and how to do.
godmode
@itzmanish if you're using classes-bassed views, you can rewrite the classes methods...
godmode
That tells me nothing, but if you know python and focus your efforts on Django a month is enough
i learnt a lot in just a couple of months... it's a pretty cool framework! Easy and fast learning...
Gio
hi everyone, I am looking for Django full stack developers already in Prague or able to relocate there. If interested please PM me. Thank you.
Abhishek
Which is the best sources to learn django????
Abhishek
Please Tell
Abhishek
In free
Abhishek
Any source
Gamechis
In free
Nop pay for course is the best
godmode
Of course, i'm poor and Django can make get a job , a scolarsheet , i prefer always free in my case doesn't make any sense to pay for a job
cj
Which is the best sources to learn django????
have you read the pinned message?
Jolivé
morning
Nitesh
how can i pass request (requset.user.x.y) in models.py
Mirco
how can i pass request (requset.user.x.y) in models.py
It's not the place for request object
Nitesh
actually in my models i want to create a field which I want to set default value = request.user.x.y
Nitesh
so how can i do it
Mirco
Into the views
Mirco
Create a CharField into your model and populate it into your views with your request.user etc.
Nitesh
I'm using CBV so for that particular field in my models how I will set default value in views
Nitesh
any example
osiris
Any tutorial which shows step by step instructions for development with Django ND python?
Doragonsureiyā
Any tutorial which shows step by step instructions for development with Django ND python?
Check out PythonRes, a channel for Python resources (links to help you out).
osiris
K thnx
Nitesh
What kind of model do you have ? What's your main goal ?
In my profile model I have a field college. So in template by using request.user.profile.college I can get the college name for a user. Now for a another model I want to use that value as default
Mirco
In my profile model I have a field college. So in template by using request.user.profile.college I can get the college name for a user. Now for a another model I want to use that value as default
http://david.feinzeig.com/blog/2013/05/12/behold-the-power-of-default-how-to-set-the-default-argument-of-a-django-model-field-equal-to-a-class-method-using-lambda/#targetText=Django%20model%20fields%20accept%20an,much%20more%20powerful%20than%20that.
Mirco
Anyway I think you should redesign something It sounds strange to have default value often change according to logged user It's easier to save the logged user once he logs in
Ansab
Help me to make my djngo project live
Mirco
Help me to make my djngo project live
Go to official docs , deployment section 😊
Sunil
Can we develop web application with Django and Jupyter Notebook ... Kindly share if anyone has any pdf regarding it
Vignesh
Help me to make my djngo project live
try heroku , great doc and support and its free
klaus
Goodmoring how toi concert JSON toi csv
klaus
In django
Mirco
Goodmoring how toi concert JSON toi csv
Using python's csv module 😊
Anders (izzno / gooood) 🇳🇴
Googling / searching should be a class in it self...
Anders (izzno / gooood) 🇳🇴
No pun intended.
niwla23
Hey i have a very basic question:
niwla23
can i so the smae things in django than in npm/node.js?
niwla23
so for example would it be possible to make a live-pad like etherpad in django?
Anders (izzno / gooood) 🇳🇴
Am I the only one that does not understand this?
Anders (izzno / gooood) 🇳🇴
No
niwla23
No
do you know google docs?
niwla23
could i rewrite google docs in django?
Mirco
could i rewrite google docs in django?
Yup, but u need to study django-channels so much
niwla23
what i mean: is it possible to make it like this: showing what the other users types live? whithout reloading the page
Павел
Hello, I did dumpdata, after I send dump to server, and when I did loaddata, I get error problem installing fixture
Carlos
Hi guys, do you know what is the better method for join or bind Django rest framework with angular, any tutorial le something. Thank you
Mirco