Skip to content

Commit

Permalink
Release v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Apr 16, 2024
1 parent f5e0c3e commit 2beafc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.9] 2024-04-16
### Changes

- Popular main Dashboard Charts

## [1.0.8] 2023-07-12
### Changes

Expand Down
11 changes: 10 additions & 1 deletion admin_black/templates/pages/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,13 @@ <h4 class="card-title"> Simple Table</h4>
</div>
</div>
</div>
{% endblock content %}
{% endblock content %}
{% block extrajs %}
<script>
$(document).ready(function () {
// Javascript method's body can be found in assets/js/demos.js
demo.initDashboardPageCharts();

});
</script>
{% endblock extrajs %}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-admin-black',
version='1.0.8',
version='1.0.9',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 2beafc1

Please sign in to comment.