Re: Django error while running

2023-04-04 Thread 'JOSE GONZALEZ SANCHEZ' via Django users
That worked for me Thanks! El lunes, 27 de marzo de 2023 a las 20:02:03 UTC+2, Makan Dianka escribió: > Run this command> pip install -r requirements.txt > > Le mercredi 22 mars 2023 à 13:53:15 UTC+1, James Kalu a écrit : > >> I think it ushould be 'rest_framework' in settings.py under installed

Re: Django error while running

2023-03-27 Thread Makan Dianka
Run this command> pip install -r requirements.txt Le mercredi 22 mars 2023 à 13:53:15 UTC+1, James Kalu a écrit : > I think it ushould be 'rest_framework' in settings.py under installed apps. > > > On Wednesday, March 22, 2023 at 4:50:30 AM UTC+3 David Nugent wrote: > >> Any traceback with this

Re: Django error while running

2023-03-22 Thread James Kalu
I think it ushould be 'rest_framework' in settings.py under installed apps. On Wednesday, March 22, 2023 at 4:50:30 AM UTC+3 David Nugent wrote: > Any traceback with this at the end: > > _bootstrap._gcd_import(name[level..], package, level) > > Is almost always is due to a problem with your

Re: Django error while running

2023-03-22 Thread Chandresh . T
I just added apps and templates, static file locations. On Wed, 22 Mar 2023 at 17:36, Ahmad Abdulnasir Shuaib < ahmadabdulnas...@gmail.com> wrote: > It looks like you mistakenly alter your settings, check your > INSTALLED_APPS in settings.py > > ModuleNotFoundError: No module named

Re: Django error while running

2023-03-22 Thread Ahmad Abdulnasir Shuaib
It looks like you mistakenly alter your settings, check your INSTALLED_APPS in settings.py ModuleNotFoundError: No module named 'rest_frameworkdjango' There should be a comma between rest_framework and django On Wed, Mar 22, 2023, 12:18 PM Chandresh . T wrote: > Hello all! This is the setting

Re: Django error while running

2023-03-22 Thread Chandresh . T
Hello all! This is the setting file of the project and I actually installed requirement.txt already. In that it said "already installed rest_framework" but while running it shows an error that no module called rest_framework is installed. On Wed, 22 Mar 2023 at 07:20, David Nugent wrote: > Any

Re: Django error while running

2023-03-21 Thread David Nugent
Any traceback with this at the end: _bootstrap._gcd_import(name[level..], package, level) Is almost always is due to a problem with your settings INSTALLED_APPS, particularly if django\apps\registry.py Is further up the trace. A missing comma between items, perhaps? It would indeed be

Re: Django error while running

2023-03-21 Thread Prosper Lekia
If the clone project has a requirements.txt file, you can run pip install requirements.txt. Else, install Django rest_framework in your virtual environment. On Tue, Mar 21, 2023, 17:06 oba stephen wrote: > Can you share the content of your settings file? The installed apps in > particular... >

Re: Django error while running

