Short answer - yes it's possible, but not optimal.

Long answer:
A single page app isn't really dependent that much on the view that you use
but rather some sort of javascript frontend. You will need to use a js
frontend like Vue, React or Angular. The backend should probably then be
based on a rest framework (django rest framework for example). That way the
frontend will be able to easily communicate with the backend.

Regards,,

Andréas


Den fre 7 sep. 2018 kl 04:35 skrev Md.iftequar iqbal <iftequa...@gmail.com>:

> Can we create a single page app that performs CRUD(Create, Read, Update,
> Delete) operations by using class-based views
>
> --
> 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/439a3906-bf68-42c3-92c8-9e46023e0858%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/439a3906-bf68-42c3-92c8-9e46023e0858%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/CAK4qSCebhTmRj2c1AkhxToVKVAE-M-Qm2AqNbtLXFtYZNYZAtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to