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.

Reply via email to