2023-03-21 Thread oba stephen
Can you share the content of your settings file? The installed apps in particular... On Tue, 21 Mar 2023, 16:05 Chandresh . T, wrote: > Recently I was running a git clone ( > https://github.com/divanov11/StudyBud.git) > > after doing required steps like migrations, etc. I started to run it by >

Django error while running

2023-03-21 Thread Chandresh . T
Recently I was running a git clone ( https://github.com/divanov11/StudyBud.git) after doing required steps like migrations, etc. I started to run it by (python manage.py runserver) but I got this error. can anyone help me with this, please? Thanks in advance! PS

Django Error

2022-01-10 Thread Pablo Alonso
Can someone please help me with this error? NoReverseMatch at /store/Reverse for 'agregar_producto' with arguments '('',)' not found. 1 pattern(s) tried: ['cart/agregar/(?P[0-9]+)/\\Z'] I'm very new using Django. [image: Captura.PNG] -- You received this message because you are subscribed

Re: Django error: type object has no attribute 'objects'‏‏

2021-11-10 Thread Shada Bahassan
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

Re: Django error: type object has no attribute 'objects'‏‏

2021-11-09 Thread 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 runsever, It give error: type object 'DemoMCall' has no attribute 'obejects' Typo: obejects -> objects. Kind regards Kasper Laudrup --

Re: Django error

2020-12-02 Thread Andréas Kühne
As far as I can see you haven't saved your changes in the urls.py and views.py files? Otherwise it should work? Regards, Andréas Den ons 2 dec. 2020 kl 22:02 skrev Ujala Asaf : > Hello, I am a beginner at Django..and I'm facing an error at the very > first step...Django is not displaying my

Re: Django error

2020-12-02 Thread Kasper Laudrup
On 02/12/2020 11.54, Ahmed omar miladi wrote: Hello guys I'm new with Django so I have this problem can someone help me to fixed it No -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Django error

2020-12-02 Thread Ahmed omar miladi
Hello guys I'm new with Django so I have this problem can someone help me to fixed 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-ERROR no reverse for 'user_blog' find solutions here

2020-04-27 Thread Anonymous Patel
https://youtu.be/5hDZ328uKk0 Here is Developers community guys for django errors, i found many solutions videos here in this channel you guys can even search for solutions there. It helped me a lot and many of my Developers friend same from Django channel Link for YouTube is :-

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2020-04-23 Thread mourice otieno Oduor
On Tuesday, 10 December 2019 11:00:32 UTC-5, Balaji wrote: > > Hi > > I am getting error for every Project. > > I created new environment and reinstalled python and Django. > > emplateSyntaxError at / > > 'staticfiles' is not a registered tag library. Must be one of: > admin_list > admin_modify

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2020-04-22 Thread sahil khan
If you have this type of problem plz connect or join our you tube channel 'errormania' and comment whatever your errors problem i will make a video on particular error Link: https://www.youtube.com/channel/UCxxPBCkto7W8MX6TMctgLqw On Sun, 19 Apr 2020, 7:09 am rama prakash y, wrote: > THANK YOU

RelatedObjectDoesNotExist: User has no profile, Django error || unable to login after signup

2020-04-21 Thread Anonymous Patel
https://youtu.be/QDk3rI_H3ks here is the video for the error from this awesome community of developers, @errormania they provide solution all programming errors. they reply in a day or come up with a solution to your errors. they help as much as they can -- You received this message because

Watch "RelatedObjectDoesNotExist: User has no profile, Django error || unable to login after signup" on YouTube

2020-04-21 Thread Anonymous Patel
https://youtu.be/QDk3rI_H3ks Raj Patel -- 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

Watch "RelatedObjectDoesNotExist: User has no profile, Django error || unable to login after signup" on YouTube

2020-04-20 Thread Anonymous Patel
https://youtu.be/QDk3rI_H3ks Raj Patel Live premiere for all your errors -- 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

Watch "RelatedObjectDoesNotExist: User has no profile, Django error || unable to login after signup" on YouTube

2020-04-20 Thread Anonymous Patel
https://youtu.be/QDk3rI_H3ks They are coming with good solutions. I took help from them and they help as well subscribe there ask them directly they will create video's on the errors we are facing -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2020-04-18 Thread rama prakash y
THANK YOU BROOO On Tuesday, December 17, 2019 at 4:38:39 AM UTC+5:30, Bilim Tr wrote: > > > > 10 Aralık 2019 Salı 19:00:32 UTC+3 tarihinde Balaji yazdı: >> >> Hi >> >> I am getting error for every Project. >> >> I created new environment and reinstalled python and Django. >> >>

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2020-04-03 Thread Arjun Singh
Thank You For Posting this answer ...I was trying to solve this error whole night but thank you i got solution from YOU. On Thursday, December 12, 2019 at 1:34:59 PM UTC+5:30, Andréas Kühne wrote: > > Are you running django 3.0? > > If you are you shouldn't use: {% load static from staticfiles

Re: [Django] Error occured while saving a form created through model formset factory

2020-02-15 Thread Integr@te System
Hi, Plz check about: HttpResponseRedirect('/gspapp/ModelGSPRequestList') On Sat, Feb 15, 2020, 13:15 Dilipkumar Noone wrote: > Hi Maninder, > > This error seems because i used choice field which actually use names as > values but django expects the id. > > As Django automatically creates a

Re: [Django] Error occured while saving a form created through model formset factory

2020-02-14 Thread Dilipkumar Noone
Hi Maninder, This error seems because i used choice field which actually use names as values but django expects the id. As Django automatically creates a ModelChoicefield for a Foreign Key which use the correct values,i modified the code as below in forms.py. I have a requirement to populate

[Django] Error occured while saving a form created through model formset factory

2020-02-09 Thread Dilipkumar Noone
I am a Django learner. 1.I have a requirement to create the multiple forms in a single page for a model. 2.So i created the formset using modelformset_factory. 3.I have 2 models. a)ModelRegister b)ModelGSPRequest. 4.ModelGSPRequest has a field named registered_model which is a foreignKey to

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2019-12-18 Thread Balaji Shetty
Thank you very much everyone for help.My problem is solved with version updates. On Tuesday, December 17, 2019, Bilim Tr wrote: > > > 10 Aralık 2019 Salı 19:00:32 UTC+3 tarihinde Balaji yazdı: >> >> Hi >> >> I am getting error for every Project. >> >> I created new environment and reinstalled

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2019-12-16 Thread Bilim Tr
10 Aralık 2019 Salı 19:00:32 UTC+3 tarihinde Balaji yazdı: > > Hi > > I am getting error for every Project. > > I created new environment and reinstalled python and Django. > > emplateSyntaxError at / > > 'staticfiles' is not a registered tag library. Must be one of: > admin_list > admin_modify

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2019-12-12 Thread Andréas Kühne
Are you running django 3.0? If you are you shouldn't use: {% load static from staticfiles %} anymore. You should just write {% load static %} This broke a couple of things for me as well, but this minor change got it working again. Regards, Andréas Den tis 10 dec. 2019 kl 16:59 skrev Balaji

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

