von Samuel | Mai 22, 2022 | Progammieren
While learning HTML and CSS, I created a repository to track the progress of the respective tutorial.I organzied the repository in a way that people can access the different phases of the tutorial (and also my own solutions) simply by changing the branch. At some...
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 27, 2022 | #100DaysOfCode, Progammieren
If I replace (for example) an image in the static files of my Django project, which I already displayed on certain pages: Is there a simple and reliable way to find these places in the code where I need to replace the path to the old image with the new one? solution:...
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...
von Samuel | Feb 4, 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. Git stash: save...
Neueste Kommentare