>
> request.get_host() + '/auth/google/callback'
On Sun, Nov 5, 2023 at 12:27 AM Amen Guda wrote:
> *The error "NoneType' object has no attribute 'get_host'" typically occurs
> in Django when there's an attempt to access a property or me
*The error "NoneType' object has no attribute 'get_host'" typically occurs
in Django when there's an attempt to access a property or method on an
object that is None. Specifically, this error often arises when accessing a
request object's get_host() method whe
The error "NoReverseMatch" typically occurs in Django when the URL cannot
be resolved during the reverse URL lookup. In your case, it seems that the
error is coming from trying to reverse the URL named 'add_time_slot' with
an empty argument. T*he error message mentions that it tried one pattern
for
Hi marvel!
Can we see the full error message so we can visually/fully understand the
issue. thank you!
On Tue, Oct 24, 2023 at 7:21 PM marvel wrote:
> Hello guys im seeing this error when
>
> Trying to use allauth for google authentication how can I solve it
>
>
>
> --
> You received this messag
Hello guys im seeing this error when Trying to use allauth for google authentication how can I solve 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-u
p_form = ProfileUpdateForm(data= request.POST, files= request.Files,
instance = request.user)
On Tuesday, 16 April 2019 at 12:35:15 UTC+5:30 Soumen Khatua wrote:
> Hi Folks,
> I'm getting this error 'WSGIRequest' object has no attribute 'Files' and
> i di
rgs)
>>> File
>>> "/opt/.pyvenv/lib/python3.10/site-packages/pkg_resources/__init__.py", line
>>> 3272, in _initialize_master_working_set
>>> working_set = WorkingSet._build_master()
>>> File
>>> "
, line
>> 572, in _build_master
>> ws = cls()
>> File
>> "/opt/.pyvenv/lib/python3.10/site-packages/pkg_resources/__init__.py", line
>> 565, in __init__
>> self.add_entry(entry)
>> File
>> "/opt/.pyvenv/lib/python3.10/sit
es/__init__.py", line
> 565, in __init__
> self.add_entry(entry)
> File
> "/opt/.pyvenv/lib/python3.10/site-packages/pkg_resources/__init__.py", line
> 621, in add_entry
> for dist in find_distributions(entry, True):
> File
> "/opt/.pyv
le "/usr/local/python/lib/python3.10/pkgutil.py", line 421, in
get_importer
importer = path_hook(path_item)
File "", line 1632, in
path_hook_for_FileFinder
File "", line 1504, in __init__
File "", line 182, in _path_isabs
AttributeError: 'PosixPath&
ation\automation\user\views.py", line
> 140, in post
> message = Mail(
> ^
> File
> "C:\Users\Lenovo\marketautomation\venv\Lib\site-packages\sendgrid\helpers\mail\mail.py",
>
> line 80, in __init__
> self.add_content(html_content, MimeTy
te-packages\sendgrid\helpers\mail\mail.py",
line 80, in __init__
self.add_content(html_content, MimeType.html)
File
"C:\Users\Lenovo\marketautomation\venv\Lib\site-packages\sendgrid\helpers\mail\mail.py",
line 734, in add_content
if content.mime_type == MimeType.tex
Kindly notify me should you need any other information.
On Fri, Sep 16, 2022 at 1:26 PM André Lewis wrote:
> What version of Django are you using? If it's 4.1, I'm pretty sure it's no
> longer supported.
>
> You can check the docs to confirm:
> https://docs.djangoproject.com/en/4.1/ref/request-r
I will continue learning more about .
On Fri, Sep 16, 2022 at 2:06 PM Matheus Bon wrote:
> I use the version 4.1
> I saw that after version 3.1 you have to implement a code to be able to use
> I did this and it worked, thanks dude!
>
> Em sex., 16 de set. de 2022 às 09:27, André Lewis
> escreve
I use the version 4.1
I saw that after version 3.1 you have to implement a code to be able to use
I did this and it worked, thanks dude!
Em sex., 16 de set. de 2022 às 09:27, André Lewis
escreveu:
> What version of Django are you using? If it's 4.1, I'm pretty sure it's no
> longer supported.
>
What version of Django are you using? If it's 4.1, I'm pretty sure it's no
longer supported.
You can check the docs to confirm:
https://docs.djangoproject.com/en/4.1/ref/request-response/
On Thu, 15 Sept 2022 at 16:55, Matheus Bon wrote:
> Hello guys!
>
> I'm using AJAX in my Django project, as
Hello guys!
I'm using AJAX in my Django project, as soon as I finished writing the code
and went to test it, this error always pops up.
The site runs normally, it's only when I send it that this happens.
What should I do?
--
You received this message because you are subscribed to the Google G
I want to convert the model instances into a JSON object and then pass it
to the HTML file. However, I get an AttributeError at this line:
`data = serializers.serialize("json", Inventory.objects.in_bulk())`
The full `views.py`:
def add_invoice(request):
form = InvoiceForm(request.POST
Error exception:
>>
>> Exception occurred:
>> File
>> /env/lib/python3.6/site-packages/django/contrib/admindocs/utils.py", line
>> 121, in _role
>> inliner.document.settings.link_base,
>> AttributeError: 'Values' object has no attribu
conf.py of sphinx, when I try
> to run 'make html' I'm ending up with AttributeError exception:
>
> Exception occurred:
> File
> /env/lib/python3.6/site-packages/django/contrib/admindocs/utils.py", line
> 121, in _role
> inliner.document.settings.link_
s.py",
line 121, in _role
inliner.document.settings.link_base,
AttributeError: 'Values' object has no attribute 'link_base'
I tried it with combinations of some django and sphinx versions.
Here is the no luck list:
django 1.10, django 1.11 and sphinx 3.5
django 2.0.13 and sphinx 3.5 , sphinx
Surely it has self.request.GET and not self.request.get
On 23 Nov 2021, 09:11 +0300, Trippy Samurai ,
wrote:
> Getting error while working with template view
>
> views.py
>
>
> class DeveloperTicketView(TemplateView):
>
> def get_template_names(self):
> if self.request.get('status') == 'Opened':
>
Getting error while working with template view
views.py
class DeveloperTicketView(TemplateView):
def get_template_names(self):
if self.request.get('status') == 'Opened':
template_name = 'app/open_tickets.html'
elif self.request.get('status') == 'Accepted':
template_name = 'app/dev_accepted_tic
Thank you so much Kasper Laudrup
في الثلاثاء، 9 نوفمبر 2021 في تمام الساعة 4:48:20 م UTC+3، كتب Kasper
Laudrup رسالة نصها:
> On 09/11/2021 14.26, Shada Bahassan wrote:
> > After I connected mysql with django, I wrote in the view files to
> > interact with the models files. And when runs
On 09/11/2021 14.26, Shada Bahassan wrote:
After I connected mysql with django, I wrote in the view files to
interact with the models files. And when runsever, It give error: type
object 'DemoMCall' has no attribute 'obejects'
Typo: obejects -> objects.
Kind regards
Kasper Laudrup
--
You
Hi everyone i have this error when use :
registro.group.permissions.add(gp) inside a loop for. everything right
Ok the permisssions has saved. but i have the error : 'Group' object has no
attribute 'group'. i have not idea for this error.
--
You received this mes
Szaae
A quinta, 8/07/2021, 16:24, Boris Pérez escreveu:
> Do u wanna get an specific item from a list...??? Then u need to pass
> the index of that item...something like:
> item = list[index]
> Greetings
>
> 2021-07-08 6:58 GMT-04:00, Abdul Rehman :
> > Hi Django User,
>
Do u wanna get an specific item from a list...??? Then u need to pass
the index of that item...something like:
item = list[index]
Greetings
2021-07-08 6:58 GMT-04:00, Abdul Rehman :
> Hi Django User,
>
> I am stuck with this problem while updating my nested serializer. Can
> anyone help me to solv
Hi Django User,
I am stuck with this problem while updating my nested serializer. Can
anyone help me to solve the issue?
Thanks in advance.
Regards
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receivi
The Link is crashed. Its not open
On Thursday, May 27, 2021 at 10:27:19 AM UTC+5:30 sourav panja wrote:
> Thank you
>
> On Thu, May 27, 2021 at 2:31 AM AK channel wrote:
>
>> Send the code
>>
>> On Thu, 27 May 2021, 2:14 am sourav panja, wrote:
>>
&
Thank you
On Thu, May 27, 2021 at 2:31 AM AK channel wrote:
> Send the code
>
> On Thu, 27 May 2021, 2:14 am sourav panja,
> wrote:
>
>> object has no attribute 'is_valid'
>>
>> --
>> You received this message because you are subscribed to
Send the code
On Thu, 27 May 2021, 2:14 am sourav panja, wrote:
> object has no attribute 'is_valid'
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiv
object has no attribute 'is_valid'
--
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 d
rial and stuck at Tutorial # 4..
>>
>> I have checked your code too..
>> Still getting below error
>>
>> 'Question' object has no attribute 'choice_set'
>> selected_choice = question.choice_set.get(pk=request.POST['choice'])
>>
ing below error
>
> 'Question' object has no attribute 'choice_set'
> selected_choice = question.choice_set.get(pk=request.POST['choice'])
> Can you advice
>
> Regards
> Rishi
> On Monday, 25 December 2017 at 05:22:55 UTC+5:30 Daniel Hepper wrote:
>
Hi Daniel,
I am working on same tutorial and stuck at Tutorial # 4..
I have checked your code too..
Still getting below error
'Question' object has no attribute 'choice_set'
selected_choice = question.choice_set.get(pk=request.POST['choice'])
Can you advic
I've an existing project on Django 3.1 and I upgraded my project to Django
3.2. I created an app called payment on my project. But When I make
migrations. It trow an error
```AttributeError: 'TextField' object has no attribute 'db_collation'```
```
from django.db impor
;
> On Thu, 1 Apr 2021, 22:32 Salima Begum,
> wrote:
>
>> Hi all,
>>
>> How to solve this errors
>> ```
>> AttributeError: 'customer' object has no attribute 'is_authenticated'
>> ```
>>
>> ```
>> AttributeError: '
AttributeError: 'customer' object has no attribute 'is_authenticated'
> ```
>
> ```
> AttributeError: 'customer' object has no attribute 'is_anonymous'
> ```
>
> How can I solve this above errors. Help me.
>
> Thanks
> ~Sa
I think given name is wrong Hlo do you have any idea posting form data?
Mahendra Yadav
On Thu, 1 Apr 2021, 22:32 Salima Begum,
wrote:
> Hi all,
>
> How to solve this errors
> ```
> AttributeError: 'customer' object has no attribute 'is_authenticated'
> ```
Hi all,
How to solve this errors
```
AttributeError: 'customer' object has no attribute 'is_authenticated'
```
```
AttributeError: 'customer' object has no attribute 'is_anonymous'
```
How can I solve this above errors. Help me.
Thanks
~Salima
--
Y
,
> related_name="usersettings_address",primary_key=True,)
>
> and i have a mixin:
>
> class ListviewMixin():
>
> def get_queryset(self):
> print("Order "+str(self.request.usersettings_address.list_orderby))
>
> now i get a
int("Order "+str(self.request.usersettings_address.list_orderby))
now i get a exception:
AttributeError at /
'WSGIRequest' object has no attribute 'usersettings_address'
Request Method: GET
Request URL: http://127.0.0.1:8001/
Django Version: 3.1.7
Exception Type: Attri
On 23/02/2021 17.56, Abnilson Rafael wrote:
Hi,
I'm getting error above when I try to this program:
The get_language() member function/method of your "translation"
object/variable doesn't return anything and you most likely expect it to
return a string.
Try to figure out how that could happ
(self):
>>>>>> return str(self.first_name) + str(self.last_name)
>>>>>>
>>>>>> *Why do I need the foreign key to User in the first place?* I don't
>>>>>> recall seing the foreign key to User in any one of the tutorials.
>
all seing the foreign key to User in any one of the tutorials.
>>>>> Dana subota, 12. rujna 2020. u 20:20:11 UTC+2 korisnik coolguy napisao
>>>>> je:
>>>>>
>>>>>> Please share the complete employee model. It seems you are missing
>>&g
20 PM UTC-4
>>>>> mislav@gmail.com wrote:
>>>>>
>>>>>> Hey guys,
>>>>>>
>>>>>> I have the following code in models.py file in one of my apps:
>>>>>>
>>>>>> def get_upload_
UTC-4
>>>> mislav@gmail.com wrote:
>>>>
>>>>> Hey guys,
>>>>>
>>>>> I have the following code in models.py file in one of my apps:
>>>>>
>>>>> def get_upload_path(instance, filename):
>>>>&
turday, September 12, 2020 at 2:03:20 PM UTC-4
>>>> mislav@gmail.com wrote:
>>>>
>>>>> Hey guys,
>>>>>
>>>>> I have the following code in models.py file in one of my apps:
>>>>>
>>>>> def get_upload_path(instance,
]
>>>> return "employees/media/users/{0}/profile_picture.{1}".format(
>>>> instance.user.id, extension)
>>>>
>>>> class Employee(models.Model):
>>>> # some attributes here
>>>> profile_picture = models.ImageFie
>>>
>>> class Employee(models.Model):
>>> # some attributes here
>>> profile_picture = models.ImageField(upload_to=get_upload_path,
>>> blank=True, null=True)
>>>
>>> I am getting the following error when I try to add
,
>> blank=True, null=True)
>>
>> I am getting the following error when I try to add an Employee via the
>> admin interface:
>>
>> AttributeError at /admin/employees/employee/add/
>>
>> 'Employee' object has no attribute 'user'
>
ield(upload_to=get_upload_path,
> blank=True, null=True)
>
> I am getting the following error when I try to add an Employee via the
> admin interface:
>
> AttributeError at /admin/employees/employee/add/
>
> 'Employee' object has no attribute 'user'
&
s.Model):
# some attributes here
profile_picture = models.ImageField(upload_to=get_upload_path,
blank=True, null=True)
I am getting the following error when I try to add an Employee via the
admin interface:
AttributeError at /admin/employees/employee/add/
'Employee' object has no a
please provide some details. It's pretty vague at this time.
On Sunday, August 2, 2020 at 6:12:33 PM UTC-4, Giovanni Silva wrote:
>
>
>
> --
> *Giovanni Silva*
> (31) 9 9532-1877
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe
--
*Giovanni Silva*
(31) 9 9532-1877
--
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 on the w
Hi,
Can anyone please sort the issue.
https://stackoverflow.com/q/62630722/7999665
Regards
Pradyum
--
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-user
',
'ENGINE' : 'django.db.backends.postgresql_psycopg2',
'HOST' : '',
'PORT' : '',
'USER' : 'user_name_2',
'PASSWORD' : '',
},
# 'users_db'
ging my cache hasn't fixed the problem like it did for
>> a commenter on the question, so I'm asking here for amplification. Here's
>> the text of the post:
>>
>> I'm getting an error when I deploy Django 3.0.5 under mod_wsgi:
>> Att
ost:
>
> I'm getting an error when I deploy Django 3.0.5 under mod_wsgi:
> AttributeError:
> 'HttpResponse' object has no attribute '_resource_closers'. I'm running:
>
>- Python: 3.6.8
>- Django: 3.0.5
>- Apache: 2.4.6
>- mod
r/django/sites/mysite-prod/venv/lib64/python3.6/site-packages/django/core/handlers/base.py",
line 76, in get_response[Sat Apr 18 16:11:30.684933 2020] [wsgi:error] [pid
4154] [remote 100.19.146.139:54397]
response._resource_closers.append(request.close)[Sat Apr 18 16:11:30.684964
2020] [ws
ing: AttributeError: 'UUID' object has no attribute 'int'
version
None
*archive/urls.py:*
from django.contrib import admin
from django.urls import include, path
from django.views.generic import RedirectView
from django.conf import settings
from djan
Thank you for your suggestion. And sorry fro delayed answer.
My hunch is saying same thing but I want to be sure about it.
Kind Regards,
Sencer Hamarat
3 Mart 2020 Salı 12:24:34 UTC+3 tarihinde Naveen Arora yazdı:
>
> Hi,
>
> Can't the error be resolved ? Still, if error has to occur then you c
Hi,
Can't the error be resolved ? Still, if error has to occur then you can put
conditions instead of try blocks for better functioning.
Regards
Naveen Arora
On Monday, 2 March 2020 18:25:15 UTC+5:30, Sencer Hamarat wrote:
>
> Hello,
>
> The project I'm working on has it's custom template co
Hello,
The project I'm working on has it's custom template context_processor.
And when unavailable URL request arrives to Django (Eg. "/wp-login.php"),
the context_processor is throwing AttributeError.
Which way should I use to prevent from context processor from throwing
errors?
Is it ok to w
,Getting below error while doing search operation :'str' object has
no attribute 'objects'
Code:1) html having search button :
{% csrf_token %} Search
--
You received
This is resolved now. I had used variable name same as class name.
Regards,
Chetan
On Saturday, December 28, 2019 at 4:30:53 PM UTC+5:30, Chetan Rokade wrote:
>
> Hi Friends,
> Getting below error while doing search operation :
> 'str' object has no attribute 'o
2019, 4:31 pm Chetan Rokade,
> wrote:
>
>> Hi Friends,
>> Getting below error while doing search operation :
>> 'str' object has no attribute 'objects'
>>
>> Code:
>> 1) html having search button :
>>
>> {%
Show the backend code of the post request
Regards
Gaurav Jain
On Sat, 28 Dec, 2019, 4:31 pm Chetan Rokade,
wrote:
> Hi Friends,
> Getting below error while doing search operation :
> 'str' object has no attribute 'objects'
>
> Code:
> 1) html having sear
return render(request, 'changes/changes.html')
On Saturday, December 28, 2019 at 4:30:53 PM UTC+5:30, Chetan Rokade wrote:
>
> Hi Friends,
> Getting below error while doing search operation :
> 'str' object has no attribute 'objects'
>
> Code:
> 1) htm
Hi Friends,
Getting below error while doing search operation :
'str' object has no attribute 'objects'
Code:
1) html having search button :
{% csrf_token %}
Search
Can you post your models.py files, please?
-Jorge
On Tue, Oct 22, 2019, 6:07 PM fils-aime walnes andre <
walnesfilsa...@gmail.com> wrote:
> Merci freo
>
> Le lundi 21 octobre 2019, adonis simo a écrit :
>
>>
>> # Generated by Django 2.2.3 on 2019-10-21 22:00
>>
>>
>>
>> from django.db import mi
Merci freo
Le lundi 21 octobre 2019, adonis simo a écrit :
>
> # Generated by Django 2.2.3 on 2019-10-21 22:00
>
>
>
> from django.db import migrations, models
>
> import django.db.models.deletion
>
> import django_extensions.db.fields
>
>
>
>
>
> class Migration(migrations.Migration):
>
>
>
>
Merci freo
Le lundi 21 octobre 2019, adonis simo a écrit :
>
> # Generated by Django 2.2.3 on 2019-10-21 22:00
>
>
>
> from django.db import migrations, models
>
> import django.db.models.deletion
>
> import django_extensions.db.fields
>
>
>
>
>
> class Migration(migrations.Migration):
>
>
>
>
Hi,
removing did, not work, still getting same error.
Welcome any other help from the wider community in reference to this issue.
best,
Kean
On 6 Sep 2019, at 22:26, Bhoopesh sisoudiya wrote:
> Try after removing related_name='expenses' from Expenses model.
>
> On Sat, Sep 7, 2019, 2:28 AM Ke
Ok,
Updated to below, and am still getting the same error:
def projectdetail(request):
projectList = Project.objects.all()
projectExpenseDetails = Expense.objects.select_related('project').all()
return render(request, 'busprojectdetail.html', {'project': project,
'expense_list': proj
Hi Ok,
I updated as advised.
views.py
def projectdetail(request):
projectExpenseDetails = Expense.objects.select_related('project').all()
return render(request, 'busprojectdetail.html', {'project': project,
'expense_list': projectExpenseDetails})
I get new error
Exception Type: NameErr
Hi,
>>>>>>
>>>>>> New to Django. when navigating to the reqired view, I get the error
>>>>>> above.
>>>>>>
>>>>>> urls.py
>>>>>>
>>>>>> path('businesslogin/bus
gt;> path('businesslogin/businessadmin/busproject', views.projectdetail,
>>>> name='projectdetail'),
>>>>
>>>> views.py
>>>>
>>>> def projectdetail(request):
>>>> project = Project.objects.al
27;projectdetail'),
>>>>>
>>>>> views.py
>>>>>
>>>>> def projectdetail(request):
>>>>> project = Project.objects.all()
>>>>> return render(request, 'busprojectdetail.html', {'project
jectdetail.html', {'project': project,
>>> 'expense_list': project.expenses.all()})
>>>
>>> models.py
>>>
>>> # Project model
>>>
>>> class Project(models.Model):
>>> name = models.CharField(max_
27;: project.expenses.all()})
>>>>
>>>> models.py
>>>>
>>>> # Project model
>>>>
>>>> class Project(models.Model):
>>>> name = models.CharField(max_length=100)
>>>> budget = IntegerField()
>
Project, on_delete=models.CASCADE)
>> name = models.CharField(max_length=150)
>>
>>
>> # Expenses manager model
>>
>> class Expense(models.Model):
>> project = models.ForeignKey(
>> Project, on_delete=models.CASCADE, relat
;>> def save(self, *args, **kwargs):
>>>> self.name
>>>> super(Project, self).save(*args, **kwargs)
>>>>
>>>> # Category manager model
>>>>
>>>>
>>>> class Category(models.Model):
&g
gt;>> class Category(models.Model):
>>> project = models.ForeignKey(
>>> Project, on_delete=models.CASCADE)
>>> name = models.CharField(max_length=150)
>>>
>>>
>>> # Expenses manager model
>>>
>>> class Expense(
t;
>
> # Expenses manager model
>
> class Expense(models.Model):
> project = models.ForeignKey(
> Project, on_delete=models.CASCADE, related_name='expenses')
> title = models.CharField(max_length=100)
> amount = models.DecimalField(max_dig
s manager model
>>
>> class Expense(models.Model):
>> project = models.ForeignKey(
>> Project, on_delete=models.CASCADE, related_name='expenses')
>> title = models.CharField(max_length=100)
>> amount = models.DecimalField(max_digits=8,
gt;
>
> # Expenses manager model
>
> class Expense(models.Model):
> project = models.ForeignKey(
> Project, on_delete=models.CASCADE, related_name='expenses')
> title = models.CharField(max_length=100)
> amount = models.DecimalField(max_digits
manager model
>
> class Expense(models.Model):
> project = models.ForeignKey(
> Project, on_delete=models.CASCADE, related_name='expenses')
> title = models.CharField(max_length=100)
> amount = models.DecimalField(max_digits=8, decimal_places=2)
> cat
or is as follows:
Exception Type: AttributeError
Exception Value:
'QuerySet' object has no attribute 'expenses'
Exception Location: /Users/ProductionEnv/Desktop/test/test1/dev/core/views.py
in projectdetail, line 238
Please can anyone help?
Best
K
--
You received this m
Ok thanks is there a way to call all objects, as this is more user friendly
and efficient when potentially editing many object fields?
On Sun, 18 Aug 2019 at 18:05, Daniel Roseman wrote:
> You can't pass *all* the objects to the form. You have to get the specific
> one you want to edit and pass
You can't pass *all* the objects to the form. You have to get the specific one
you want to edit and pass that as the instance.
--
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, sen
Hi,
New to Django but trying to stick with it.
I have created a model form, which creates ok.
I am trying to edit records. I have the following, but keep getting the
QuerySet object has no attribute '_meta' in the browser.
my views.py
def editbusiness(requ
Hi all,
I keep getting the above error and I am not sure what I need to do to
correct it. An example will assist.
my model:
class Product_Group(models.Model):
customer_id = models.ForeignKey(Customer, on_delete=models.CASCADE)
prod_group = models.CharField(max_length=30, unique = True,
>>>>>>>> On Wed, May 22, 2019 at 10:25 AM Abu Yusuf <
>>>>>>>> yu...@binate-solutions.com> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Comment out the
>>>>>>>
ddleware.SessionAuthenticationMiddleware',
>>>>>>>>
>>>>>>>> in your settings.py file in Middleware or remove. Then run again.
>>>>>>>> It will work.
>>>>>>>>
>>>>>>>> On Wed,
;>
>>>>>>>> On Wed, May 22, 2019 at 10:25 AM Abu Yusuf <
>>>>>>>> yu...@binate-solutions.com> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Comment out the
>>
gt;>>>>>> in your settings.py file in Middleware or remove. Then run again. It
>>>>>>> will work.
>>>>>>>
>>>>>>> On Wed, May 22, 2019 at 10:36 AM Abu Yusuf <
>>>>>>> yu...@binate-solutions.
.py file in Middleware or remove. Then run again. It
>>>>>> will work.
>>>>>>
>>>>>> On Wed, May 22, 2019 at 10:36 AM Abu Yusuf <
>>>>>> yu...@binate-solutions.com> wrote:
>>>>>>
>>>>>&
d yet?
>>>>>>
>>>>>> On Tue, May 21, 2019 at 4:55 PM sagar ninave
>>>>>> wrote:
>>>>>>
>>>>>>> my manage.py is in project folder you can check attachment
>>>>>>>
>>
1 - 100 of 934 matches
Mail list logo