From b17d4a26290990b80dd7144eacbbdb99ce6f6bac Mon Sep 17 00:00:00 2001 From: Ramez Ashraf Date: Sun, 16 Jun 2024 13:50:00 +0300 Subject: [PATCH] Updates in django.yml Testing deployment --- .github/workflows/django.yml | 2 +- .gitignore | 1 + .travis.yml | 30 ------------------------------ demo_proj/templates/home.html | 6 +++--- 4 files changed, 5 insertions(+), 34 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 47013f2..0c99a37 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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 diff --git a/.gitignore b/.gitignore index b6e4761..a8fe6a2 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ dmypy.json # Pyre type checker .pyre/ +fabfile.py diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7b124aa..0000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -language: python - -python: - - "3.8" - - "3.9" - - "3.10" - -env: - - DJANGO=django==3.2.15 - - DJANGO=django==4.0.7 - - DJANGO=django==4.1.1 - -matrix: - exclude: - # Django doesn't support following combinations - - python: 3.7 - env: DJANGO=django==4.0 - - -# command to install dependencies -install: - - pip install -e . - - pip install $DJANGO - - pip install codecov - -script: - - coverage run --include=../* runtests.py - -after_success: - - codecov diff --git a/demo_proj/templates/home.html b/demo_proj/templates/home.html index baaa104..65a8681 100644 --- a/demo_proj/templates/home.html +++ b/demo_proj/templates/home.html @@ -4,10 +4,10 @@

Welcome to Django Slick Reporting

-

Powerful and Efficient reporting engine with Charting capabilities. - Allowing you to create professional analytics that are customizable and efficient.

+

The Reporting Engine for Django.

+

- Start walk through +{# Start walk through#} Github