Skip to content

django-minitrue is a search & replace app for content that is stored in Django models

License

Notifications You must be signed in to change notification settings

ojii/django-minitrue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-minitrue

django-minitrue is a search & replace app for content that is stored in Django models. You can register models and their fields and search&replace content in the Django Admin.

Setup

  1. Add minitrue to INSTALLED_APPS
  2. Register some models. Create a file searchreplace.py in an app folder and register a model like this:

    from minitrue.base import replacer
    replacer.register(MyModel, fields=['title', 'description'])

About

django-minitrue is a search & replace app for content that is stored in Django models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • JavaScript 11.6%