2019-12-10 Thread Dvs Khamele
https://stackoverflow.com/questions/18321684/staticfiles-is-not-a-valid-tag-library-template-library-staticfiles-not-found See this, Add these lines, django.contrib.staticfiles to INSTALLED_APPS in settings.py On Tue, 10 Dec 2019 at 21:29, Balaji Shetty wrote: > Hi > > I am getting error for

Re: Reg: Django Error

2019-10-05 Thread Gil Obradors
Hi, Try without regex, with int indication: path('articles//', views.year_archive), https://docs.djangoproject.com/en/2.2/topics/http/urls/ Missatge de anil polineni del dia ds., 5 d’oct. 2019 a les 3:55: > @ Dear all, > > > please reslove the djangoerror > > -- > You received this

Re: Django Error upon running the system

2019-08-07 Thread Mike Dewhirst
On 7/08/2019 3:34 pm, Davin Pore wrote: Hi  How I would define the the environment variable DJANGO_SETTINGS_MODULE In Windows Explorer, right-click 'This PC' then select 'Properties' and finally 'Advanced system settings'. You will see a button labelled [Environment variables] However

Re: Django Error upon running the system

2019-08-06 Thread Davin Pore
Hi How I would define the the environment variable DJANGO_SETTINGS_MODULE On Tuesday, 6 August 2019 09:07:45 UTC+8, DANIEL URBANO DE LA RUA wrote: > > not configured. You must either define the environment variable > DJANGO_SETTINGS_MODULE y have the trik in the logs > > On Tue, 6 Aug 2019,

Re: Django Error upon running the system

2019-08-05 Thread 胡超
Please post the contents of your settings file. I guess your settings file is wrongs. > 在 2019年8月6日,上午8:45,Davin Pore 写道: > > Could you help me to fix this issue. I encountered while running the system. > > C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\Scripts\python.exe >

Re: Django Error upon running the system

2019-08-05 Thread DANIEL URBANO DE LA RUA
not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE y have the trik in the logs On Tue, 6 Aug 2019, 02:46 Davin Pore Could you help me to fix this issue. I encountered while running the > system. > >

Re: Django Error upon running the system

2019-08-05 Thread Mike Dewhirst
On 6/08/2019 10:45 am, Davin Pore wrote: Could you help me to fix this issue. I encountered while running the system. Your command line needs an extra argument --settings= where that might be worked out from ... https://docs.djangoproject.com/en/2.2/topics/settings/#designating-the-settings

Django Error upon running the system

