How to create entire basic of website design without using django-admin panel

51 views
Skip to first unread message

nrupesh08

unread,
Feb 28, 2020, 1:49:55 AM2/28/20
to Django users


login page based on roles (user, admin). insert data, update data, delete data in (entire rows). only particular update data in table
    display forms in css class.  the entire page without using django admin. only access front-end. 
    any reference complete project for learning. please help me. i am intersted to earn django

nrupesh08

unread,
Feb 28, 2020, 2:02:02 AM2/28/20
to Django users


On Friday, February 28, 2020 at 12:19:55 PM UTC+5:30, nrupesh08 wrote:


login page based on roles (user, admin). insert data, update data, delete data in (entire rows). only particular update data in table
    display forms in css class.  the entire page without using django admin. only access front-end. 
       User registration also. how to link User table to User registration in models. 

Motaz Hejaze

unread,
Feb 28, 2020, 4:13:10 AM2/28/20
to django...@googlegroups.com
So all your problem is django admin ? Why ? 

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8ef8646f-129f-4ec6-a658-a6f846debc85%40googlegroups.com.

nrupesh08

unread,
Feb 28, 2020, 4:19:31 AM2/28/20
to Django users
not problem. generally, any insert or update. any change user or admin is used front-end panel. django-admin only database table panel. 
their is no limitation. to delivery project. just minimum 2 panel to delivery (User + Admin). these are only front-end.
that's why i am asking. and all elements to touch the topics in one web application. 
so, plese help me



On Friday, February 28, 2020 at 2:43:10 PM UTC+5:30, Motaz Hejaze wrote:
So all your problem is django admin ? Why ? 

On Fri, 28 Feb 2020, 9:02 am nrupesh08, <nrup...@gmail.com> wrote:


On Friday, February 28, 2020 at 12:19:55 PM UTC+5:30, nrupesh08 wrote:


login page based on roles (user, admin). insert data, update data, delete data in (entire rows). only particular update data in table
    display forms in css class.  the entire page without using django admin. only access front-end. 
       User registration also. how to link User table to User registration in models. 
    any reference complete project for learning. please help me. i am intersted to earn django

--
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...@googlegroups.com.

N Rupesh

unread,
Feb 28, 2020, 4:19:32 AM2/28/20
to django...@googlegroups.com
not problem. generally, any insert or update. any change user or admin is used front-end panel. django-admin only database table panel. 
their is no limitation. to delivery project. just minimum 2 panel to delivery (User + Admin). these are only front-end.
that's why i am asking. and all elements to touch the topics in one web application. 
so, plese help me

Ryan Nowakowski

unread,
Mar 8, 2020, 11:58:56 AM3/8/20
to django...@googlegroups.com
I like to use Pinax for this kind of thing. It comes out of the box with
the user-facing(non-admin) pages all setup.

https://pinaxproject.com/pinax/quick_start/



maninder singh Kumar

unread,
Mar 9, 2020, 2:23:11 AM3/9/20
to django...@googlegroups.com
You could go to django docs
 
               
 


--
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...@googlegroups.com.

Omar Abou Mrad

unread,
Mar 9, 2020, 4:54:52 AM3/9/20
to django...@googlegroups.com
The django admin is optional, you do not need to use it.

Start with the official django tutorial:


Reply all
Reply to author
Forward
0 new messages