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

瀏覽次數:51 次
跳到第一則未讀訊息

nrupesh08

未讀,
2020年2月28日 凌晨1:49:552020/2/28
收件者: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

未讀,
2020年2月28日 凌晨2:02:022020/2/28
收件者: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

未讀,
2020年2月28日 凌晨4:13:102020/2/28
收件者: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

未讀,
2020年2月28日 凌晨4:19:312020/2/28
收件者: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

未讀,
2020年2月28日 凌晨4:19:322020/2/28
收件者: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

未讀,
2020年3月8日 上午11:58:562020/3/8
收件者: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

未讀,
2020年3月9日 凌晨2:23:112020/3/9
收件者: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

未讀,
2020年3月9日 凌晨4:54:522020/3/9
收件者:django...@googlegroups.com
The django admin is optional, you do not need to use it.

Start with the official django tutorial:


回覆所有人
回覆作者
轉寄
0 則新訊息