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

[DO NOT MERGE] remove boundary app #1705

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1 change: 1 addition & 0 deletions src/planscape/acvitites/serializers.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from actstream.models import user_stream, target_stream
3 changes: 0 additions & 3 deletions src/planscape/boundary/admin.py

This file was deleted.

6 changes: 0 additions & 6 deletions src/planscape/boundary/apps.py

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions src/planscape/boundary/models.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/planscape/boundary/serializers.py

This file was deleted.

8 changes: 0 additions & 8 deletions src/planscape/boundary/urls.py

This file was deleted.

36 changes: 0 additions & 36 deletions src/planscape/boundary/views.py

This file was deleted.

1 change: 0 additions & 1 deletion src/planscape/planscape/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

# Application definition
planscape_apps = [
"boundary",
"collaboration",
"conditions",
"core",
Expand Down
2 changes: 0 additions & 2 deletions src/planscape/planscape/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
register_converter(ContentTypeURLConverter, "ctype")

urlpatterns = [
# path("planscape-backend/admin/", admin.site.urls),
path("planscape-backend/boundary/", include("boundary.urls")),
path("planscape-backend/conditions/", include("conditions.urls")),
path("planscape-backend/planning/", include("planning.urls")),
path(
Expand Down
Loading