Guys, thanks for the help everyone but I just used vim and rewrote the code
again)
On Thursday, 5 December 2024 at 15:02:36 UTC+3 Олександр Рябов wrote:
> Hello! I'm facing an issue when running my Django project. I get the
> following error:
>
> AttributeError: module
is your VS Code on auto save
On Thursday, December 5, 2024 at 1:02:36 PM UTC+1 Олександр Рябов wrote:
> Hello! I'm facing an issue when running my Django project. I get the
> following error:
>
> AttributeError: module 'polls.views' has no attribute 'index
mail:
> raise ValueError('Email address required')
>
> email = self.normalize_email(email)
> user = self.model(email=email, name=name)
> user.set_password(password)
> user.save()
> return user
>
> AttributeError at
email = self.normalize_email(email)
>> user = self.model(email=email, name=name)
>> user.set_password(password)
>> user.save()
>> return user
>>
>> AttributeError at /auth/users/'Manager' object has no attribute
>>
elf.normalize_email(email)
> user = self.model(email=email, name=name)
> user.set_password(password)
> user.save()
> return user
>
> AttributeError at /auth/users/'Manager' object has no attribute
> 'create_user'
> Request
ValueError('Email address required')
>
> email = self.normalize_email(email)
> user = self.model(email=email, name=name)
> user.set_password(password)
> user.save()
> return user
>
> AttributeError at /auth/users/'Man
, password=None):
if not email:
raise ValueError('Email address required')
email = self.normalize_email(email)
user = self.model(email=email, name=name)
user.set_password(password)
user.save()
return user
AttributeError at /
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
nv/lib/python3.10/site-packages/pkg_resources/__init__.py", line
621, in add_entry
for dist in find_distributions(entry, True):
File
"/opt/.pyvenv/lib/python3.10/site-packages/pkg_resources/__init__.py", line
1988, in find_distributions
importer = get_importer(path_item)
Fi
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
Reading something like this:
https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd
should help guide you in the right direction.
Kind regards,
Kasper Laudrup
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsub
AttributeError at /form/'AssetForm' object has no attribute 'save'
Request Method:
POST
Request URL:
http://127.0.0.1:8000/form/
Django Version:
4.1.2
Exception Type:
AttributeError
Exception Value:
'AssetForm' object has no attribute 'save'
Exception Locati
On Sun, Nov 27, 2022 at 2:40 PM Ilyas Modni wrote:
>
> AttributeError: module 'django.db.models' has no attribute 'PointField'
Are you importing:
from django.contrib.gis.db import models
--
You received this message because you are subscribed to the Google Groups
On Sun, Nov 27, 2022 at 2:41 PM Ilyas Modni wrote:
> AttributeError: module 'django.db.models' has no attribute 'PointField'
>
> PointField is in django.contrib.gis.db.models:
https://docs.djangoproject.com/en/4.1/ref/contrib/gis/model-api/#pointfield
--
You rece
AttributeError: module 'django.db.models' has no attribute 'PointField'
--
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 e
[image: attribute_error.png]Hello,
I wanted to migrate my app to using psycopg 3. However, I got an error that
insists using psycopg2, even when it was not installed in venv. So I
decided to ammend some django code as illustrated by the inventor of
psycopg3. However,
1. django complained
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(re
If you want someone to help you then spend the minimum effort and ask a
proper question.
That's the least you can do if you expect someone to take the time to
help you.
Kind regards,
Kasper Laudrup
--
You received this message because you are subscribed to the Google Groups "Django
users"
ed.
>
> On Thursday, December 9, 2021 at 10:15:03 AM UTC-5 sencer...@gmail.com
> wrote:
>
>> Hello everyone,
>>
>> If 'sphinx.ext.autodoc' extension enabled in conf.py of sphinx, when I
>> try to run 'make html' I'm ending up with Attribute
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_
Hello everyone,
If 'sphinx.ext.autodoc' extension enabled in 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/util
.9.2 and
>> Django 3.2 and have exactly the same problems as mentioned above.
>>
>> path('', views.index, name='index'),
>>
>> AttributeError: module 'polls.views' has no attribute 'index'
>>
>> any help on
hon 3.9.2 and
> Django 3.2 and have exactly the same problems as mentioned above.
>
> path('', views.index, name='index'),
>
> AttributeError: module 'polls.views' has no attribute 'index'
>
> any help on how can I debug this? I am
On Mon, Apr 19, 2021 at 2:07 AM Avi Mehenwal wrote:
> I followed the same tutorial on 17th April 2021 with Python 3.9.2 and
> Django 3.2 and have exactly the same problems as mentioned above.
>
> path('', views.index, name='index'),
> AttributeError: mo
I followed the same tutorial on 17th April 2021 with Python 3.9.2 and
Django 3.2 and have exactly the same problems as mentioned above.
path('', views.index, name='index'),
AttributeError: module 'polls.views' has no attribute 'index'
any help on
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: '
I think this must be wrong. Only User instance have a method
is_authenticated. Here a example for views:
if request.user.is_authenticated:
pass
sali...@rohteksolutions.com schrieb am Donnerstag, 1. April 2021 um
19:03:36 UTC+2:
> Hi all,
>
> How to solve this errors
> ```
>
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
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
Sorry I have the same similar problem, please help, thank you!!
I put the question on stackoverflow, there are questions and reference
materials attached.
So you can click the link to enter :
https://stackoverflow.com/questions/66310704/attributeerror-type-object-product-has-no-attribute
(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
2020. u 20:20:11 UTC+2 korisnik coolguy napisao
>>>> je:
>>>>
>>>>> Please share the complete employee model. It seems you are missing
>>>>> User foreign key in it.
>>>>>
>>>>> On Saturday, September 12, 2020 at 2:03:
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
Try '{0}-{1}'.format(var1, var2)
Check in the console in what line it's throwing the attribute error
Rewards
El vie., 29 de mayo de 2020 5:10 p. m., Ahmed Khairy <
ahmed.heshamel...@gmail.com> escribió:
> I was working on a comment section for post and was getting an
but people using Gunicorn have seen the issue too. Here's
>> a link to the question on Stack Overflow:
>>
>>
>> https://stackoverflow.com/questions/61295971/django-3-0-5-with-mod-wsgi-attributeerror-httpresponse-object-has-no-attribu
>>
>> Unfortunately, pur
I was working on a comment section for post and was getting an
AttributeError when I return return '{}-{}'.format(self.post.title,
str(self.user.username)) in the comment model
I am trying to link users and posts to the comment I am getting the same
error
Here is the Models
Hi Madhav,
On 24/05/2020 13.08, Madhav Nandan wrote:
I'm creating a register page.
see the screenshot below., I'm following lectures and doing as
instructed but still stuck.
I don't see how the screenshots are related to the issue you are having.
Please explain.
here is the source code
Hi Madhav,
On 24/05/2020 04.54, Madhav Nandan wrote:
Hi,
I need help here. I did the required changes in forms.py as well as in
view.py but my user registration still not working.
Once again, try to make sense from the error messages. They are actually
pointing to your problem quite clearl
.com/questions/61295971/django-3-0-5-with-mod-wsgi-attributeerror-httpresponse-object-has-no-attribu
>
> Unfortunately, purging 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 p
I posted this to Stack Overflow first, thinking it might be a problem with
`mod_wsgi`, but people using Gunicorn have seen the issue too. Here's a
link to the question on Stack Overflow:
https://stackoverflow.com/questions/61295971/django-3-0-5-with-mod-wsgi-attributeerror-httpresponse-o
27;)
date=forms.DateField(required=False)
t = SearchProduct()
print(t.date)
Error:
AttributeError: 'SearchProduct' object has no attribute 'date'
why is there this error? How to fix it?
ff
--
You received this message because you are subscribed to the Google Groups
"
I couldn't open the screenshot . But to work with the django forms you need to
perform below tasks.
1) create model of your choice in models.py.2). Python manage.py
makemigrations3) python manage py migrate.4 create a python file called
forms.py inside your app.5) import your models there ( fro
It's not strange. You can't access to an attribute of a form class
directly. Remember how do you define the form in a view. You're passing
arguments such as *data=request.POST*. You're trying to access an undefined
attribute. Because It's a form class and needs input.
Try to print *t.__dict__ *yo
In addition, you must define your model in models.py
And to get this attributes on your views.py from a post request, you could use
like {{ form.attribute }}
Regards
Sent from my iPhone
> On 27 Apr 2020, at 10:29, DimGo wrote:
>
>
> Why is this this strange error?
> --
> You received thi
ceptions import ValidationError
>
> class SearchProduct(forms.Form):
> text=forms.CharField(label='Search ')
> date=forms.DateField(required=False)
>
> t = SearchProduct()
> print(t.date)
>
> Error:
>
> AttributeError: 'SearchProduct' object has n
from django import forms
from django.core.exceptions import ValidationError
class SearchProduct(forms.Form):
text=forms.CharField(label='Search ')
date=forms.DateField(required=False)
t = SearchProduct()
print(t.date)
Error:
AttributeError: 'SearchProduct' object ha
i got answer
i was doing this:
from .models import User
user = User.objects.filter(pk=user_id)
instead i do this:
from .models import MyUser
user = MyUser.objects.filter(pk=user_id)
error gone
On Mon, Apr 27, 2020 at 6:57 AM Kasper Laudrup
wrote:
> Hi Sagar,
>
> On 27/04/2020 14.25, saga
Hi Sagar,
On 27/04/2020 14.25, sagar ninave wrote:
i am getting this error
It's hard to guess since you don't show where your User class comes
from, but it doesn't seem like its inheriting from the Django model class.
The error message is quite clear. Look at your User model.
Btw. just a hi
UUID string')
…
▼ Local vars <http://127.0.0.1:8000/posts/2/#>
VariableValue
bytes
None
bytes_le
None
fields
None
hex
'2'
int
None
is_safe
self
Error in formatt
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?
>
s 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 o
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
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):
>
>
>
>
set(_error_files))
> File "C:\Python35\lib\site-packages\django\utils\autoreload.py", line
> 124, in iter_modules_and_files
> if getattr(module, '__spec__', None) is None:
> SystemError: returned a result with an error
> set
>
>
>
> On Sund
a result with an error set
On Sunday, October 20, 2019 at 8:27:48 PM UTC+5:30, Abhishek Sharma wrote:
>
> I'm using Django and while run code getting below error, please help out
> on it
>
> AttributeError: cffi library '_constant_time' has no function, constant or
> global
I'm using Django and while run code getting below error, please help out on
it
AttributeError: cffi library '_constant_time' has no function, constant or
global variable named '__spec__'
--
The information in this
e-mail and any attachments is
confid
Hi ,
>>
>> While try to execute it showing AttributeError, Can some one help me on
>> this.
>>
>>
>> My views.py
>>
>>
>>
>> from django.shortcuts import render
>> from django.http import Http404
&
On Tue, Oct 1, 2019 at 9:24 PM yasar arafath Kajamydeen
wrote:
> Hi ,
>
> While try to execute it showing AttributeError, Can some one help me on
> this.
>
>
> *My views.py*
>
>
>
> from django.shortcuts import render
> from django.http import Http404
&g
Hi ,
While try to execute it showing AttributeError, Can some one help me on
this.
*My views.py*
from django.shortcuts import render
from django.http import Http404
from django.http import HttpResponse
from .models import Question
def index(request):
latest_question_list
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
ot Manager
>>>>> Please make Manager Class.
>>>>>
>>>>>
>>>>> Thanks
>>>>> Bhoopesh sisoudiya
>>>>>
>>>>> On Sat, Sep 7, 2019, 12:20 AM Kean wrote:
>>>>>
>>>>>>
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()
>
gerField()
>>
>> def save(self, *args, **kwargs):
>> self.name
>> super(Project, self).save(*args, **kwargs)
>>
>> # Category manager model
>>
>>
>> class Category(models.Model):
>> project = models.ForeignKey(
>>
;>> 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
:
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)
category = models.ForeignKey(Category, on_delete=models.CASCADE)
the err
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(request):
data = models.Businessownercrea
The bug was only on Python 3.5. It's possible the other system was 3.6 or
3.7?
Andrew
On Sun, Jul 7, 2019 at 9:48 AM Rohit Chopra wrote:
> Hi Andrew,
>
> Just a small doubt, why same code is working on my local system.
> Both local and server have same version of requirements mentioned in
> re
Hi Andrew,
Just a small doubt, why same code is working on my local system.
Both local and server have same version of requirements mentioned in
requirements.txt
Rohit
On Sun 7 Jul, 2019, 9:36 PM Andrew Godwin, wrote:
> Hi Rohit,
>
> This is my fault - we made a change in the "asgiref" librar
Hi Rohit,
This is my fault - we made a change in the "asgiref" library that
inadvertently removed Python 3.5 support. Channels still needs to support
it (even though Django doesn't).
If you update to asgiref 3.1.4, which I've just released, that should fix
the issue.
Andrew
On Sun, Jul 7, 2019
Hi All,
I am using channels to implement WebSockets.
I am trying to send data through WebSockets from *post_save *django signal.
Below is my code.
**signals.py**
@receiver(post_save, sender=CheckIn)
def send_data_on_save(sender, instance, **kwargs):
channel_layer = get_channel_layer()
s
nlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in
_call_with_frames_removed
File "C:\Users\IBM_ADMIN\TrainingCentral\NHT\admin.py", line 38, in
admin.site.register([NHTTrainer, NHTTrainerInline])
ive_path)
>> INFO 2019-02-28 19:01:49,720 module.py:861] default: "GET
>> /Common?action=%5B%22logout%22%5D HTTP/1.1" 500 -
>> File
>> "/home/cshiek/Programs/google-cloud-sdk-1.9.83/platform/google_appengine/google/appengine/ext/django/main.py",
&
.1" 500 -
> File
> "/home/cshiek/Programs/google-cloud-sdk-1.9.83/platform/google_appengine/google/appengine/ext/django/main.py",
>
> line 82, in
> management.setup_environ(settings,
> original_settings_path=settings_path)
> AttributeError: 'module
> /Common?action=%5B%22logout%22%5D HTTP/1.1" 500 -
> File
> "/home/cshiek/Programs/google-cloud-sdk-1.9.83/platform/google_appengine/google/appengine/ext/django/main.py",
>
> line 82, in
> management.setup_environ(settings,
> original_settings_path=setting
1 - 100 of 404 matches
Mail list logo