mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
Refactor/user database models (#775)
* fix build error
* drop frontend.old
* improve auto_init decorator
* purge depreciated site settings
* formatting
* update init function
* fix(backend): 🐛 Fix password reset bug
Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
parent
40462a95f1
commit
ec3b53cdc3
172 changed files with 430 additions and 12255 deletions
5
makefile
5
makefile
|
@ -69,14 +69,15 @@ coverage: ## ☂️ Check code coverage quickly with the default Python
|
|||
poetry run coverage html
|
||||
$(BROWSER) htmlcov/index.html
|
||||
|
||||
.PHONY: setup
|
||||
setup: ## 🏗 Setup Development Instance
|
||||
cp template.env .env -n
|
||||
poetry install && \
|
||||
cd frontend && \
|
||||
cp template.env .env -n
|
||||
yarn install && \
|
||||
cd ..
|
||||
|
||||
echo "Be sure to copy the template.env files"
|
||||
|
||||
backend: ## 🎬 Start Mealie Backend Development Server
|
||||
poetry run python mealie/db/init_db.py && \
|
||||
poetry run python mealie/services/image/minify.py && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue