> As far as I understand the django philosophy, no, implementing something as a SPA is more of a concern to your frontend, if you use django solely as a backend (say using DRF for example) it won't matter if your client side is an SPA, mobile app or anything else, django will see requests and answer to them.
if you are new to django I strongly recommend doing the tutorial, it will introduce you to the main concepts of django good luck Avraham On Sun, Mar 6, 2016 at 4:41 PM, Simon Gunacker <simon.gunac...@gmail.com> wrote: > Hey everbody, > > I am new to django and I try to build a single page application. It > consists of different sections (header, portfolio, contact, ...). As far as > I understand the django philosophy, each of these sections could be a > separate app (having its own model, view and template). But: How do I merge > templates? How do I do the URL-routing? Any ideas on how to set this up in > a smart way? > > thanks, Simon > > -- > 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 https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/23a71974-6070-4e50-bfa9-39ef741863ed%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/23a71974-6070-4e50-bfa9-39ef741863ed%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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWa6t%2B%3D2sHCCCa1eMh%2BOkUcy4SBXdzB6wm-sypHMeX%3DyHR3dA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.