Re: No puedo instalar las librerías path y url para ejecutar python manage.py runserver

2018-11-29 Thread heriberto ochoa
Tienes instalado el compilador de c++ de microsoft para python, la falta de el puede arrojar ese error El jue., 29 de nov. de 2018 1:08 p. m., Ing.Daniel Bojorge < debs.fo...@gmail.com> escribió: > Estimado, te sugeriría que actualices la versión de Python a la más > actual. También (asumiendo qu

Re: Need help with unique_together - on ForeignKey and Boolean field

2018-10-05 Thread heriberto ochoa
well, maybe using forms, and the parameter initial of the send form to the template https://docs.djangoproject.com/en/2.1/ref/forms/fields/#initial or directly with javascript El vie., 5 oct. 2018 a las 10:35, Chuka Nwadiogbu () escribió: > Hi, I know it has been a while since this question was a

Re: Running a single version of my Django app but with two databases: one for dev and one for prod

2018-10-02 Thread heriberto ochoa
your can use routers, or the directive DATABASE in separate files development and production with respective configuration El lunes, 24 de septiembre de 2018, 16:18:46 (UTC-6), jim_rain escribió: > > Hi, > > I'm developing a Django app, it's hosted on an EC2 instance so I'm using > wsgi, even i

Re: Geodjango Error

2018-10-02 Thread heriberto ochoa
location. > So according to you, where should I install this GDAL? > > On Wed, Oct 3, 2018 at 12:48 AM heriberto ochoa > wrote: > >> The problem can be with Anaconda3, you installed GDAL in the path of >> Anaconda3 or in the path de other path of python?, the path of GDAL have

Re: Refer tutorials to make multitenant application with shared database with multiple schma

2018-10-02 Thread heriberto ochoa
I have try this library: https://django-tenant-schemas.readthedocs.io/en/latest/ and with db postgres El miércoles, 19 de septiembre de 2018, 1:09:20 (UTC-6), Devender Kumar escribió: > > Hi, > I need a help from you I wanna start a project which is a multitenant > application and I want the te

Re: Single Django App using Multiple Databases

2018-10-02 Thread heriberto ochoa
https://django-tenant-schemas.readthedocs.io/en/latest/ El martes, 2 de octubre de 2018, 6:53:16 (UTC-6), Glen D souza escribió: > > Hi, > > I am working on a project where i am using a single django app which is > backed by different databases. > > Let me explain the use case clearly, > > I have

Re: Geodjango Error

2018-10-02 Thread heriberto ochoa
The problem can be with Anaconda3, you installed GDAL in the path of Anaconda3 or in the path de other path of python?, the path of GDAL have all .dll file required El martes, 2 de octubre de 2018, 5:26:16 (UTC-6), VAIBHAV GUPTA escribió: > > Yaa I got the error as what you (Michal Petrucha) sta

Re: Geodjango Error

2018-10-01 Thread heriberto ochoa
try this installation https://sandbox.idre.ucla.edu/sandbox/tutorials/installing-gdal-for-windows or this http://www.sigdeletras.com/2016/instalacion-de-python-y-gdal-en-windows/ El lun., 1 de oct. de 2018 4:02 p. m., escribió: > I have installed PROJ4, GDAL and GEOS libraries using OSGeo4W ins

Re: Geodjango Error

2018-10-01 Thread heriberto ochoa
Could it be that it does not find a .dll file, what libraries do you use? El lun., 1 de oct. de 2018 11:17 a. m., escribió: > Currently, I am working on Geodjango. I have gone through all the > procedures written in > https://docs.djangoproject.com/en/2.1/ref/contrib/gis/install/#requirements >

Re: How to add form field dynamically?

2018-10-01 Thread heriberto ochoa
maybe with formset and jquery: https://docs.djangoproject.com/en/2.1/topics/forms/formsets/ El miércoles, 26 de septiembre de 2018, 5:46:14 (UTC-6), Django Lover escribió: > > I am creating a model form, i need to add a field dynamically can you > please give me the solution by using your sharp

Re: SQL MIGRATION

2018-10-01 Thread heriberto ochoa
yes you need install with pip install mysqlclient and maybe sudo apt-get install libmysqlclient-dev El martes, 25 de septiembre de 2018, 16:25:30 (UTC-6), Afoakwa Stephen escribió: > > Am getting this error when moving from mysqli to mysql databases > django.core.exceptions.ImproperlyConfigured