Re: creating a website with django

2020-08-28 Thread Ajeet Kumar Gupt
Hi, Please take help from this website. It's a very basic concept to start the Django framework in one place and step by steps. URL: https://www.djangopythoner.com/ Thanks & Regards On Fri, Aug 28, 2020 at 7:35 PM sakshi jain wrote: > plz help me also > > On Fri, Aug 28, 2020, 19:23 Kami

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread coolguy
You can't have the same name twice. You need to change the name for one of the followings: path('customsearch/', views.search, name='search'), path('customsearch//', views.search, name='search_xxx') Reverse method requires a url identified by name parameter which must be unique. Its look

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread coolguy
You can't have the same name twice. You need to change the name for one of the followings: path('customsearch/', views.search, name='search'), path('customsearch//', views.search, name='search_xxx') On Friday, August 28, 2020 at 7:06:09 PM UTC-4 pcar...@gmail.com wrote: > Hello All! I n

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, There is a django module. https://pypi.org/project/django-datatables-view/ On Sat, 29 Aug 2020, 8:25 am RANGA BHARATH JINKA, wrote: > Hi, > > Use jQuery datatable for this. It is easy to use and has inbuilt > search and export to CSV, Excel options also. > > https://datatable

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Use jQuery datatable for this. It is easy to use and has inbuilt search and export to CSV, Excel options also. https://datatables.net/extensions/buttons/examples/initialisation/export.html On Sat, 29 Aug 2020, 7:54 am RANGA BHARATH JINKA, wrote: > Hi, > > Check this. > https:/

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Check this. https://pypi.org/project/django-queryset-csv/ On Sat, 29 Aug 2020, 7:33 am RANGA BHARATH JINKA, wrote: > Hi, > > Please check this package. This may help you. All the best > > https://django-tables2.readthedocs.io/en/latest/pages/filtering.html > > > On Sat, 2

Re: NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Please check this package. This may help you. All the best https://django-tables2.readthedocs.io/en/latest/pages/filtering.html On Sat, 29 Aug 2020, 4:36 am Patrick Carra, wrote: > Hello All! I need some help with a problem I have been struggling with. > One of you generous geniu

Re: 500 Server Error | Impossible to Fix

2020-08-28 Thread RANGA BHARATH JINKA
Hi, In settings turn the debug to True. Then check the error in terminal. In heroku you have to check the logs in the terminal using heroku logs --tail All the best 👍 On Sat, 29 Aug 2020, 4:35 am Lightning Bit, < thelegendofearthretu...@gmail.com> wrote: > Greetings all, > > I finally fini

Re: Page 3

2020-08-28 Thread RANGA BHARATH JINKA
Hi, You are closing the para thesis before. path('/results/', views.results, name='results'), This is the correct syntax. All the best 👍 On Sat, 29 Aug 2020, 3:03 am rbarh...@gmail.com, wrote: > The error message claims invalid syntax and point to the equal sign > between name and 'r

500 Server Error | Impossible to Fix

2020-08-28 Thread Lightning Bit
Greetings all, I finally finished developing a Django website. In the terminal I checked: > python manage.py check --deploy There were no errors and the program was ready for deployment. I even ran a: > python manage.py runserver There were also no errors on this end. Upon successfully por

NoReverseMatch at /searchlit/customsearch and bigger problem of exporting a filtered queryset

2020-08-28 Thread Patrick Carra
Hello All! I need some help with a problem I have been struggling with. One of you generous geniuses has the answer I'm sure of it. I am working on integrating an export to csv button(link) on my template to export filtered data from one of my tables. I have previously only been able to dum

Re: creating a website with django

2020-08-28 Thread Dheekshith Mahalingam
I too a beginner https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/ It's a good start here! With nice explanation This site helped me a lot. I think it will help you too! On Fri, 28 Aug, 2020, 7:23 pm Kamini Shukla, wrote: > i want to create a website with the help of django. pls

Re: Page 3

2020-08-28 Thread rbarh...@gmail.com
The error message claims invalid syntax and point to the equal sign between name and 'results.' On Thursday, August 27, 2020 at 5:12:53 PM UTC-7 rbarh...@gmail.com wrote: > My code inspector tells me that "from django.urls import path" is unused > so the path statements must not work, I guess.

Re: HTML Snippets instead of JSON-API

2020-08-28 Thread guettli
How does using react with the help of webpack help me to avoid JavaScript? On Friday, 28 August 2020 at 15:48:34 UTC+2 manglav...@gmail.com wrote: > You can use Django and react with the help of webpack. > > > > Sent from Mail for > Windows 10

Re: Is it allowed to post a job vacancy here regarding django ?

2020-08-28 Thread Dylan Reinhold
I have to login with a google account and start a form before I can even see what the job is about? That seems like a terrible way of attracting people. Dylan On Fri, Aug 28, 2020 at 12:53 AM 'BOPBO' via Django users < django-users@googlegroups.com> wrote: > We're hiring Full stack and Python De

Re: creating a website with django

