Hi,

*Update:* I've submitted the final application and I was able to make the 
video[1] demonstration of the prototype in time to add it in the proposal. 
:-)
 

> 1. About Database:
>

> 2. Migration problem with docker-compose:
>

> 3. Terraform creating order:
>
 
Thanks for all the pointers on the problems above. I've managed to work up 
a solution for them, please provide feedback on the solution:
When I started migrating from one container and moved all the containers to 
the development version of the openwisp these issues were solved.
Now, the migrations take place from openwisp_dashboard only. I've added a 
file named migration_settings.py containing all the apps in INSTALLED_APPS 
and i migrate with the command python manage.py migration 
--settings=openwisp.migration_settings and that solved it. 


However, I am still not clear about the "admin interface"/dashboard. I have 
following questions that I think will help me be certain about it:

1. Is "dashboard" and "admin interface" the same container or are they 
different containers?

2. In the dashboard container I have all the basic django INSTALLED_APPS 
with openwisp_users only and in the urls of this container I have:
    url(r'^admin/', admin.site.urls),
    url(r'^accounts/', include('openwisp_users.accounts.urls'))
does the dashboard/admin-interface user need any other urls as well? 

3. The admin container information explicitly mentions about "views 
managing account information (password reset, email confirmation)", by any 
chance, does that mean that the other containers should not contain views 
managing account information or am I thinking in the wrong direction about 
it now?


Will update about the rest tommorrow or day-after tommorrow. :-)

Cheers,
Ajay Tripathi

---

Ref: 
[1]: tiny.cc/gsoc_video

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to