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

2020-03-09 Thread Omar Abou Mrad
The django admin is optional, you do not need to use it. Start with the official django tutorial: https://docs.djangoproject.com/en/3.0/intro/tutorial01/ On Mon, Mar 9, 2020 at 8:22 AM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > You could go to django docs > > > [image: --] > >

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

2020-03-08 Thread maninder singh Kumar
You could go to django docs [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Fri, Feb 28, 2020 at 12:21 PM nrupesh08 wrote: > > > login page based on roles (user, admin). insert data, update data, delete > data in (e

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

2020-03-08 Thread Ryan Nowakowski
> 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. pleas

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

2020-02-28 Thread nrupesh08
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

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

2020-02-28 Thread N Rupesh
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

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

2020-02-28 Thread Motaz Hejaze
So all your problem is django admin ? Why ? On Fri, 28 Feb 2020, 9:02 am nrupesh08, 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

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

2020-02-27 Thread nrupesh08
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.

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

2020-02-27 Thread nrupesh08
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