django-etc icon indicating copy to clipboard operation
django-etc copied to clipboard

Tiny stuff for Django that won't fit into separate apps.

Results 3 django-etc issues
Sort by recently updated
recently updated
newest added

Hi there. I'm a django beginner and I'm trying to figure out how to display a field's help_text in a DetailView. I see you've got a template tag that can...

question

I added some more buttons in the submit_line.html as different guides say ([https://stackoverflow.com/questions/67463654/add-custom-button-near-save-button-django-admin, you%20need%20to%20override%20%22change_form](https://stackoverflow.com/questions/26846148/how-to-add-a-custom-button-to-django-admin/73313307#73313307).). I just don't get the value of the button I pressed, I noticed that it works...

question

Hello! I want to utilise the `CustomModelPage` to do some custom action requiring user input without a model. ### Issue Running `python manage.py makemigrations` a new migration is generated in...

enhancement