Commit Graph

26 Commits

Author SHA1 Message Date
Frédéric Péters 3554604ebd trivial: remove leftover SOAPpy references (#43756) 2020-06-09 08:45:13 +02:00
Valentin Deniaud 5e1c910fbf misc: use postgres JSONField (#42312) 2020-05-04 18:30:00 +02:00
Thomas NOËL 2b66bc8862 update dependances, accepting django 1.11 (#19890) 2017-11-29 01:07:58 +01:00
Frédéric Péters 937eb95926 opengis: add tile endpoint (calls GetMap) (#19603) 2017-10-23 09:15:44 +02:00
Frédéric Péters 7a901cac1d build: limit to django 1.8 2017-04-03 14:39:12 +02:00
Frédéric Péters 2360978330 build: limit to django 1.8
STATICFILES_FINDERS = global_settings.STATICFILES_FINDERS + ('gadjo.finders.XStaticFinder',)
TypeError: can only concatenate list (not "tuple") to list
2016-07-28 16:26:49 +02:00
Thomas NOËL 950f8f3a34 add suds in requirements and debian/recommends 2015-06-12 00:28:54 +02:00
Frédéric Péters 778bb3d72c misc: force Django 1.7 for now
Running with 1.8 yields "ImproperlyConfigured: Creating a ModelForm without
either the 'fields' attribute or the 'exclude' attribute is prohibited; form
ApiUserForm needs updating.".
2015-04-03 22:30:50 +02:00
Thomas NOËL cee3a3cd8c use django 1.7 (#6719) 2015-03-12 17:20:23 +01:00
Thomas NOËL b776e3b6f7 requirements: works with South 1.0 2014-10-23 20:39:38 +02:00
Thomas NOËL 553f7387a4 disable useless/outdated apps (queue, solis, mako)
If needed, they can be enabled through config.py.
2014-10-02 13:51:58 +02:00
Thomas NOËL 8259879114 requirements: use django-jsonresponse 0.10 from pypi 2014-09-30 16:07:43 +02:00
Frédéric Péters 7a61843cc4 mention new jsonfield dependency 2014-09-16 19:59:26 +02:00
Frédéric Péters 395df950c4 use django 1.6 (#5252) 2014-08-11 14:33:08 +02:00
Frédéric Péters c48e749224 style: switch to gadjo for styling (#5055) 2014-07-08 13:46:45 +02:00
Serghei Mihai c465e4afbe sqlalchemy dependency added for *sqlrepost* app 2014-02-14 14:42:23 +01:00
Serghei Mihai 112bf10276
fix in requirements.txt 2013-10-10 11:30:47 +02:00
Serghei Mihai 0a4a142ef2
requiremenets.txt updated 2013-10-10 11:27:09 +02:00
Thomas NOËL d8c316bfba add choosit newletters gateway (via register) 2013-06-18 17:53:11 +02:00
Thomas NOËL f42346df81 south 0.8.x in setup.py and requirements.txt 2013-06-18 11:07:13 +02:00
Thomas NOËL 233f0c905e add apiuser models and middleware (#2861) 2013-06-14 10:56:20 +02:00
Thomas NOËL 8c6bfa00a8 add makorepost in apps 2013-06-05 13:32:04 +02:00
Thomas NOËL ea1cbae9ae requirements: use django 1.5.x 2013-03-22 16:31:12 +01:00
Frédéric Péters 70caf11530 gdc: add connector to the gdc app
This adds a few query views but also the possibility to POST data
to the service.
2013-03-18 16:00:24 +01:00
Frédéric Péters 5e718d3379 datasources: start a csv data source 2013-02-11 15:04:07 +01:00
Frédéric Péters 5e65ba8758 build: add django-jsonresponse requirement 2013-02-11 11:28:50 +01:00