2019-08-05 Thread Davin Pore
Could you help me to fix this issue. I encountered while running the system. C:\Users\davin.l.pore\Documents\JFETM_BMS\jfetmbox\venv\Scripts\python.exe C:/Users/davin.l.pore/Documents/JFETM_BMS/JFETM/Box_Cronjob/box/cronjob/b0302_get_folder_file.py Traceback (most recent call last): File

Re: Why am I getting multiple django error report emails for every exception?

2019-07-19 Thread Tal
After a bit of digging, it turns out that if I disable the django-channels app that I'm using, I only get the one email with the exception that was thrown. Even if I don't disable the django-channels app, and run it with daphne (as I would in production), rather than using the django channels

Why am I getting multiple django error report emails for every exception?

2019-07-19 Thread Tal
I setup my django 2.2.3 project to use gmail to send emails out. I also have it configured to send me emails about any exceptions that occur. To test it, I made a view with: float('a') It works, but I'm getting 2 emails in my Gmail inbox every time I hit that view: [image: Screen Shot

Re: Typical Django Error

2019-06-18 Thread bharat pamnani
Its basically a file importing error from model thats why your view is showing error and saying No module name views check your importing file and make sure that file which you are importing is using in your program. I am sure it will fix the problem. On Tue, Jun 18, 2019 at 3:46 PM Soumen

Typical Django Error

2019-06-18 Thread Soumen Khatua
Hi Folks, After I turnded debug into False and Alowed host=['providedip','*']. It's showing like this: mod = import_module(mod_name) File "C:\Users\sou\AppData\Local\Programs\Python\Python36\lib\importlib\__ __.py", line 126, in import_module return _bootstrap._gcd_import(name[level:],

Re: Django-error about files

2019-01-13 Thread Tarık Kantar
All right! Could you please say how can I am inside of my project’s folder? I actually new for using these processes. Thank you so much. On 13 Jan 2019 Sun at 21:01 Nebojsa Hajdukovic wrote: > you need to be inside of your project's folder, not users\asus > > нед, 13. јан 2019. у 20:59 је

Re: Django-error about files

2019-01-13 Thread kennedy kay
This is most probably because you are not in the directory containing manage.py Ensure you are in the directory containing 'manage.py' To do enter the command >dir see if the list of files in that directory contains manage.py If not, then >cd nam-of-folder-containing-manage.py Voila. On

Re: Django-error about files

2019-01-13 Thread Nebojsa Hajdukovic
you need to be inside of your project's folder, not users\asus нед, 13. јан 2019. у 20:59 је написао/ла: > Hello, Could you please help me why I cant open manage.py file? You can > find the problem easily through this screen shot below. > > -- > You received this message because you are

Django-error about files

2019-01-13 Thread tarikkantar25
Hello, Could you please help me why I cant open manage.py file? You can find the problem easily through this screen shot below. -- 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,

Re: please help me about django error that encoding is wrong

2017-08-22 Thread James Schneider
> > > System check identified 1 issue (0 silenced). > August 22, 2017 - 02:05:59 > Django version 1.11.4, using settings 'untitle7.settings' > Starting development server at http://127.0.0.1:8000/ > Quit the server with CTRL-BREAK. > Unhandled exception in thread started by check_errors..wrapper

Re: please help me about django error that encoding is wrong

2017-08-22 Thread Vijay Khemlani
What is the hostname of your machine? If you are using Windows then you can execute "ipconfig /all" on a cmd prompt On Mon, Aug 21, 2017 at 11:27 PM, 輝夜三日月 wrote: > >

please help me about django error that encoding is wrong

2017-08-22 Thread 輝夜三日月
just create a django project in Pycharm which was in a virtual environment ,while it send me a unsolved problem about following things:

Re: redirect NoReverseMatch Django error

2016-08-05 Thread Sergiy Khohlov
Also please add your templates. Looks like you are using URLs in the templates 5 серп. 2016 14:05 "ludovic coues" пише: > Have you added your app to the INSTALLED_APPS setting ? > > 2016-08-05 10:05 GMT+02:00 Dimitris Tsiktsiris : > > Here are my view and

Re: redirect NoReverseMatch Django error

