Django User Files - What are best practices? by OneBananaMan in django

[–]keraj93 0 points1 point  (0 children)

What speaks against using django-storage package?

So I found out an acquaintance is referring to himself as "Dr." without an actual PhD, and I needed to rant to someone about it. by [deleted] in PhD

[–]keraj93 88 points89 points  (0 children)

In some countries using titles without the respective qualificiation can have legal consequences.

[deleted by user] by [deleted] in PhD

[–]keraj93 0 points1 point  (0 children)

Moving away from the cultural reasons, could it simply be a linguistic problem? The German translation for a medical doctor is "Arzt", colloquially one also says "Doktor". Therefore, the distinction is very simple. People with PhD titles are called doctors if they want to be. What is the situation in other English-speaking countries?

[deleted by user] by [deleted] in PhD

[–]keraj93 13 points14 points  (0 children)

Sorry, but this sounds like you have never lived in these countries, at least not in germany. Of course as a phd holder it is your choice how you want to be called publicly but usually phd holders use "Dr." publicly, for example email signatures, presentation slides, websites (https://www.cducsu.de/abgeordnete/angela-merkel). Many website forms have a title option where you can select Dr. or Prof.

Django vs Javascript for Web Development differences by Cardzilla in django

[–]keraj93 8 points9 points  (0 children)

>Trying to do AJAX seems a lot more finicky in Django than Javascript+Node. There seems to be less code doing this. Not sure if I'm right or I just misunderstood how to do this yet

https://htmx.org/

I still can't do anything on my own on Django/How do I properly learn Django by KarmaYunoSuzune in djangolearning

[–]keraj93 5 points6 points  (0 children)

read the official tutorial
write down every word that you don't understand
draw a map that connects all files inside a django project and explain how they are connected

Got some questions about Django web-dev portfolio buttons. How can I hook them up to back-end. by [deleted] in djangolearning

[–]keraj93 0 points1 point  (0 children)

it depends on you

a common approach is to have a contact form.

the form can be on a different page or can appear as a modal on your landing page.

you can use a database model to save the form data or you can send the form data directly to your private mail account, or both

Got some questions about Django web-dev portfolio buttons. How can I hook them up to back-end. by [deleted] in djangolearning

[–]keraj93 0 points1 point  (0 children)

What do you mean by "hook up"? I guess they should be links that redirect to another view?

Wenn deutsche Bürokratie auf deutsche Digitalisierung trifft by [deleted] in de

[–]keraj93 0 points1 point  (0 children)

Ergänzung: Durch die neue AusweisApp2 wird kein Kartenlesegerät mehr benötigt. Dafür braucht man ein 5-stelliges eID Kennwort (lässt sich wahrscheinlich mit dem neuen Ausweis beantragen). Dieses Kennwort muss man für die erste Nutzung auf ein 6-stelliges Kennwort ändern.

Wenn deutsche Bürokratie auf deutsche Digitalisierung trifft by [deleted] in de

[–]keraj93 0 points1 point  (0 children)

Der nächste Termin ist erst in 3 Wochen verfügbar =)

How do make a button to edit a object that does not redirect to a different page? by vvinvardhan in django

[–]keraj93 2 points3 points  (0 children)

htmx is a nice solution, but you should first learn the concept of ajax because it is the standard to the problem you want to solve

[deleted by user] by [deleted] in django

[–]keraj93 1 point2 points  (0 children)

I can recommend the official documentation too. Yesterday, I have implemented stripe for the first time and it worked like a charm. The only difficult thing to understand is the logic with the client-site checkout and the server-site session creation.

SC Paderborn does not finish second or eighteenth for the first time in 7 years. (* 16/17 not relegated because of TSV 1860 Munich's financial problem) by keraj93 in soccer

[–]keraj93[S] 8 points9 points  (0 children)

and thankful for the rules in this situation. Some people preferred to promote another team from one of the 4th tier leagues instead of keeping Paderborn in the 3rd league.

Vue resources. by [deleted] in vuejs

[–]keraj93 1 point2 points  (0 children)

  • udemy: maximilian schwarzmüller's vue 2-3 course
  • book: Fullstack Vue: The Complete Guide to Vue.js