Mirco
Chandan
Can anyone help with how to access a dictionary value using key in django template
Nanavel
Shiva
Mirco
Nayan
Hi guys i want to build inventory management system. From where i can keep track on parts and create purchase order . any suggestion how can i start ??
isa
https://youtu.be/YUiykhw9yGs
isa
Above person have a series of videos regarding inventory management
Andrej
Edwin
Hello guys, I want to add multiple model based forms to one view. Any advise?
Nishant
Django model field to read spaces and line breaks .
Nishant
How can I do that ?? I need it for the content portion of my blog app
Anonymous
how i can use emojies in django text fields?
Anonymous
https://forms.gle/pD2HgzYbnjJSZzP77
.
Free sql workshop for 2 days
With certification
LinuxBugs
how i can use emojies in django text fields?
You can use wysiwyg editors which come preloaded with lot of packages emojis stickers etc. Remember all of this is frontend handling.
So which ever package you use will have the details also..how to store the text and how to render it. It is mainly front end work..
Starting point may be using jQuery plugins or angular/react components built.. for such work..
LinuxBugs
Please tell your question
Mirco
No
Mirco
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
LinuxBugs
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
Mirco
It's not our problem, we have rules and you have to follow them if you don't wanna be banned
Mirco
Share the traceback with the full error
Mirco
With code sharing tools like pastebin
Mirco
Without the error you see into your terminal, we cannot help u
Mirco
!paste
Doragonsureiyā
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites:
- https://del.dog
- https://dpaste.org
- https://linkode.org
- https://hastebin.com
- https://bin.kv2.dev
Mirco
That big message is what explains the error
Nayan
Nayan
isa
My pleasure
ZK
Do anybody know how to solve the ckeditor and mdeditor problems in production.
ZK
It's only showing a textarea and the rest are missing
ZK
Plz help... This is the 3rd time I'm asking..
Gil
ZK
It's not a js topic... I'm using django-ckeditor, it works fine in localhost but in product it shows ckeditor.js file missing and the server responded with 404..
ZK
But in production *
ZK
This same happens with the mdeditor which I'm using in django admin.
ZK
http://zaheerkhan.pythonanywhere.com/
ZK
Plz see.. Go to comment section or leave a message part.. And u can see the problem
Gil
ZK
I didn't get that..
Jack
python3 manage.py collectstatic
ZK
I will do this.. And inform you whether it worked or not.
ZK
Thank u for replying
Jack
Also make sure u mapped ur static file directory in settings.py
ZK
Actually I'm afraid to run this command in production..
Jack
Suraj
hey guys I want to make. a api for my web app mobile app.
Suraj
desktop client type stuff.
Suraj
Now what api technology should I use ..since I am good with python and hate js
Suraj
I think flask is a good option ..django is also a good option now without being a fan of django coz this is a django group
Suraj
I need a answer.. .I made projects before in flask .. one was very huge for me.
Suraj
So I know flask. django meh .. worked but not much.
Suraj
So what should I use .. flask or django or something else.?
Muflone
Why not you use just whatever you like instead of asking others?
Omar
Suraj
Suraj
FastApi
seee i got a new option
Muflone
Suraj
i think its good
Omar
I’m using it on high scalable system,
Omar
Then study first
People this channels is good for this kind of question, this is not stackoverflow
Suraj
Suraj
look prrty neat
Suraj
can i add u in my contact? dont worry I ll not bother u much but for little bit help.
Omar
Ghorz
Now what api technology should I use ..since I am good with python and hate js
No matter how much you hate JS, it will smack your face sooner or late. I hated JS but its the only language you can't run from as long as Web technology exists.
I avoided it every step of the way such that I used transcrypt.org for js works. Until I got my first professional Job as an Entreprise system developer using Python and JS.
Today, I am proud to say I'm loving JS more than ever.
Commodity
Mahesh
If you have an extra project that you do not have time for complete it then please contact me. I will be help you.
LinuxBugs
How does docker help in scaling?
There are many different independent types of scaling.
When you're talking about scaling with docker...it affects on a node scaling level.
For example, you can assign a docker container so much memory , CPU and RAM based on your load handling prediction. You monitor the resource consumption. If a certain threshold is breached you can fire another container and use classic load balancing across containers.
LinuxBugs
First
Hi everyone. I'm new in Django.
First
How can I start? Give me any advice
Doragonsureiyā
How can I start? Give me any advice
Looking for Django tutorials? you can follow these three recommended ones:
* Official documentation and tutorial
* Tutorial from MDN
* Tutorial from django-girls
Nayan
Ghorz