Ling Li

Results 23 issues of Ling Li

Create say a UserProfile class which has a One2One relation to the User class, where the id is an integer. class UserProfile(): user = models.OneToOneField(User, on_delete=models.CASCADE, primary_key=True) If you define...

triage

Just tried out datasette for the first time against my claude export history and it's great. However for now techies, perhaps a cool feature might be to accept text input...

### Linked issues ### Summarize your change. ### Describe the reason for the change. ### Describe what you have tested and on which operating system. ### Add a list of...