11 Commits

Author SHA1 Message Date
1ffe5f8a44 Merge branch 'main' of git.venya.tech:mega_venik/fastapi-boilerplate 2023-05-15 21:16:14 +03:00
5e54e5b0f6 basic users model and views 2023-05-15 21:14:33 +03:00
ffbc6bf88b BaseCRUD model 2023-05-15 21:14:06 +03:00
02b8e86ccf updated README.md 2023-05-15 21:12:29 +03:00
c9ed1456ce Workaround for 422 unprocessable entry 2023-05-15 21:08:50 +03:00
90f82d7f8d Update 'README.md' 2023-05-02 14:56:12 +03:00
36faf3b426 .env example updated to the new way of resolving variables 2023-02-28 13:40:44 +03:00
4a71515d0f debugpy added to pipfile 2023-02-28 13:27:49 +03:00
6ebfc7c7d3 update user serializer fix 2023-02-28 13:25:26 +03:00
353e68843b users return model error fixed 2022-12-22 16:30:26 +03:00
b3c5c032cf initial commit
worked on async alembic migrations, User model.

Current issue:

web_1      | INFO:     172.20.0.1:62958 - "POST /users/ HTTP/1.1" 500 Internal Server Error
web_1      | ERROR:    Exception in ASGI application
web_1      | Traceback (most recent call last):
...
web_1      | response
web_1      |   value is not a valid dict (type=type_error.dict)

when trying to create new user
2022-12-19 01:18:25 +03:00