Django for data management in a no-UI application?

2015-09-02 Thread jsachs
I'm designing a program which was originally meant to be a server application, and I planned to write it with Django. I haven't used Django before, so I've been reading about it to help me think about the design. Now there has been a change in direction. I'm being asked to develop the program a

Re: Django for data management in a no-UI application?

2015-09-02 Thread Rafael E. Ferrero
I don't quite understand very well your use case, but, i think that you can go with REST, maybe?? [http://www.django-rest-framework.org/] -- Rafael E. Ferrero 2015-09-02 16:20 GMT-03:00 : > I'm designing a program which was originally meant to be a server > application, and I planned to write it

Re: Django for data management in a no-UI application?

2015-09-02 Thread Avraham Serour
+1 to DRF, you may also use the django admin as a quick CRUD to your data On Sep 2, 2015 10:34 PM, "Rafael E. Ferrero" wrote: > I don't quite understand very well your use case, but, i think that you > can go with REST, maybe?? [http://www.django-rest-framework.org/] > > -- > Rafael E. Ferrero >

Re: Django for data management in a no-UI application?

2015-09-03 Thread Mulianto
Hi , Gui as webapp in django is included, which is admin interface. But if you will build own web gui for the frontend, you still can use django , but with the result as an API , whic you can build with DRF or without. With the API your client can be web client, mobile phone, desktop app, embed

Re: Django for data management in a no-UI application?

2015-09-08 Thread jsachs
I think I failed to explain my situation clearly, and I need to try again. I have been planning to develop a standard web application using Django. Due to a change in direction, the development plan has been changed to: 1. Develop a suite of no-GUI applications that run in a command line

Re: Django for data management in a no-UI application?

2015-09-08 Thread Carl Meyer
On 09/08/2015 04:06 PM, jsa...@nvidia.com wrote: > I have been planning to develop a standard web application using Django. > Due to a change in direction, the development plan has been changed to: > > 1. Develop a suite of no-GUI applications that run in a command line > window on a server.

Re: Django for data management in a no-UI application?

2015-09-09 Thread jsachs
Thanks, that's a clear answer. As a bonus, it's the one I was hoping for. :) The UI will be web-based. A native OS GUI would be cool, but 'way overkill. The application that will be used internally by a small number of people. It automates some production processes, and having a GUI at all is a