Commit graph

8 commits

Author SHA1 Message Date
hackish
7c45b422e6 * feat(mxroute_relay): add mxroute_relay app with initial files and models
* feat(mxroute_relay): add server routes and database initialization
* feat(mxroute_relay): add admin views for User, Post, Comment, and Dump models
* feat(mxroute_relay): add custom ModelView class with pagination and export options
* feat(mxroute_relay): add PostView with fields and exclusions
* feat(mxroute_relay): add CommentView with exclusions and search/sort options
* feat(mxroute_relay): add DumpView with fields and exclusions
2023-09-13 13:17:51 -07:00
hackish
ed16c81304 * chore(poetry.lock): update dnspython to version 2.4.2
* chore(poetry.lock): update email-validator to version 2.0.0.post2
* chore(pyproject.toml): add pydantic with email extras
2023-09-13 13:13:38 -07:00
hackish
76318e622d * chore(poetry.lock): update category for click and colorama packages
* feat(poetry.lock): add h11 package
* feat(poetry.lock): add uvicorn package
* chore(pyproject.toml): add uvicorn package to dev dependencies
2023-09-13 13:09:07 -07:00
hackish
8a6776fd51 * feat(.gitignore): add development.sqlite to ignore list
* feat(config.py): add configuration for SQLite database
2023-09-13 13:07:09 -07:00
hackish
21396b5660 * chore(python): update dependencies
* - Add sqlmodel version 0.0.8
* - Remove unused dependencies (sqlalchemy)
2023-09-13 13:04:44 -07:00
hackish
6a5cc80452 * chore: add poetry.lock file for poetry dependencies 2023-09-13 13:02:50 -07:00
hackish
d841969e09 * chore: add .flake8 configuration file
* chore: add .pre-commit-config.yaml file with pre-commit hooks configuration
* chore: add mxroute_relay/__init__.py file
* chore: add pyproject.toml file with project metadata and dependencies configuration
2023-09-13 13:02:02 -07:00
pdf
bda36e14ae Initial commit 2023-09-13 12:48:58 -07:00