diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c2dc76..c5f70df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,15 +9,6 @@ jobs: PIPENV_IGNORE_VIRTUALENVS: 1 runs-on: ubuntu-latest - services: - postgres: - image: postgres:11.5 - env: - POSTGRES_USER: devpro - POSTGRES_PASSWORD: devpro - POSTGRES_DB: devprodb - ports: ['5435:5432'] - steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 diff --git a/dashboard/models.py b/dashboard/models.py index 4450b9e..ccbdd58 100644 --- a/dashboard/models.py +++ b/dashboard/models.py @@ -10,7 +10,6 @@ class Data(models.Model): longitude = models.FloatField(default=0) active = models.BooleanField(default=True) - class Meta: verbose_name_plural = 'Data' diff --git a/dashboard/templates/dashboard/update.html b/dashboard/templates/dashboard/update.html index 07f6cec..ec24c90 100644 --- a/dashboard/templates/dashboard/update.html +++ b/dashboard/templates/dashboard/update.html @@ -7,8 +7,8 @@