Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 265 Bytes

File metadata and controls

20 lines (16 loc) · 265 Bytes

bookshelf-wise

Personal library manager

Create a .env file and fill the values of the environmental variables.

SECRET_KEY=
DEBUG=True
ALLOWED_HOSTS=
CORS_ORIGIN_WHITELIST=

DB_ENGINE=
DB_HOST=
DB_NAME=
DB_USER=
DB_PASSWORD=
DB_PORT=

Create a database.