+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" <[email protected]> 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 <[email protected]>: > >> 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 [email protected]. >> To post to this group, send email to [email protected]. >> 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 >> <https://groups.google.com/d/msgid/django-users/c9e96c5a-689f-4b20-bd9d-c23fc34e844d%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> 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 [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/django-users/CAJJc_8U8_ZAP3MGADz6T1jDxmm%3DoDTKoAc-hYTqfLRpx-PyzJA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > 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 [email protected]. To post to this group, send email to [email protected]. 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.

