ImageField always calling update_dimensions_fields

2016-12-03 Thread ggilley
I needed to get to the width and height of an image. After discovering that doing so on an ImageField loads the file, I added width_field and height_field to my model. I did a migration and starting using the new model. However, it *always* seems to call update_dimension_fields every time the

Re: Best practice for implementing a dynamic "other" field in a group of radio buttons?

2016-12-03 Thread Ryan Nowakowski
On Fri, Nov 25, 2016 at 03:47:45PM -0800, Quentin Fulsher wrote: > Hi all, > > I'm working on a form that has to support a few groups of radio buttons. > I'm wondering if there is a recommended way to do an "other" radio button > that can be dynamically set by the user. Like the user can select

Re: Django Migration Error in Heroku, but migrate correctly in heroku local

2016-12-03 Thread Vijay Khemlani
If you are versioning your migration files (most liketly) then you don't have to run makemigrations in the server again. On Fri, Dec 2, 2016 at 11:55 PM, zhangdb7 wrote: > Python 3.5, Django 1.10.3, Sqlite > I have deployed a django app in heroku.It ran without errors before. One > day I make so

Javascript i18n - makemessages doesnt create a djangojs file.

2016-12-03 Thread Laurent Dumont
Hey guys, /opt/venv/bin/python ../manage.py makemessages -d djangojs -l en -l fr Looking into debugging this further, I want to translate a few JS files but the makemessages commands fails to create the Djanjojs files. I'm using something like this : url(r'^jsi18n/$', JavaScript

Django Migration Error in Heroku, but migrate correctly in heroku local

2016-12-03 Thread zhangdb7
Python 3.5, Django 1.10.3, Sqlite I have deployed a django app in heroku.It ran without errors before. One day I make some change in models.py. I first do python manage.py collectstatic, python manage.py makemigrations, python manage.py migrate, heroku local web -f Procfile.windows, the app run

Re: 'getaddrinfo failed', new to Django

2016-12-03 Thread Awais Arshad
On Tuesday, 5 May 2009 17:17:44 UTC+5, Chris DPS wrote: > > I'm starting out with Django. > > When I attempt to execute runserver, this error happens: > > Error: (10104, 'getaddrinfo failed') > > > > What is the reason for this and how can I fix it? > I am not too computer-savvy, so complete