Re: Land Information System in Django

2016-04-13 Thread Tim Graham
The django-developers mailing list is for the development of Django itself. Please use django-users for questions like this. Did you find out about this mailing list from somewhere where this distinction isn't clear? On Wednesday, April 13, 2016 at 8:36:49 AM UTC-4, Wanjohi Kibui wrote: > > Hel

Re: Land Information System in Django

2016-04-13 Thread Wanjohi Kibui
Hello Claude. Thank you for the response. The section that bothers me is not the GIS part .Its more of the django section.If I allow users to access the services in the LIMS, it means they will be filling in some forms and submitting the forms to the admin.My issues arises when I want to track t

Re: Land Information System in Django

2016-04-13 Thread Wanjohi Kibui
Thank you for the reply.I do understand it's a difficult question but as I described it,not really sure how to put it.I have no issues with the GIS part.Am okay in that.The part that bothers me is when a client applies for a service by submitting a form, it's acted upon by different departments

Re: Land Information System in Django

2016-04-12 Thread Claude Paroz
Le mardi 12 avril 2016 20:28:12 UTC+2, Wanjohi Kibui a écrit : > > Hello.Am working on a LIS in django and having difficulties on how to > handle land services applications by clients and how they are handled in > the system e.g. How its acted upon by many department each having a role to > play

Land Information System in Django

2016-04-12 Thread Wanjohi Kibui
Hello.Am working on a LIS in django and having difficulties on how to handle land services applications by clients and how they are handled in the system e.g. How its acted upon by many department each having a role to play in the document and changing status from start to completion. Anyone wh