Skip to content

TintifaxTheGreat/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookbook

A simple web-app to maintain recipes.

These components are used:

Installation

Install requirements

pip install -r requirements.txt

Add Django secret and Meilisearch key to .env file.

SECRET_KEY = "YOUR_VALUE"
MEILI_MASTER_KEY = "YOUR_VALUE"

Migrate resources

python manage.py makemigrations
python manage.py migrate

Create an admin account

python manage.py createsuperuser

Collect static files

python manage.py collectstatic

Update search index

python manage.py update_index

Run the webserver (for development)

python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors