Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make app installable + reorganize code + update requirements #113

Merged
merged 28 commits into from
Mar 23, 2024
Prev Previous commit
Next Next commit
s
3nids committed Mar 22, 2024
commit b97c94c0c4da870efd669d0be37ce7180c3a932e
3 changes: 2 additions & 1 deletion tests/django_oapif_tests/tests/models.py
Original file line number Diff line number Diff line change
@@ -3,9 +3,10 @@

from django.contrib.gis.db import models
from django.utils.translation import gettext as _
from django_oapif.decorators import register_oapif_viewset
from rest_framework import permissions

from django_oapif.decorators import register_oapif_viewset

logger = logging.getLogger(__name__)


1 change: 1 addition & 0 deletions tests/django_oapif_tests/tests/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from django.contrib import admin
from django.urls import include, path

from django_oapif.urls import oapif_router

urlpatterns = [