|
You are here |
www.valentinog.com | ||
| | | | |
quakkels.com
|
|
| | | | | Django is a Python framework that I've written about before. I've compared Django to ASP.NET MVC. But, I didn't go into much detail about how to actually use Django to create a data driven website. That's what I'll cover now. | |
| | | | |
geoff.tuxpup.com
|
|
| | | | | How I Start: Django, Tailwind, HTMX (part 1) I wanted to try out some "modern" front-end development for a while, and I did. FastAPI is great. So is Svelte. But even though I found creating APIs that way to be a breeze, building a whole site that way felt much slower and heavier than using traditional server rendering. So I decided to give django a fair shake for a while, and I'm glad I did. | |
| | | | |
humberto.io
|
|
| | | | | Discover how to separate your stacks to get autonomy between frontend and backend using Angular 6 and Django 2 | |
| | | | |
www.paepper.com
|
|
| | | Unit testing your models in Django As a good developer, you write unit tests, of course. You will probably even write your tests before implementing your logic in a test-driven approach! However, when developing complex models which have interactions and foreign keys, writing tests can get messy and complicated. Say you want to test a model which has many dependencies to other models via foreign keys. To create an instance of your model, you first need to create all the other model instances which your m... | ||