Skip to content

Commit b9a38c5

Browse files
committed
update prism deps
1 parent 9817eeb commit b9a38c5

File tree

4 files changed

+296
-19
lines changed

4 files changed

+296
-19
lines changed

docs/heroku_deploy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ heroku config:set ALLOWED_HOSTS="<your_app_name>.herokuapp.com" -a <your_app_nam
3131
heroku config:set USE_SQLITE=False -a <your_app_name>
3232

3333
# AWS S3 settings
34-
heroku config:set USE_S3=True -a <your_app_name>
34+
heroku config:set USE_CLOUD=True -a <your_app_name>
3535
heroku config:set AWS_ACCESS_KEY_ID=<your-aws-key> -a <your_app_name>
3636
heroku config:set AWS_SECRET_ACCESS_KEY=<your-aws-secret> -a <your_app_name>
3737
heroku config:set AWS_STORAGE_BUCKET_NAME=<your-bucket-name> -a <your_app_name>
38-
heroku config:set AWS_URL=<your-s3-url> -a <your_app_name>
3938

4039
# OpenAI
4140
heroku config:set OPENAI_API_KEY=<your-openai-key> -a <your_app_name>

static/django_ckeditor_5/prism-dark.css

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/django_ckeditor_5/prism-light.css

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)