-
----
## 🚀 Feature
Add a `/info` route that returns
- Litserver configuration
- Model metadata
for example:
```
{
"model": {
"name": "my-awesome-model",
"version": …
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
### [READ] Step 1: Are you in the right place?
* For issues related to __the code in this repository__ file a GitHub issue.
* If the issue pertains to __Cloud Firestore__, report directly in t…
-
https://github.com/ungvietanh20172394/demo/blob/ddb7410e6dae5aa9b8adcf2b181e2c8cc6deebc3/routes/sensor.py#L52
-
هنگام ریست کردن حجم در اخرین نسخه dev ارور مشاهده میشه . چه از ربات و چه از پنل
![image](https://github.com/user-attachments/assets/0307a121-68e0-4e60-bdeb-2396938d6d26)
```
marzban-1 | ERR…
LonUp updated
2 weeks ago
-
When using a nested array with Piccolo Admin, for example:
```python
from piccolo.table import Table
from piccolo.columns import Array, BigInt
class MyTable(Table):
my_column = Array(Ar…
-
**Description**
How might I go about writing a CBV that can be inherited from? I want to make a generic class that just needs the class variables set to populate the default CRUD operations that ar…
-
后端(FastAPI + MySQL)
前端(Uni-app + Vue3)
用户表users设计:
CREATE TABLE `users` (
-- 主键,采用自增的整数类型
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增ID',
-- 微信openid,必须唯一且不能为空
`w…
-
Study basic CRUD operations using Python and FastAPI
We will have three of our members study some material before actually beginning a few of the tasks. We need proper understanding of HTTP calls, an…
-
I am currently working on a backend based on this repository.
I was wondering why the design choice of the "CRUD" classes as independant entities.
I was thinking about creating a base model for Us…