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

Add models #6

Merged
merged 36 commits into from
Jun 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ff12500
Add layer model
meomancer May 16, 2024
dac0305
Add import function
meomancer May 16, 2024
b6baee2
Add vector tile url
meomancer May 16, 2024
b5c57f4
Add tests
meomancer May 16, 2024
2c748f0
Add fields on Layer
meomancer May 17, 2024
99b873d
Add API
meomancer May 17, 2024
b065fdb
Add api tests
meomancer May 17, 2024
11fda95
Add permission
meomancer May 20, 2024
f47e71e
Add multi tenants
meomancer May 20, 2024
656e359
Add installer
meomancer May 20, 2024
c5ec6bc
Remove tenants
meomancer May 22, 2024
2cfb28a
Add layer type field
meomancer May 22, 2024
836ae3e
Update models
meomancer May 23, 2024
73ba283
Fix tests
meomancer May 23, 2024
7f23297
Add style model
meomancer May 23, 2024
0dfb737
Update layer fields
meomancer May 23, 2024
82ed05a
Add upload layer
meomancer May 30, 2024
2f75eec
Add style defaults
meomancer May 30, 2024
6c7ccef
Refactor code
meomancer May 31, 2024
6bafda1
Add editor url
meomancer May 31, 2024
caea79e
Integrate maputnik
meomancer Jun 4, 2024
b583aa7
Fix maputnik static url
meomancer Jun 4, 2024
a3f07a3
Add is default
meomancer Jun 4, 2024
bb1d79e
Update tests
meomancer Jun 4, 2024
c371c25
Test
meomancer Jun 4, 2024
8dae2fe
Change app name
meomancer Jun 4, 2024
01aac50
Update maputnik
meomancer Jun 5, 2024
e068940
Update models
meomancer Jun 5, 2024
f4c0854
Change term Field to Attribute
meomancer Jun 5, 2024
243b1e6
Add extra metadata
meomancer Jun 5, 2024
5e3545e
Fix flake error
meomancer Jun 6, 2024
00ea7a3
Fix flake error
meomancer Jun 6, 2024
22049cf
Clean code
meomancer Jun 6, 2024
79b5b39
Fix init
meomancer Jun 6, 2024
8352898
Fix flake
meomancer Jun 6, 2024
b0fc8c3
Fix all tests not being called
meomancer Jun 6, 2024
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
Prev Previous commit
Next Next commit
Fix maputnik static url
meomancer committed Jun 4, 2024
commit b583aa754fed6b6b538f637a8f61bb7c7fcea7f1
2 changes: 1 addition & 1 deletion django_project/context_layer_management/maputnik
2 changes: 1 addition & 1 deletion django_project/core/settings/base.py
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
# Don't forget to use absolute paths, not relative paths.
absolute_path('core', 'static'),
absolute_path('frontend', 'bundles'),
absolute_path('context_layer_management'),
absolute_path('context_layer_management', 'maputnik', 'dist'),
)

# Every cache key will get prefixed with this value - here we set it to