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, embedded 
app , you name it.

Mulianto

Sent from my Mini Ipad 

> On 3 Sep 2015, at 06.02, Avraham Serour <tovm...@gmail.com> wrote:
> 
> +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" <rafael.ferr...@gmail.com> 
>> 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
>> 
>> 2015-09-02 16:20 GMT-03:00 <jsa...@nvidia.com>:
>>> 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 as a no-UI service. A browser-based user interface will be added 
>>> later.
>>> 
>>> However, the program will make extensive use of a SQL database. I'd like to 
>>> use Django's data management features from the start, so that when the GUI 
>>> is added I won't have to choose between rewriting the data management and 
>>> leaving it outside the Django framework.
>>> 
>>> None of the tutorial material I've read addresses this case, where Django 
>>> is used for data management but there is no UI. Will I have any problems 
>>> developing a program this way?
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to django-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/django-users.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/c9e96c5a-689f-4b20-bd9d-c23fc34e844d%40googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAJJc_8U8_ZAP3MGADz6T1jDxmm%3DoDTKoAc-hYTqfLRpx-PyzJA%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAFWa6tK7uhM%2BgiR_aCibH%2BfR3Rmn3XQj6eBTVL5-W_XwRzYO5g%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/E9516599-209B-4864-8B75-962EA661959C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to