Migration bug in 1.9.5?

2016-04-12 Thread Aaron C. de Bruyn
* My project has been around since the Django 1.2 days. * Some time around 1.8.x I ran squashmigrations and everything worked perfectly. * I've done lots of migrations since then. * I updated the app to Python 3. * Everything was working perfectly I just did my first makemigration under python 3.

Re: Deploying a Django 1.9 project

2016-04-12 Thread Devrhoid Davis
Hi Nick, In my limited experience, you seem to have two options: 1. You can switch to another host who will grant you root access (such as linode.com) and proceed to install django and python with the required dependencies. OR You can downgrade to Python 2.7 and use django 1.7 with your

Deploying a Django 1.9 project

2016-04-12 Thread Nick Jenkins
I've been developing a site with Django 1.9 with Python3 and I'm hitting a wall when trying to deploy it to a hosting service. I currently have a shared service plan through BlueHost and I'm having trouble getting everything to work right. In talking with BlueHost they stated they only support

Re: Multidimensional form requirements

2016-04-12 Thread C. Kirby
If you are already add/deleting in place using ajax you can use that to your advantage. Don't think of it as a single form - each ajax capable component (profile, extra1, extra2, extra3) is a separate form. You have a view that populates your template with multiple forms - the profile and each

Collectstatic and determine which files need to be updated by comparing their checksum

2016-04-12 Thread Daniel Blasco
Hi, In my particular case, I'm using django-storages to upload my static files to Amazon S3. I'm serving my application from Heroku. In my local development, when I run collectstatic for a second time just after the first one, no files are being uploaded to S3 because collectstatic checks for

Re: "Error creating new content types" with multiple DB router

2016-04-12 Thread Jim T
Carlton, we have the exact same issue you described. It took a lot of searching to even find someone who has the same problem which led us to the conclusion that we just didn't understand how to perform migrations with DB Routers in play. As you described, we have: Database A - contains the

Re: install geodjango in windows 10

2016-04-12 Thread Xristos Xristoou
i dont have any from that libraries but how to install that libraries in windows 10 and python 3.5? i try to use this pip3.5 install GDAL and show me error(look image) Τη Τρίτη, 12 Απριλίου 2016 - 10:00:24 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > > can you tell me someone how to install

Re: install geodjango in windows 10

2016-04-12 Thread Xristos Xristoou
i dont have any libraries from GEOS and GDAL or PostGIS librarios for PostgreSQL. how to install this libraries in windows 10 and python 3.5. i try pip3.5 install GDAL but i have error(look image). Τη Τρίτη, 12 Απριλίου 2016 - 10:00:24 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > > can you

Re: install geodjango in windows 10

2016-04-12 Thread Jani Tiainen
Hi, GeoDjango is actually built in as django.contrib.gis package so it's "batteries included". To make it work you need to have certain GEOS and GDAL libraries. Easiest way to get them is install either MS4W stack or PostGIS librarios for PostgreSQL. Also there exists few constraints for

install geodjango in windows 10

2016-04-12 Thread Xristos Xristoou
can you tell me someone how to install geodjango step by step in windows10 ?i like to use pip if i can for that,it is easy pip. -- 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,