2020-08-28 Thread Chetan Ganji
https://www.youtube.com/watch?v=KsLHt3D_jsE&list=PLEsfXFp6DpzRcd-q4vR5qAgOZUuz8041S On Fri, Aug 28, 2020, 9:04 PM sakshi jain wrote: > plz help me also > > On Fri, Aug 28, 2020, 19:23 Kamini Shukla > wrote: > >> i want to create a website with the help of django. pls some one help of >> that. >

Re: material

2020-08-28 Thread Balaji Shetty
Dear Participants 🌷*I am sharing you a video to learn Python Django with development of project and app. You can download source code of this video also from github link* https://www.youtube.com/watch?v=EY-XY2HDo_c 🌷 *Sourcecode* https://github.com/balaji-shetty/Django-Sample-Proj-With-CO

RE: Data Science Guide

2020-08-28 Thread Vishesh Mangla
https://www.youtube.com/watch?v=yzIMircGU5I&list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y Sent from Mail for Windows 10 From: Emmanuel Oppong NtiamoahSent: 28 August 2020 21:05To: django-users@googlegroups.comSubject: Data Science Guide Hello friends i have learnt Python for a while now and i want to sta

RE: material

2020-08-28 Thread Vishesh Mangla
https://www.youtube.com/watch?v=UmljXZIypDc Sent from Mail for Windows 10 From: sakshi jainSent: 28 August 2020 21:04To: django-users@googlegroups.comSubject: Re: material youtube vedios online On Fri, Aug 28, 2020, 19:23 السعيد حاجي سعيد wrote:Hello and good morning,

Re: creating a website with django

2020-08-28 Thread sakshi jain
plz help me also On Fri, Aug 28, 2020, 19:23 Kamini Shukla wrote: > i want to create a website with the help of django. pls some one help of > that. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and sto

Modeling a large dictionary with synonyms and searchable values

2020-08-28 Thread Braiam
How to not use foreign key method for large dictionaries since key values can't fulfill the unique constrain? For smaller, static dictionaries I use choices field option, but this dictionary, while I don't expect many changes, is large and have several values for a single key. Users aren't suppo

Re: material

2020-08-28 Thread sakshi jain
youtube vedios online On Fri, Aug 28, 2020, 19:23 السعيد حاجي سعيد wrote: > Hello and good morning, I want to start learning dejango. Is there a > material in writing to study it? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsu

Data Science Guide

2020-08-28 Thread Emmanuel Oppong Ntiamoah
Hello friends i have learnt Python for a while now and i want to start with data science. Please can you guide me as to the path, resources and tools to used and advice. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

material

2020-08-28 Thread السعيد حاجي سعيد
Hello and good morning, I want to start learning dejango. Is there a material in writing to study it? -- 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-use

creating a website with django

2020-08-28 Thread Kamini Shukla
i want to create a website with the help of django. pls some one help of that. -- 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...@googlegr

RE: HTML Snippets instead of JSON-API

2020-08-28 Thread Vishesh Mangla
You can use Django and react with the help of webpack. Sent from Mail for Windows 10 From: guettliSent: 28 August 2020 14:02To: Django usersSubject: HTML Snippets instead of JSON-API If you read the current articles about software development,you get the impression that you must createa backend API

Re: Many to many field does not save in the main object

2020-08-28 Thread Annick Sakoua
I found the mistake, I removed the 'for item in instance' in my addcustomer function and Elesire suggestion about iterating in the {{customer.gp}} object in my template helped me a lof. Thank you soo much. Le mardi 25 août 2020 à 14:57:48 UTC+1, Annick Sakoua a écrit : > Hi all, > Please Hel

HTML Snippets instead of JSON-API

2020-08-28 Thread guettli
If you read the current articles about software development, you get the impression that you must create a backend API returning JSON (maybe via Django RestFramework) and then create a GUI with React/Vue/Angular I am a backend geek. I like Python, Django, Linux, SQL, and try to avoid JavaScri

Re: Is it allowed to post a job vacancy here regarding django ?

2020-08-28 Thread 'BOPBO' via Django users
We're hiring Full stack and Python Developers (django) If anyone interested please submit application here: https://careers.bopbo.com/apply/remotely Wish you all the best. On Friday, August 28, 2020 at 6:49:07 AM UTC Ogunsanya Opeyemi wrote: > Yes i think you can > > On Thursday, August 27, 20

Re: plz help i found this kinda problem when i run

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Create a templates folder in your base directory where manage.py exists. Change the templates folder path in settings.py as 'DIRS': [os.path.join(BASE_DIR,'templates')] All the best On Thu, Aug 27, 2020 at 10:04 PM Ogunsanya Opeyemi < ogunsanyaopeye...@gmail.com> wrote: > This means th

Re: Python/Django, "The 'poster' attribute has no file associated with it"

2020-08-28 Thread RANGA BHARATH JINKA
Hi, Add a default image in models. On Thu, Aug 27, 2020 at 8:34 PM Tony Hall wrote: > I'm relatively new to programming and I'm having some trouble with the > ImageField in my models.py. > > I keep getting the error in the attachment every time I load the > local:8000. > > My models.py is: >