Commit Graph

352 Commits

Author SHA1 Message Date
app b7dfb676ec Fix collectstatic 2022-09-23 01:29:27 +00:00
app 079762250b nginx.conf: add missing terminating semicolon 2022-09-22 03:24:21 +00:00
app c7b525875d entrypoint.sh: Avoid using deep link 2022-09-22 03:23:40 +00:00
app 4734789a25 gunicorn: Listen on both ipv6 and ipv4 interfaces 2022-09-22 03:10:45 +00:00
app 3a5cbc6325 Use POSTGRES_HOST and POSTGRES_PORT instead of SQL_* 2022-09-22 03:06:24 +00:00
app a80158da66 Merge branch '10884-dockerify' of code.ungleich.ch:ungleich-public/gmba_django into 10884-dockerify 2022-09-20 04:21:57 +00:00
app 5326ea7ab0 Use psql for dev as well 2022-09-20 04:21:04 +00:00
app 854ce75993 Fix location of manage.py 2022-09-20 04:20:44 +00:00
app 02aaccffed Attempt collectstatic in Dockerfile itselfw 2022-09-20 04:02:47 +00:00
app 5e50d3320e Use the same env file for db and web (.env.prod) 2022-09-20 03:50:41 +00:00
app 0140a65602 Align constants 2022-09-20 03:50:02 +00:00
app 8f2f8b86e2 Use POSTGRES_* constants for uniformity 2022-09-20 03:48:07 +00:00
app e798679c6c Change default db to psql 2022-09-20 03:42:17 +00:00
PCoder 0123fd2eef Add media files config 2022-09-19 13:35:02 +05:30
PCoder 3eb5ba12d9 Add missing configs for nginx 2022-09-19 13:30:56 +05:30
PCoder bc4061f12a Prepare changelog for 2.0 2022-09-19 12:36:21 +05:30
PCoder 4cc03b6372 Remove unwanted files 2022-09-19 12:22:52 +05:30
PCoder 00c03e7bec Merge remote-tracking branch 'ungleich-public/master' into 10884-dockerify 2022-09-19 10:24:47 +05:30
PCoder 600ae8e5de Fix static files path in nginx.conf 2022-09-19 09:57:57 +05:30
PCoder 13b7918de1 Fix staticfiles path as per code 2022-09-19 09:54:17 +05:30
PCoder a91d2b16b6 Fix static files path and create the directory 2022-09-19 09:43:27 +05:30
app 5b64c4ee15 Use correct container name 2022-09-19 03:57:24 +00:00
app 5446daa87f Use hardcoded instance name for now 2022-09-19 03:35:14 +00:00
asamihassan 48a2585829 person save method overload 2022-09-08 22:44:24 +05:00
asamihassan 2c4fb66176 resource and relevant objs del 2022-09-07 23:48:58 +05:00
app f960c4e779 Add docker-compose.prod.yaml and nginx confs 2022-08-25 08:27:48 +00:00
app 3b9498d13d WIP: fixing docker compose scritps 2022-08-25 08:26:59 +00:00
PCoder 7fd30a5dcd Add production ready Dockerfle and entrypoint files 2022-08-25 11:03:25 +05:30
PCoder c5bfc46e33 Add first version of docker files 2022-08-25 10:26:17 +05:30
asamihassan b7f8e237fa missing search field organisation_english at organizationadmin 2022-05-18 22:12:18 +05:00
asamihassan c84ae636c5 added organisation and acronyms in admin query field 2022-04-12 13:31:14 +05:00
asamihassan 8e409d1a38 space changed too < in __str__ person 2022-04-12 12:47:17 +05:00
asamihassan 808f1d94bb alphabatecial order for query in person admin addition for country and dept 2022-04-12 12:01:31 +05:00
asamihassan 9dc9daa1e0 form to override autocomplete organization changed 2022-03-28 10:46:30 +05:00
asamihassan e8f8ee8ad3 form to override autocomplete organization field for Person class in admin 2022-03-27 23:32:26 +05:00
asamihassan d436650d2c [Persons] Offer caculated autocomplete identifiers 10146 2022-03-27 17:44:32 +05:00
asamihassan e9ec1909b4 download_csv name changed to export (.csv) 2022-03-25 23:35:38 +05:00
asamihassan 0136386ad0 Enable CSV export for the 4 main tables Organisations, Persons, Resources, Mountain ranges 2022-03-25 23:08:02 +05:00
asamihassan cc66cfd4d8 newform submission to client at https://formspree.io/f/xvolqjpe 2022-03-22 23:16:20 +05:00
asamihassan dffd00d8cb form submission to client at https://formspree.io/f/gmba@ips.unibe.ch 2022-03-22 23:05:59 +05:00
asamihassan 7efa5b3741 formspree emails sent to test.gamba.ungleich@gmail.com and form hides 2022-03-17 16:27:42 +05:00
PCoder f2d27bd791 Merge remote-tracking branch 'ungleich-public/master' 2022-03-17 14:04:53 +05:30
PCoder 202b6c0092 Some pending fixes 2022-03-17 14:03:35 +05:30
pcoder116 907ae0c256 Merge pull request 'fix_refresh_data' (#5) from fix_refresh_data into master
Reviewed-on: #5
2022-03-11 11:25:35 +00:00
PCoder 2c83c3e322 Add save method to index 2022-03-11 16:53:15 +05:30
PCoder f272481bf6 Fix finding range from name 2022-03-05 02:09:38 +05:30
PCoder 5b7e4eed3e Fix possible none 2022-03-05 01:32:47 +05:30
PCoder da8fba3497 Fix taxon 2022-03-05 01:28:29 +05:30
PCoder 2dda215ffe Append range name only if not none 2022-03-05 01:23:08 +05:30
PCoder 401b554a1c More debug + create person and update fields if it does not exist in DB 2022-03-05 01:05:23 +05:30