Skip to content

Commit

Permalink
Updates in django.yml
Browse files Browse the repository at this point in the history
Testing deployment
  • Loading branch information
RamezIssac committed Jun 16, 2024
1 parent 8fee385 commit b17d4a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, "3.10", 3.11]
python-version: [3.9, "3.10", 3.11]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ dmypy.json

# Pyre type checker
.pyre/
fabfile.py
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions demo_proj/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading">Welcome to Django Slick Reporting</h1>
<p class="lead text-muted">Powerful and Efficient reporting engine with Charting capabilities.
Allowing you to create professional analytics that are customizable and efficient.</p>
<p class="lead text-muted">The Reporting Engine for Django.</p>

<p>
<a href="{% url 'product-sales' %}" class="btn btn-primary my-2">Start walk through</a>
{# <a href="{% url 'product-sales' %}" class="btn btn-primary my-2">Start walk through</a>#}
<a href="https://github.com/ra-systems/django-slick-reporting" class="btn btn-secondary my-2">Github</a>
</p>
</div>
Expand Down

0 comments on commit b17d4a2

Please sign in to comment.