Janusz Slota

Results 4 issues of Janusz Slota

Relevant commit in Django project https://github.com/claudep/django/commit/a159b1facd222c20dde12f1e0117643af528d511 I'm getting: ``` File "/home/vagrant/project/venv/local/lib/python2.7/site-packages/django/db/migrations/migration.py", line 115, in apply operation.database_forwards(self.app_label, schema_editor, old_state, project_state) File "/home/vagrant/project/venv/local/lib/python2.7/site-packages/pg_fts/migrations.py", line 151, in database_forwards model = from_state.render().get_model(app_label, self.name) AttributeError:...

Example: ```sql SELECT * from osm_healthcare_facilities_node WHERE osm_id = 8132683977; ``` returns 2 records: ``` -[ RECORD 1 ]-------+---------------------------------------------------------------------- id | 677420 osm_id | 8132683977 amenity | hospital healthcare |...

1. Add recatpcha v3 to the donate form. [Documentation](https://developers.google.com/recaptcha/docs/v3#programmatically_invoke_the_challenge) 2. Use this reCAPTCHA_site_key: `V6Lf3oxgpAAAAAMf2kGxvROqn1rcRr0GqRwL04KEB` 3. Change to main menu donate link to point to go fund me [page](https://www.gofundme.com/f/senegalese-health-facility-data-collaborative), as we...

Extract current HTML/CSS (except `/map`) into new project. This project will be driven by static site generator i.e. Pelican. It will be deployed into S3 or other similar system. This...