Re: Django hosting companies

2013-01-29 Thread Gustavo Andres Angulo
There is a similar solution to Heroku, called nuagehq.com regards On Tue, Jan 29, 2013 at 8:17 AM, francislutalo wrote: > Anyone with an idea of which are the best companies to host my django > applications? > > > > Thank you, > Regards > francislutalo > > -- > You received this message becaus

Re: connecting Django to MySQL

2015-02-12 Thread Gustavo Andres Angulo
On Thu, Feb 12, 2015 at 8:18 AM, Ulisses Cruz wrote: > Hello > I'm trying to connect my Django project with the MySQL database. > So I tryied to download the MySQL-python package with the command: > > *pip install MySQL-python* > > but I'm having the error: > > *error: Unable to find vcvarsall.ba

Re: Crear web apis con Django 1.6

2017-03-27 Thread Gustavo Andres Angulo
Hola Ariel, No es necesario migrar a la versión 1.7 para usar rest_framework, pero lo que si debes hacer es revisar la versión de rest_framework que soporta django 1.6 (en teoría debe ser la 3.0.0), Frente a la metodología hay bastante información http://www.vinaysahni.com/best-practices-for-a-pra

Re: Interfaz Gráfica (Frontend)

2020-04-17 Thread Gustavo Andres Angulo
Hola, puedes seguir el tutorial usando en el Proyecto de Django Girls, https://tutorial.djangogirls.org/es/ Allí puedes apoyarte con la documentación de Django. On Fri, Apr 17, 2020 at 7:56 AM Denilson Antonio Avellan < denilson.d...@gmail.com> wrote: > Hola comunidad estoy empezando con Django

Re: There's any framework for "bussiness app (ERP)" built in Django?

2016-01-04 Thread Gustavo Andres Angulo
Also you can try Tryton. Best. Gustavo. On Mon, Jan 4, 2016 at 3:30 PM, Hildeberto Mendonça wrote: > You can use Odoo for ERP if you want to keep using Python. For everything > else, use Django. > > On Mon, Jan 4, 2016 at 8:02 PM, Luis Zárate wrote: > >> I know https://github.com/django-erp/d