Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwages authored Jan 10, 2024
2 parents 8acaf86 + efb3cce commit a8f9a29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


<!-- PROJECT SHIELDS -->
[![Run tests](https://github.com/djangonaut-space/wagtail-indymeet/actions/workflows/tests.yml/badge.svg)](https://github.com/djangonaut-space/wagtail-indymeet/actions/workflows/tests.yml)
<!-- [![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
Expand Down
1 change: 1 addition & 0 deletions indymeet/settings/storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class AzureMediaStorage(AzureStorage):
account_name = settings.AZURE_ACCOUNT_NAME
account_key = settings.AZURE_ACCOUNT_KEY
account_key = settings.AZURE_STORAGE_KEY
azure_container = settings.AZURE_MEDIA_CONTAINER
expiration_secs = None
overwrite_files = True
Expand Down
1 change: 1 addition & 0 deletions indymeet/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link href='//fonts.googleapis.com/css?family=Roboto:400,300,300italic,100italic,100,400italic,500,500italic,700,900,700italic,900italic' rel='stylesheet' type='text/css'>
<script defer data-domain="djangonaut.space" src="https://plausible.io/js/script.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
</head>

<body class="{% block body_class %}{% endblock %}">
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
pre-commit
django-tailwind[reload]
django-debug-toolbar

0 comments on commit a8f9a29

Please sign in to comment.