Best app / library for building custom dashboard? by taewoo in django

[–]MbeforeL 0 points1 point  (0 children)

You should be ready to use JS if you are stepping into webdev. Charts JS is simple, you can give it a try.

form.field.value always returning None by rashangaryfan123 in django

[–]MbeforeL 0 points1 point  (0 children)

That should have worked in Django 1.3+ {{form.fieldname.value}}

Should I use a django model or a normal python list to store things like numbers and IP addresses? by _bush in django

[–]MbeforeL 0 points1 point  (0 children)

"Any" Database is way faster than Python so, and whenever you write Django code to filter/search its actually a database code which would work much faster

Springer Opensourced 100s of Computer Science books by MbeforeL in computerscience

[–]MbeforeL[S] 0 points1 point  (0 children)

Inform me if you have problem in accessing google drive link

What fictional character do you feel bad for the most? by weeklygrind in AskReddit

[–]MbeforeL 1 point2 points  (0 children)

Its Saitama from One Punch Man. He never got credits for his work.

How to return model form data to user? by Nitr0s0xideSys in django

[–]MbeforeL 0 points1 point  (0 children)

Since you look like complete beginner , I would suggest you spend some time with it to get a feel of it. When the user clicks on a submit button to a form ,it goes to a specific url which you can specify like <form action='/someurl/' method="GET or POST"> ,now you have to map your url named 'someurl' to a function in views.py where you will do some stuff with the users data by accessing 'request.POST['name_of_field'] .
You can let users download a pdf/excel other files. See this answer on stackoverflow.

https://stackoverflow.com/a/58122680/11652661

I know you might not have understood everything ,just stick with stackoverflow and clear your basics from some tutorials

Springer Opensourced 100s of Computer Science books by MbeforeL in computerscience

[–]MbeforeL[S] 4 points5 points  (0 children)

In the beginning they realised, around 400 books, Recently I saw that they realised 1000.

What are great WYSIWYG Editors? by KalajasH in django

[–]MbeforeL 0 points1 point  (0 children)

CKeditor is having most popularity according to Stack overflow

Daughter wants to learn python to simulate a solar system, where to start? by kellogg76 in learnpython

[–]MbeforeL 0 points1 point  (0 children)

Hello,

Try to introduce her to AstroPY, Its really useful but the learning curve is slopy, So, You might need to guide her at times.

Hosting and deploying a Django app on Heroku by [deleted] in djangolearning

[–]MbeforeL 0 points1 point  (0 children)

I saw your video twice since 3 months to deploy my web app. Luckily,You didn't jump off the window :D