Re: importar datos en tiempo real de una base de datos externa

2020-03-20 Thread Shainny Martinez
Django permite realizar SQL fuera de su ORM, es decir, puedes hacer una
confección db externa con el correspondiente código SQL.

Lo que te quiero decir es que, puedes escribir un queryset personalizado.


Ese es el link directo a la documentación para que sepas cómo hacerlo:
https://docs.djangoproject.com/en/3.0/topics/db/sql/



Espero haberte ayudado.



El vie., 20 de mar. de 2020 11:45 AM, wilmer urango 
escribió:

> Buenas
>
> Me gustaría saber si existe una herramienta en django capaz de llamar
> datos de cualquier base de datos externa, coloco ejemplo especifico, estoy
> haciendo una herramienta en un empresa y quiero sacar algunos datos de la
> base de datos que tiene su ERP esto en tiempo real obviamente y hasta la
> fecha no he encontrado nada.
>
> Les agradezco su ayuda.
>
> --
> 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 the web visit
> https://groups.google.com/d/msgid/django-users/7d7950a7-6163-4c2c-923b-d080dc05a2ca%40googlegroups.com
> 
> .
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/django-users/CACPibpG4nN5DifH_Xo372sEPyf_jsUhLPEf4XhF0wHHuW9r6Pw%40mail.gmail.com.


Re: Watch "django blog gets Html tags in public view || blog || blog-detail page." on YouTube

2020-04-18 Thread Shainny Martinez




El martes, 14 de abril de 2020, 8:13:52 (UTC-6), Anonymous Patel escribió:
>
> https://youtu.be/bdY6R4RPKdE
>
>
> Tu error está en el parámetro de que pasaste a la función redirect
>
> Incorecto: redirect('home')
>
> Correcto: redirect('')
>
> Ya que en tu archivo urls.py le asignaste a HomeView la url '' que es 
> igual a la raíz.
>
>
>
>
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/django-users/3cb6ee9f-6c47-417f-b7b0-ce6a912380f7%40googlegroups.com.


Re: installation of django

2020-02-11 Thread Shainny Martinez
Hello! In this direction you can find what you are looking for:
https://tutorial.djangogirls.org/es/django_installation/

El mar., 11 de feb. de 2020 12:54 PM, Jatin Agrawal 
escribió:

> you must first create a virtual environment and activate it and then
> install django in that virtual environment. search for how to create a
> virtual environment for django projects on the internet.
>
> On Tuesday, February 11, 2020 at 9:44:28 PM UTC+5:30, paarull shukla wrote:
>>
>> heloo guys i m not able to install django please help me it .i m facing
>> issue last 10 days . i m getting collecting django after tht installation
>> not started
>>
> --
> 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 the web visit
> https://groups.google.com/d/msgid/django-users/36568b42-477f-4557-a653-ebc2b18931c0%40googlegroups.com
> 
> .
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/django-users/CACPibpFEtBeFCs1VQcf29vHfz5skUP_xzneVFBF2D3tewgpp5A%40mail.gmail.com.