Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-07-13 Thread Vivek Chand
Weekly progress 6.06-6.12: - worked on openwisp-users/pull/80 - worked on openwisp-users/pull/78 - working on django-freeradius/pull/240

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-13 Thread 'unracer' via OpenWISP
Solved! Thanks a lot, Ajay! -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+unsubscr...@googlegroups.com. To view this discussion on the web, visit https:/

[openwisp] Re: [GSOC 2019] Weekly progress about netjsongraph.js

2019-07-13 Thread YuFei Wang
7.8 - 7.13: Progress: - Fixed bugs in indoor map when zoom or move: https://github.com/KuTuGu/NetJSONDemo/commit/4772033ce90572f34339e48bf8982050c045dc65 - Fixed some default configs in rendering: https://github.com/KuTuGu/netjsongraph.js/commits/dev-nodeExpand Two indoor map examples: - http

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-13 Thread Ajay Tripathi
Hi unracer, For using postgresql, you need to add PostGIS to your database server. PostGIS is a spatial database extender for PostgreSQL. It adds support for geographic objects allowing location queries to be run in SQL. The django settings would look something like this: ``` engine: d

[openwisp] trouble using PostgreSQL as a db for OpenWISP2

2019-07-13 Thread 'unracer' via OpenWISP
Hi gang, Using the ansible playbook to deploy OpenWISP2 is perfectly fine. Customizing the playbook to deploy OpenWISP2 with a PostgreSQL backend leads me to the error *AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type'* I got some info from: https://stackoverflow.com/qu