Re:

2019-12-04 Thread Karan Mittal
I think he wants to use get method. Like the search page reuslts of google. For that just make thw {%block content %} inside the title tags of your base template. And use get method for these kind of work where no database interaction is happening. Karan Mittal, Business Analyst at techvalens

Re: Why is the Django server running even when pytlinter shows that there's some bug in the code?

2019-12-04 Thread Bruckner de Villiers
Which tutorial are you following?  Is it any good? Bruckner de Villiers 083 625 1086 From: on behalf of Aaryan Dewan Reply to: Date: Tuesday, 03 December 2019 at 16:52 To: Django users Subject: Re: Why is the Django server running even when pytlinter shows that there's some bug in

Re:

2019-12-04 Thread Kevin Dublin
Hmm, do you mean that you would like to post a get response with a message and it pass through the URL? Are you trying to pass it to another view? I want to clarify because it involves changing the view, template & urls.py. On Wed, Dec 4, 2019, 12:23 AM Karan Mittal wrote: > I think he wants

Exception in thread django-main-thread:

2019-12-04 Thread Michael Mathonsi
Please help with resolving my application, i have setup the environment and almost finished my application when the system decided out of knowhere to generate the following errors and im due for presentation by tomorrow. Exception in thread django-main-thread: Traceback (most recent call

Re: Link a .css to a Html template

2019-12-04 Thread Aline Balogh
Hi Léo. Remove the # from the html class attribute . Em domingo, 1 de dezembro de 2019 22:27:34 UTC-3, Leó Horváth escreveu: > > Hi guys, I am experiencing an error while trying to Link a .css file to a > Html template of one of my Views. What is the correct way to do it? > -- You received

Unable to create a new virtual environement 'test'

2019-12-04 Thread Hima Bindu chowdary
I had created a virtualwrapper then had to create a virtual env called test when i ran the following command i got this : C:\Users\User>py -m pip install virtualenv test Requirement already satisfied: virtualenv in c:\users\user\appdata\local\programs\python\python38\lib\site-packages (16.7.8)

Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-04 Thread Naveen
Hi Ram, https://stackoverflow.com/questions/29760817/how-can-i-resolve-django-content-type-already-exists this might solve this issue. Naveen On Saturday, 30 November 2019 22:34:04 UTC+5:30, Ram wrote: > > Hi, > > I'm blocked with this issue in my newly hosting site. Here is my scenario. > >

Re: Styling in Django

2019-12-04 Thread Akshay Deep
https://vacancyjobalert.com/”>VacancyJobAlert.Com On Tuesday, December 3, 2019 at 7:16:34 PM UTC+5:30, marshalx4 wrote: > > How can I use Materialize CSS with Django? Seems like bootstrap is the > only framework that works with little to no hassle at all. > -- You received this message because

Re: Unable to create a new virtual environement 'test'

2019-12-04 Thread Suraj Thapa FC
Wrote the following Virtualenv test On Wed, 4 Dec 2019, 4:57 pm Hima Bindu chowdary, wrote: > I had created a virtualwrapper then had to create a virtual env called test > when i ran the following command i got this : > > C:\Users\User>py -m pip install virtualenv test > Requirement already

Re: Exception in thread django-main-thread:

2019-12-04 Thread Integr@te System
Hi Issuer, plz check existent of userdetailsu module in newapp/form.py and add newapp before .form in views.py file On Wed, Dec 4, 2019, 18:27 Michael Mathonsi wrote: > Please help with resolving my application, i have setup the environment > and almost finished my application when the

Re: Fixtures for django auth groups

2019-12-04 Thread Arulselvam K
I solved the issue, Thanks lot Tim Grahma. Regards, Arul On Tue, 3 Dec 2019 at 22:41, Tim Graham wrote: > Take a look at > https://docs.djangoproject.com/en/stable/howto/initial-data/. > > On Tuesday, December 3, 2019 at 10:31:01 AM UTC-5, Arulselvam K wrote: >> >> I want to create fixtures for

Re: Django 3.0 Released.

2019-12-04 Thread Andréas Kühne
So your question is if you should use LTS versions or use the latest blazing version. The answer is of course - it depends. Do you see anything in django 3 that you need to have? In that case - upgrade to django 3. If you only want to make sure that your application is safe and secure and you

Re: reg: How to call multiple APIView in one single web page as a list of items?

2019-12-04 Thread Integr@te System
Hi Issuer, Plz show result with errors. Tks. On Thu, Dec 5, 2019, 01:31 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > I am in the process of developing a small project using django rest > framework, and within that requirement, I need to list every table in one >

Unable to create a new virtual environement 'test'

2019-12-04 Thread Manjunatha C
Python -m venv envname Try with this command -- 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...@googlegroups.com. To view this discussion

what tool will be using for Continues integration in python projects??

2019-12-04 Thread Manjunatha C
Jenkins are using for CI in java projects. what tool will be using for python projects to Continues integration?? -- 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

Re: what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
Jenkins On Wed, 4 Dec 2019, 17:54 Manjunatha C, wrote: > Jenkins are using for CI in java projects. what tool will be using for > python projects to Continues integration?? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
You can use jenkins with whatever language you use -- 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...@googlegroups.com. To view this

Re: reg: How to call multiple APIView in one single web page as a list of items?

2019-12-04 Thread 'Amitesh Sahay' via Django users
Hi, There is no error. But based on the urls settings I could see the "QuizList" output to my web page. Other than that, other serializers are not being displayed there. Below is the serializers.py  from rest_framework import serializers from .models import Quiz, Question, QuizTakers, Answer,

Re: what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
You can use jenkins with whatever language you use On Wed, 4 Dec 2019, 18:36 DANIEL URBANO DE LA RUA, wrote: > Jenkins > > On Wed, 4 Dec 2019, 17:54 Manjunatha C, > wrote: > >> Jenkins are using for CI in java projects. what tool will be using for >> python projects to Continues integration??

Re: what tool will be using for Continues integration in python projects??

2019-12-04 Thread Integr@te System
Hi, Pythonist(a) -pybuilder. On Thu, Dec 5, 2019, 00:52 DANIEL URBANO DE LA RUA wrote: > You can use jenkins with whatever language you use > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Re: what tool will be using for Continues integration in python projects??

2019-12-04 Thread 'Amitesh Sahay' via Django users
GIT, JENKINS, Travis CI, bitbucket. Jeera. Regards, Amitesh On Wednesday, 4 December, 2019, 11:43:45 pm IST, Integr@te System wrote: Hi,Pythonist(a) -pybuilder. On Thu, Dec 5, 2019, 00:52 DANIEL URBANO DE LA RUA wrote: You can use jenkins with whatever language you use -- You

Re: Link a .css to a Html template

2019-12-04 Thread Leó Horváth
Hi Aline, THANK YOU VERY MUCH, you solved my 3 day dilemma, and thank you for everyone who tried to help, you guys are awesome! Thanks a lot, Leó Aline Balogh ezt írta (időpont: 2019. dec. 4., Sze, 12:27): > Hi Léo. > > Remove the # from the html class attribute . > > > > > Em domingo, 1 de

reg: How to call multiple APIView in one single web page as a list of items?

2019-12-04 Thread 'Amitesh Sahay' via Django users
I am in the process of developing a small project using django rest framework, and within that requirement, I need to list every table in one single page. Below is the code snippet. class QuizList(APIView): renderer_classes = [TemplateHTMLRenderer] template_name = 'adminView.html'

what tool will be using for Continues integration in python projects??

2019-12-04 Thread DANIEL URBANO DE LA RUA
You can use jenkins with whatever language you use -- 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...@googlegroups.com. To view this

Adding drop down selection to my form and filter

2019-12-04 Thread Patrick Carra
Hello I am working on adding a drop down selection to my filters so far I am not having any luck. I recently changed my views.py to use a class instead of a def for this. Now when I use filter.form it shows every field in my models. It should only show the following fields circuitid,

Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-04 Thread Ram
Hello Naveen, I already tried that before posting my last update but the result is the same though. Here I'm pasting the result. This is a total blocker to me. I appreciate if someone can unblock me. $ python manage.py migrate --fake-initial > Operations to perform: > Apply all migrations:

How do I populate a table with data from a list file?

2019-12-04 Thread Dick Arnold
I have created a table by using css examples (similar to a spread sheet). However, all the examples that I have found populate the table manually by typing td entries in the html file. How can i accomplish this with django/Python code? I have looked everywhere I can find, but no luck so

Re: what tool will be using for Continues integration in python projects??

2019-12-04 Thread SUMIT KUMAR
PyCharm *Sumi_Oneness* about.me/sumitoneness [image: Mailtrack]

Re: good day guys

2019-12-04 Thread Tosin Ayoola
buenos días, gracias, sí, tengo un súper usuario creado, pero no puedo ejecutar ningún comando que use manage.py Gracias On Thu, Dec 5, 2019 at 1:49 AM jose angel encinas ramos < encinasj.an...@gmail.com> wrote: > Buenas tardes, ya creaste un super usuario en django?, > creo que te hace falta

Re: good day guys

2019-12-04 Thread jose angel encinas ramos
Buenas tardes, ya creaste un super usuario en django?, creo que te hace falta correr python manage.py makemigrations despues python manage.py migrate intenta eso El mié., 4 dic. 2019 a las 17:10, Tosin Ayoola () escribió: > halo guys, i'm working on a school management system that has multi