von Samuel | Mai 8, 2022 | #100DaysOfCode, Progammieren
Django not needed to build a websitestatic website from HTML, CSS and JavaScript (JS) possible -> minimal requirements for a website Roles of Languages HTML: basic structureCSS: color and design (styling)JS: client side scripting (engine in car exapmple)backend...
von Samuel | Mrz 5, 2022 | #100DaysOfCode, Progammieren
Below I describe the second week of my #100DaysOfCode challenge.In the opening blogpost you can find out more about my Why, my goals and the rules which I set for myself.Or find the collection of all my posts related to the #100DaysOfCode challenge. Django and MySQL:...
von Samuel | Feb 24, 2022 | #100DaysOfCode, Progammieren
Michael recommends the Classy Class-Based Views website to gain a basic understanding.They created a great overview of all class-based views in Django (even 4.0) including brief summaries of their purpose and functionality to empower people choosing the most suitable...
von Samuel | Feb 11, 2022 | #100DaysOfCode, Business, Progammieren
Below I describe the second week of my #100DaysOfCode challenge.In the opening blogpost you can find out more about my Why, my goals and the rules which I set for myself.Or find the collection of all my posts related to the #100DaysOfCode challenge. ModelForm in...
von Samuel | Feb 8, 2022 | #100DaysOfCode, Progammieren
While working on my first Django application I’ve just been questioning how people usually treat their static files. staticfiles directory in .gitignore? Should staticfiles (or static) directories of Django projects be ignored using .gitignore? In this...
Neueste Kommentare