Re: Help in designing excel like sheet in Django/python

2020-04-10 Thread dvij parekh
On Saturday, April 11, 2020 at 7:03:20 AM UTC+5:30, s.patel wrote: > > Hi All: > I need advice on how to design spreadsheet like screen using > python/Django. I need some idea around this for my college project. > > Requirement: Need to build math calculation like framework where user can >

Re: django Query filter

2019-04-03 Thread dvij parekh
seems like search1 key is containg multi value dictionary and you are checking it with == which is for single value after *search1 = request.POST['search1'] * put *print(* *search1* *)* *return "hello"* and comment code remaining below ,check terminal it will show you how many value you hav

Re: Upgrading Django from 1.11 to 2.2

2019-04-01 Thread dvij parekh
always go for 2nd last or 3rd last release of any framework or any language it will be more stable but if you want to go with 2.2 you can because it comes with LTS On Friday, March 29, 2019 at 2:22:10 PM UTC+5:30, Uri Even-Chen wrote: > > Hi, > > I want to upgrade Django from 1.11 to 2.2. Do I h

Re: Upgrading Django from 1.11 to 2.2

2019-04-01 Thread dvij parekh
always go for 2nd last or 3rd last release of any frame it will be more stable but if you want to go 2.2 you can because it comes with LTS On Friday, March 29, 2019 at 2:22:10 PM UTC+5:30, Uri Even-Chen wrote: > > Hi, > > I want to upgrade Django from 1.11 to 2.2. Do I have to upgrade first to >

Re: I need help please

2019-04-01 Thread dvij parekh
1. go and change admin url to drunke-octo-lama in main urls file i.e where your setting.py and wsgi.py is present 2. put {% url 'path_to_adminpannel/drunke-octo-lama' %} hope this helps you else please elaborate problem so i can get it right On Monday, April 1, 2019 at 6:32:31 PM UTC+5:30, Nanj

Re: I need help please

2019-04-01 Thread dvij parekh
link is not working On Mon, Apr 1, 2019 at 6:32 PM Nanjuki Saidat wrote: > Hi all, > I am Saidat a new django developer, i need help on how to go about this " > Change > admin portal URL to more obvious path and add link in side menu to admin > settings for admin users". In summary: > > >

create custom field in crm

2019-03-31 Thread dvij parekh
Any one who had made crm in django and know how to make custom field using django forms i have made custom fields using php and html code but now i want tot do it using django forms please let me know how to do it or if you know any resources -- You received this message because you are subscr

Re:

2019-02-21 Thread dvij parekh
please put your model code and command your are typing in detail On Wednesday, February 20, 2019 at 5:46:58 PM UTC+5:30, bhushan patil wrote: > > Guys I am not able to run the file manage.py on runserver.Its showing that > no such file or directory.Can anyone help me with this > -- You received