Features:
Fixes: Extra: 1) Update ruff exclude list to include `static` and `storefront`; 2) Update environment variable names in README for consistency.
This commit is contained in:
parent
c6664bc640
commit
72ece668d3
2 changed files with 5 additions and 3 deletions
|
|
@ -64,9 +64,9 @@ Don't forget to change the
|
||||||
The project uses environment variables for configuration. Below is an example of the `.env` file:
|
The project uses environment variables for configuration. Below is an example of the `.env` file:
|
||||||
|
|
||||||
```plaintext
|
```plaintext
|
||||||
PROJECT_NAME="eVibes"
|
EVIBES_PROJECT_NAME="eVibes"
|
||||||
FRONTEND_DOMAIN="evibes.com"
|
EVIBES_FRONTEND_DOMAIN="evibes.com"
|
||||||
BASE_DOMAIN="evibes.com"
|
EVIBES_BASE_DOMAIN="evibes.com"
|
||||||
SENTRY_DSN=""
|
SENTRY_DSN=""
|
||||||
DEBUG=1
|
DEBUG=1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ target-version = "py38"
|
||||||
exclude = [
|
exclude = [
|
||||||
"migrations",
|
"migrations",
|
||||||
"media",
|
"media",
|
||||||
|
"static",
|
||||||
|
"storefront",
|
||||||
]
|
]
|
||||||
|
|
||||||
[lint]
|
[lint]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue