umap/umap
Yohan Boniface e343ddb636 Do not deal with gzip while serving without x-accel-redirect
Let's keep this path simple, as it should not be used in normal
production context.
2023-02-27 13:49:21 +01:00
..
bin Add a umap entry point, so we can pip install umap 2016-09-10 08:26:48 +02:00
locale i18n 2023-02-22 15:18:56 +01:00
management i18n 2019-04-07 16:33:34 +02:00
migrations Add missing migration for Map.share_status update 2019-04-16 20:30:42 +02:00
settings Refactor gzip creation 2023-02-27 12:04:09 +01:00
static Use If-Unmodified-Since istead of If-Match 2023-02-27 13:45:15 +01:00
templates Vendor leaflet.locatecontrol 2022-11-24 13:55:09 -05:00
templatetags Set unique map id per page in map_list 2019-04-09 11:47:02 +02:00
tests Do not deal with gzip while serving without x-accel-redirect 2023-02-27 13:49:21 +01:00
__init__.py chore: use setup.cfg 2021-12-30 11:16:00 +01:00
admin.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
autocomplete.py Move permissions form building to JS 2018-06-15 23:25:38 +02:00
context_processors.py fix: fix version import from context processors 2021-12-30 12:06:41 +01:00
decorators.py Display a message on the site when trying to do a POST in readonly mode 2018-09-08 16:49:25 +02:00
fields.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
forms.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
managers.py Django 2.0 2018-05-19 10:05:18 +02:00
middleware.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
models.py Use correct JSONField 2021-09-16 12:17:08 +02:00
urls.py black on urls.py 2023-02-23 11:10:24 +01:00
utils.py Refactor gzip creation 2023-02-27 12:04:09 +01:00
views.py Do not deal with gzip while serving without x-accel-redirect 2023-02-27 13:49:21 +01:00
wsgi.py Ubuntu installation turorial draft 2016-09-10 16:21:09 +02:00