Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Oct 15, 2024
1 parent fcba395 commit b3a554d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 70 deletions.
2 changes: 2 additions & 0 deletions src/hope_country_report/api/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from django.http import HttpRequest, HttpResponse
from django.urls import include, path

import setuptools.dist # noqa: F401

from .router import router

app_name = "api"
Expand Down
68 changes: 0 additions & 68 deletions src/hope_country_report/apps/core/management/commands/env.py

This file was deleted.

3 changes: 2 additions & 1 deletion src/hope_country_report/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"hope_country_report.apps.hope",
"hope_country_report.apps.tenant",
"hope_country_report.apps.power_query",
"hope_country_report.apps.core",
"django.contrib.contenttypes",
# "smart_admin.apps.SmartTemplateConfig", # templates
# "smart_admin", # use this instead of 'django.contrib.admin'
Expand Down Expand Up @@ -90,7 +91,7 @@
"adminactions",
"adminfilters",
"adminfilters.depot",
"hope_country_report.apps.core",
"smart_env",
]

MIDDLEWARE = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_access.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import TYPE_CHECKING

import pytest
from django.test import override_settings

from django.test import override_settings
from django.urls import reverse

from hope_country_report.state import state
Expand Down

0 comments on commit b3a554d

Please sign in to comment.