|
You are here |
gist.github.com | ||
| | | | |
www.mattlayman.com
|
|
| | | | | Are you tired of manually tracking changes to your Django models? Say hello to django-simple-history! This powerful package allows you to easily keep track of modifications made to your models over time. With django-simple-history, you can retrieve historical records for a model, track changes made by different users, and display historical data in the Django admin interface. | |
| | | | |
bitofpixels.com
|
|
| | | | | I recently integrated Django Sendfile with a website to provide downloads that required authentication (even knowing the location of an authentication requiring file in the static directory will not allow you to download it thanks to some Apache conf magic). | |
| | | | |
www.rasulkireev.com
|
|
| | | | | Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post. | |
| | | | |
martinheinz.dev
|
|
| | | As your project grows, it might get to the point that it becomes too hard to handle with just single VM or some simple SaaS solution. You can solve tha... | ||