I hereby claim:
- I am titusz on github.
- I am titusz (https://keybase.io/titusz) on keybase.
- I have a public key ASBwX33siP_x7veSQ51EF6mlnHZEz990GPU45j-wKpExrAo
To claim this, I am signing this object:
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
I hereby claim:
To claim this, I am signing this object:
| class ExtendedValidationModel(models.Model): | |
| """ | |
| Abstract model class that adds conditional field cleaning/validation. | |
| You can create extended field validation with model methods like: | |
| def clean_<fieldname>(self): | |
| # things gone bad | |
| raise ValidationError('whatever') | |
| return self.<fieldname> |
| def suit_multi_admin(): | |
| """Monkeypatch Django Suit to support multiple Admin Sites | |
| Usage: | |
| put this code for example in myapp/monkey.py | |
| Activate the monkeypatch in your models.py: | |
| from monkey import suit_multi_admin |
| <!-- This very basic linked html element does not work on kindle kf8 fixed layout--> | |
| <div style="position:absolute; top: 768.0px; left: 157.0px; width: 567px; height: 116px; "> | |
| <a href="page_x.html" style="display:block; width:100%; height:100%; border: solid 1px;"> </a> | |
| </div> |