Baptiste Jonglez
|
f1147b2c0f
Add media/ to .gitignore
|
10 years ago |
Baptiste Jonglez
|
0bd009849c
Fix adding of reference point (missing HTML element)
|
10 years ago |
Baptiste Jonglez
|
8dec3a8117
Fix boolean generation in js
|
10 years ago |
Baptiste Jonglez
|
74c31f431f
Add information to the front page
|
10 years ago |
Baptiste Jonglez
|
988dbe3514
Move has_tiles to the panorama model
|
10 years ago |
Baptiste Jonglez
|
34856287d7
Hack the current js code to make it kinda work with the Django backend
|
10 years ago |
Baptiste Jonglez
|
e7df09e111
Show in the admin whether there are tiles for a panorama or not
|
10 years ago |
Baptiste Jonglez
|
fd17691163
Add an admin action to regenerate tiles
|
10 years ago |
Baptiste Jonglez
|
52e979ef64
Allow to delete tiles
|
10 years ago |
Baptiste Jonglez
|
0aaeacb2ea
Add an absolute URL for panoramas
|
10 years ago |
Baptiste Jonglez
|
5887d45868
Fix redirection bug introduced in ffc66164
|
10 years ago |
Baptiste Jonglez
|
69ad381bc8
Update TODO for Celery and tiles generation
|
10 years ago |
Baptiste Jonglez
|
ffc661644b
Redirect to the panorama view after upload
|
10 years ago |
Baptiste Jonglez
|
a0cbee9bf0
Use Celery to generate tiles
|
10 years ago |
Baptiste Jonglez
|
3ccf76ec2a
Generate tiles in python instead of shell + imagemagick
|
10 years ago |
Baptiste Jonglez
|
bf17c454b6
Use UTF-8 for the API on Python2
|
10 years ago |
Baptiste Jonglez
|
427309072f
Add a filter on reference points to filter based on distance
|
10 years ago |
Baptiste Jonglez
|
2d47612691
Add great circle distance (can be used to filter points based on distance)
|
10 years ago |
Baptiste Jonglez
|
34a714ab66
Finish cleanup started in 1b3c9f45
|
10 years ago |
Baptiste Jonglez
|
6f01ab2fd7
Update TODO
|
10 years ago |
Baptiste Jonglez
|
1b3c9f45a9
Remove old JSON export, we're using DRF now
|
10 years ago |
Baptiste Jonglez
|
64ef582835
Update TODO
|
10 years ago |
Baptiste Jonglez
|
f9fe40a6f6
Add missing serializer fields, including relational fields
|
10 years ago |
Baptiste Jonglez
|
cc80e70e40
Add a Reference serializer
|
10 years ago |
Baptiste Jonglez
|
7c2c31f544
Cache image width and height in the database
|
10 years ago |
Baptiste Jonglez
|
0334fbe08e
Add a Reference model
|
10 years ago |
Baptiste Jonglez
|
1e15ed3557
Use python3-style division even with python2, to avoid weird bugs with computations
|
10 years ago |
Baptiste Jonglez
|
99af11f16c
Merge branch 'drf-integration'
|
10 years ago |
Baptiste Jonglez
|
6f49efa07f
Add a mini-roadmap
|
10 years ago |
Baptiste Jonglez
|
98c46dcc75
Panorama inherit from ReferencePoint
|
10 years ago |