This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from .models import Post, Category | |
from .decorators import action_form | |
class PostCategoryForm(forms.Form): | |
title = 'Update category for the selected posts' | |
category = forms.ModelChoiceField(queryset=Category.objects.all()) | |
@admin.register(Post) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ | |
"caption": "SublimeREPL: Tidal", | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_tidal", | |
"file": "config/Tidal/Main.sublime-menu" | |
} | |
} | |
] |