2016-08-05 Thread ludovic coues
Have you added your app to the INSTALLED_APPS setting ? 2016-08-05 10:05 GMT+02:00 Dimitris Tsiktsiris : > Here are my view and urls > app url > app_name = 'profs' > urlpatterns = [ > url(r'^$', views.index, name='index'), > url(r'^contact/', views.contact,

redirect NoReverseMatch Django error

2016-08-05 Thread Dimitris Tsiktsiris
Here are my view and urls app url app_name = 'profs' urlpatterns = [ url(r'^$', views.index, name='index'), url(r'^contact/', views.contact, name='contact'), url(r'^check_login/', views.check_login, name='check_login'), url(r'^(?P[a-zA-Z]+)/edit_news/$', views.edit_news, name=

Re: Django error: migrations not working

2016-02-18 Thread Daniel Roseman
On Thursday, 18 February 2016 12:14:54 UTC, Jasleen Kaur wrote: > > I am unable to do any migrations in any django project. Need help. > > $python manage.py makemigrations > No changes detected > > $django-admin check > ... > ... > django.core.exceptions.ImproperlyConfigured: Requested setting >

Django error: migrations not working

2016-02-18 Thread Jasleen Kaur
I am unable to do any migrations in any django project. Need help. $python manage.py makemigrations No changes detected $django-admin check ... ... django.core.exceptions.ImproperlyConfigured: Requested setting DATABASES, but settings are not configured. You must either define the environment

Re: Django error report not being sent through email

2015-09-20 Thread Rob Groves
I'm not sure if it is a typo... but your have: * EMAIL_HOST = 'stmp.comp.nus.edu.sg '*Should that be: * EMAIL_HOST = 'smtp.comp.nus.edu.sg '* On Saturday, September 19, 2015 at 7:49:56 AM UTC-4, Xin Ji wrote: > > I'm using apache +

Re: Django error report not being sent through email

2015-09-20 Thread Daniel Rus Morales
Hi Xin, Maybe the server from which you are running the project can’t send emails. I would try to send an email using the send_mail function from the shell: $ python manage.py shell >>> from django.core.mail import send_mail >>> send_mail(’the subject’, ’the message’, ‘f...@example.com’, >>>

Re: Django error report not being sent through email

2015-09-19 Thread Luis Zárate
Your SMTP server are not using TLS or ssl ? El sábado, 19 de septiembre de 2015, Gergely Polonkai escribió: > It belongs to settings.py, as everything else. However, if you haven't overridden it, it should send yeu the emails. Are you sure your e-mail sender settings are set

Re: Django error report not being sent through email

2015-09-19 Thread Gergely Polonkai
It belongs to settings.py, as everything else. However, if you haven't overridden it, it should send yeu the emails. Are you sure your e-mail sender settings are set properly? Best, Gergely On 19 Sep 2015 14:27, "Xin Ji" wrote: > No, I haven't. > How should I override?

Re: Django error report not being sent through email

2015-09-19 Thread Xin Ji
No, I haven't. How should I override? And Which file should I put the LOGGING settings in? 在 2015年9月19日星期六 UTC+8下午7:49:56,Xin Ji写道: > > I'm using apache + django + mod_wsgi to serve my app. > My apache version is 2.4.7 and my django version is 1.8.4 > > My django settings are: > * DEBUG=False* >

Re: Django error report not being sent through email

2015-09-19 Thread Gergely Polonkai
Hello, BrokenLinkEmailsMiddleware sends error reports about 404 errors. 500 errors are reported via logging. Have you overridden the LOGGING setting? Best, Gergely 2015-09-19 13:49 GMT+02:00 Xin Ji : > I'm using apache + django + mod_wsgi to serve my app. > My apache

Django error report not being sent through email

2015-09-19 Thread Xin Ji
I'm using apache + django + mod_wsgi to serve my app. My apache version is 2.4.7 and my django version is 1.8.4 My django settings are: * DEBUG=False* * ADMINS = [ ('username','usern...@comp.nus.edu.sg'), ] MANAGERS = [ ('username','usern...@comp.nus.edu.sg'), ]

Django error

2014-01-10 Thread Marc Westberg
Please forgive me for a newbie problem I installed Django, i can do "python -c "import django; print(django.get_version())" and get a return of "1.6.1". When I try any command after django-admin.py. Such as django-admin.py check or django-admin.py shell, I get only the help menu. I installed

Re: Django error with installing reviewboard on solaris.

2013-08-30 Thread jumpmanlane
you might need Python 2.7+ -J On Wednesday, August 21, 2013 4:25:29 AM UTC-4, tomoya.f...@gmail.com wrote: > > I'm trying to install reviewboard on solaris 10, but this Django problem > stops me to do that. > Does anyone know how to get through this problem? > (python is 2.4) > > bash-3.2# pwd

Django error with installing reviewboard on solaris.

2013-08-21 Thread tomoya . fujita825
I'm trying to install reviewboard on solaris 10, but this Django problem stops me to do that. Does anyone know how to get through this problem? (python is 2.4) bash-3.2# pwd /home/fujita/Downloads/Django-1.3.7 bash-3.2# python setup.py install ... snip bash-3.2# ls -lt

Re: Django Error; how to empty tmp directory, cache

2012-05-26 Thread Russell Keith-Magee
On Sat, May 26, 2012 at 3:37 PM, DF wrote: > A TemplateSyntaxError error has occurred in my previously functional project > and after trying for hours to resolve it, it was determined it might be a > cache error and to empty the tmp directory at the root (the template had

Django Error; how to empty tmp directory, cache

2012-05-26 Thread DF
A TemplateSyntaxError error has occurred in my previously functional project and after trying for hours to resolve it, it was determined it might be a cache error and to empty the tmp directory at the root (the template had been working fine for a week and nothing was changed that might have

Re: Django error about utf8 with BOM when running "python manage.py compilemessages"

2012-03-27 Thread Javier Guerra Giraldez
On Tue, Mar 27, 2012 at 3:52 AM, Davide Setti wrote: > But that file is in django, not in his code, am i wrong? many brain-dead editors silently add BOMs to files when saving. being a .po file, i'd guess somebody did a small localization by editing it with the wrong

Re: Django error about utf8 with BOM when running "python manage.py compilemessages"

2012-03-27 Thread Davide Setti
On Thursday, March 8, 2012 10:04:09 PM UTC+1, Tom Evans wrote: > > Yes, just remove the BOM: > > http://en.wikipedia.org/wiki/Byte_order_mark > But that file is in django, not in his code, am i wrong? -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django error about utf8 with BOM when running "python manage.py compilemessages"

2012-03-08 Thread Tom Evans
On Thu, Mar 8, 2012 at 8:45 PM, Suteepat Damrongyingsupab wrote: > I'm using the latest Django-1.4c1. > When I run the command "python manage.py compilemessages", I got the error > as follows: > Error: The >

Django error about utf8 with BOM when running "python manage.py compilemessages"

2012-03-08 Thread Suteepat Damrongyingsupab
I'm using the latest Django-1.4c1. When I run the command "python manage.py compilemessages", I got the error as follows: Error: The /home/admin/Django-1.4c1/tests/regressiontests/i18n/commands/locale/es_AR/LC_MESSAGES/django.po file has a BOM (Byte Order Mark). Django only supports .po files

Re: django error

2012-02-09 Thread Daniel Roseman
On Thursday, 9 February 2012 13:41:31 UTC, anand jeyahar wrote: > > > Hi > > > > >> There's no searching going on here. You create a lock instance, >> passing two positional arguments, which Django interprets as the first >> fields, ID and name. >> >> That's why you should never use positional

Re: django error

2012-02-09 Thread anand jeyahar
Hi > There's no searching going on here. You create a lock instance, > passing two positional arguments, which Django interprets as the first > fields, ID and name. > > That's why you should never use positional arguments when instantiating - > always do it via keyword arguments: > lock =

Re: django error

2012-02-09 Thread Daniel Roseman
On Thursday, 9 February 2012 11:29:52 UTC, anand jeyahar wrote: > > Hi, >Am rather new to django and this error makes no sense to me.. > > > Traceback (most recent call last): > File "", line 1, in > File "/usr/local/lib/python2.7/dist-packages/django/db/models/ > base.py", line 460,

django error

2012-02-09 Thread anand jeyahar
Hi, Am rather new to django and this error makes no sense to me.. Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/django/db/models/ base.py", line 460, in save self.save_base(using=using, force_insert=force_insert,

Re: Receiving [Django] ERROR via email even if DEBUG = True

2011-07-20 Thread SmileyChris
It certainly sounds like DEBUG isn't actually True. To test, from a manage.py shell: from django.conf import settings assert settings.DEBUG No error there? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web

Receiving [Django] ERROR via email even if DEBUG = True

2011-07-20 Thread Federico Capoano
Hi, i'm using django 1.4 alpha from SVN. I get email notification for errors on my local machine which I use to develop. How can I turn these notifications off? DEBUG is True on my settings.py. Thanks -- You received this message because you are subscribed to the Google Groups "Django

Re: [Django] Error (EXTERNAL IP): /add_comment/10/

2011-05-07 Thread Andy McKay
On 2011-05-04, at 4:44 AM, Aragorn wrote: > File "/home/max/public_html/examplesite.com/django/dbe/blog/ > models.py", line 44, in save > self.body) You told us lots of stuff, including the save method, but since we don't know line numbers, which one is line 44? > UnicodeDecodeError: 'ascii'

Re: [Django] Error (EXTERNAL IP): /add_comment/10/

2011-05-04 Thread Xavier Ordoquy
Hi, Have you tried the development server (runserver) on the computer that runs the wsgy ? What LANG does apache declares (/etc/apache/envvars) ? How much of the body do you change in the save function ? Xavier. Le 4 mai 2011 à 15:16, Massimo a écrit : > Yes, I get an email when someone

Re: [Django] Error (EXTERNAL IP): /add_comment/10/

2011-05-04 Thread Massimo
Yes, I get an email when someone writes a comment. (Sorry but I do not speak English). If I run with "python manage.py runserver" the email arrives well, if run with apache wsgy the result is the error ! 2011/5/4 Xavier Ordoquy > > Le 4 mai 2011 à 13:44, Aragorn a écrit :

Re: [Django] Error (EXTERNAL IP): /add_comment/10/

2011-05-04 Thread Xavier Ordoquy
Le 4 mai 2011 à 13:44, Aragorn a écrit : > HI, > > I can not understand where is the error. when you insert a > blog comment I receive an email, but this' > the email I receive ! Hi, I noticed you have overridden the save method. Could you tell us more about what you are doing the that

Re: [Django] Error (EXTERNAL IP): /add_comment/10/

2011-05-04 Thread David Markey
What is your database? On 4 May 2011 12:44, Aragorn wrote: > HI, > > I can not understand where is the error. when you insert a > blog comment I receive an email, but this' > the email I receive ! > > > Traceback (most recent call last): > > File

[Django] Error (EXTERNAL IP): /add_comment/10/

2011-05-04 Thread Aragorn
HI, I can not understand where is the error. when you insert a blog comment I receive an email, but this' the email I receive ! Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/ base.py", line 100, in get_response response =

Re: [django] error CSRF token missing or incorrect on POST reciever

2011-01-17 Thread Jirka Vejrazka
Hmm, have you checked documentation [1] at all? The token is not the only thing, you need to enable a middleware too (a few things are needed basically). Cheers Jirka [1] http://docs.djangoproject.com/en/dev/ref/contrib/csrf/ -- You received this message because you are subscribed

[django] error CSRF token missing or incorrect on POST reciever

2011-01-17 Thread crazedpsyc
I tried to make a quick search box for my site-in-progress and expected it to be as simple as keeping the database updated. Unfortunately I ran into the following error as soon as I POSTed a query: [QUOTE] Forbidden (403) CSRF verification failed. Request aborted. Help Reason given for failure:

Unable to see Django Error Pages

2011-01-01 Thread Alagappan
Hi Friends, I have been using Django for quite sometime now. It has been working well for me all this while. For the past couple of days am not able to see the Fancy Error Pages of Django. Whenever an error occurs all I see is the name of the error - 'OperationalError', 'SyntaxError' etc on the

Re: Django error can't adapt

2010-08-03 Thread Daniel França
anyone? 2010/8/1 Daniel França : > Hi, I'm not running on Apache, just trying to run in the django > standalone server > > On Sun, Aug 1, 2010 at 5:47 AM, Antoni Aloy wrote: >> 2010/8/1 Daniel França : >>> Hi, >>> I just

Re: Django error can't adapt

2010-08-01 Thread Daniel França
Hi, I'm not running on Apache, just trying to run in the django standalone server On Sun, Aug 1, 2010 at 5:47 AM, Antoni Aloy wrote: > 2010/8/1 Daniel França : >> Hi, >> I just migrated from Linux to Mac OS, and I'm getting an error message >> when

Re: Django error can't adapt

2010-08-01 Thread Antoni Aloy
2010/8/1 Daniel França : > Hi, > I just migrated from Linux to Mac OS, and I'm getting an error message > when I try register a new user of my django site, (at my page) > I get the error: can't adapt type 'US/Eastern' > I'm using Postgresql and psycopg2, I tried to change

Django error can't adapt

2010-07-31 Thread Daniel França
Hi, I just migrated from Linux to Mac OS, and I'm getting an error message when I try register a new user of my django site, (at my page) I get the error: can't adapt type 'US/Eastern' I'm using Postgresql and psycopg2, I tried to change the TIME_ZONE to 'America/Sao_Paulo'(I'm in Brazil), but the

Re: import django : error

2010-06-24 Thread Teemu Perheentupa
Hi $import django error : import: unable to open X server `' @ import.c/ImportImageCommand/361. i am working on ubuntu 10.04 server versio you're using shell command import, which is for capturing X-windows to images. You should start python shell first, with python command: $python

Re: import django : error

2010-06-24 Thread Kenneth Gonsalves
On Wednesday 23 June 2010 23:30:14 Jagdeep Singh Malhi wrote: > $import django > error : > import: unable to open X server `' @ import.c/ImportImageCommand/361. > > i am working on ubuntu 10.04 server version > you are trying to import from the bash shell - please open a pyt

Re: import django : error

2010-06-23 Thread Jagdeep Singh Malhi
On Jun 24, 12:26 am, Karen Tracey <kmtra...@gmail.com> wrote: > On Wed, Jun 23, 2010 at 2:26 PM, Jagdeep Singh Malhi < > > > > singh.malh...@gmail.com> wrote: > > > On Jun 23, 11:00 pm, Jagdeep Singh Malhi <singh.malh...@gmail.com> > > wrote:

Re: import django : error

2010-06-23 Thread Karen Tracey
On Wed, Jun 23, 2010 at 2:26 PM, Jagdeep Singh Malhi < singh.malh...@gmail.com> wrote: > > > On Jun 23, 11:00 pm, Jagdeep Singh Malhi <singh.malh...@gmail.com> > wrote: > > $import django > > error : > > import: unable to open X server `' @ import.c/Im

Re: import django : error

2010-06-23 Thread Jagdeep Singh Malhi
On Jun 23, 11:00 pm, Jagdeep Singh Malhi <singh.malh...@gmail.com> wrote: > $import django > error : > import: unable to open X server `' @ import.c/ImportImageCommand/361. > > i am working on ubuntu 10.04 server  version And ./manage.py runserver Error: No module named

import django : error

2010-06-23 Thread Jagdeep Singh Malhi
$import django error : import: unable to open X server `' @ import.c/ImportImageCommand/361. i am working on ubuntu 10.04 server version -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Django error in django's context.py

2010-06-06 Thread zayatzz
Ok. just by testing it over and over i figured out what the problem was. The problem was, that you could not use 'pass' in context processor. If i did it like this: loginform(request): if request.user.is_authenticated(): return {} else: from

Re: Django error in django's context.py

2010-06-06 Thread zayatzz
I have been trying to track down this issue and here is what i found. I created new project. Its settings are like this: http://pastebin.com/CyiGv3nk If the line #"jalka.context.loginform" is commented out, i can go to admin just fine. I i comment it in. i get http://pastebin.com/A1mzRqFG

Re: Django error in django's context.py

2010-05-26 Thread zayatzz
On May 26, 10:26 pm, Karen Tracey wrote: > On Wed, May 26, 2010 at 12:13 PM, zayatzz wrote: > > Hello > > > I created new project, added bunch of apps (which are required for > > django cms 2.0) and when i proceeded to admin, to create first set

Re: Django error in django's context.py

2010-05-26 Thread Karen Tracey
On Wed, May 26, 2010 at 12:13 PM, zayatzz wrote: > Hello > > I created new project, added bunch of apps (which are required for > django cms 2.0) and when i proceeded to admin, to create first set of > pages i got this error: > > http://pastebin.com/ZYKuuz85 > > I also

  1   2   >