I would advise you to not use django admin. Django admin is fine in
development and for quickly doing crud. However if you need to change
something in the workflow in admin, it is doable but rather hard. Creating
the views using Class based views is rather simple if you use generic views
- so that's what I would do.

Regards,

Andréas


Den mån 17 juni 2019 kl 13:12 skrev Arya <par...@gmail.com>:

> i'm planning to build a full ecommerce business to business website. there
> are several user types.
> *premium users need to create products and edit them. they need to
> communicate to each other. see statistics and access some premium content.*
> do you suggest to user the default django admin? or i'm better off
> creating a custom admin app ?
>
> --
> 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/5215792d-621b-4f61-86de-8ac94b18022f%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/5215792d-621b-4f61-86de-8ac94b18022f%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/CAK4qSCf-CSxsWbwt8O6U3N57FypzeLwcKvstLpxfTAWn7trSAw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to