django-admin-shell icon indicating copy to clipboard operation
django-admin-shell copied to clipboard

Allow users to save most used snippets

Open OmerBhatti opened this issue 1 year ago • 0 comments

Requirement

  • Create a new table to save most use code snippets in
  • Add a dropdown to select snippets from table and fill the code

Schema

SavedSnippet

  • Name
  • Code
  • Created At

OmerBhatti avatar Apr 26 '24 14:04 OmerBhatti