Re: Guidepath to learn django

2023-06-27 Thread Gerardo Palazuelos Guerrero
Personally, I’m using William Vincent’s book (the green one).He keeps updating the book which was the biggest reason to buy it. Current version (4.2). Regards.—Gerardo PalazuelosEnviado desde mi iPhoneEl 27 jun 2023, a la(s) 7:32, Mohit Lamba escribió:Is there any structured playlist like for eg

Re: NEW BIE HERE HOW CAN I LEARN DJANGO FAST

2022-12-24 Thread Gerardo Palazuelos Guerrero
Hi, I also found helpful the following channel: https://www.youtube.com/playlist?list=PLbMO9c_jUD44i7AkA4gj1VSKvCFIf59fb have fun! -- Gerardo Palazuelos Guerrero On Sat, Dec 24, 2022 at 7:13 PM 'Kasper Laudrup' via Django users < django-users@googlegroups.com> wrote: >

Re: Invite to join WhatsApp group

2022-08-05 Thread Gerardo Palazuelos Guerrero
I don't consider your spam emails a way to help others. Please, stop spamming this list. -- Gerardo Palazuelos Guerrero On Fri, Aug 5, 2022 at 11:32 AM Satyajit Barik wrote: > Hey Dylan, > > We do not spam anything, We try our best to help others. > > > Thanks. >

Re: HOW TO RUN DJANGO PROJECT

2022-07-22 Thread Gerardo Palazuelos Guerrero
I'm watching this series, it might help you understand. Python & Django 3.2 Tutorial Series https://www.youtube.com/watch?v=SlHBNXW1rTk&list=PLEsfXFp6DpzRMby_cSoWTFw8zaMdTEXgL -- Gerardo Palazuelos Guerrero On Fri, Jul 22, 2022 at 10:35 AM nick washington wrote: > How do

Re: Django 4.0 released

2021-12-07 Thread Gerardo Palazuelos Guerrero
Thank you! — Gerardo Palazuelos Enviado desde mi iPhone > El 7 dic 2021, a la(s) 2:28, Mariusz Felisiak > escribió: > >  > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/ > > --

Re: Django and Progressive web application

2021-08-26 Thread Gerardo Palazuelos Guerrero
Hello Duncan, First thing first: I'm not affiliated in any way to the following resource. The other day I found pythonyoga.com. And I saw they have a course on using Django while creating a PWA. Not sure how that can be helpful to you. Regards, -- Gerardo Palazuelos Guerrero On Thu, A

Re: Using Python Libraries in Django

2021-04-22 Thread Gerardo Palazuelos Guerrero
Have a look at the following video. It might help with your first question. https://youtu.be/04L0BbAcCpQ Regards, -- Gerardo Palazuelos Guerrero On Thu, Apr 22, 2021 at 2:45 PM felipe herrera wrote: > Awesome! Thank you . > > Andrés > > El jue, 22 de abr. de 2021 a la(s

Re: Deploy/publish Django project - Visual Studio 2019

2021-04-20 Thread Gerardo Palazuelos Guerrero
maybe this will help you: https://simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html -- Gerardo Palazuelos Guerrero On Tue, Apr 20, 2021 at 5:48 PM David Waller wrote: > I have built a simple Django application using VS 2019 but have no idea > how to

Re: curva de aprendizaje

2021-04-06 Thread Gerardo Palazuelos Guerrero
Also, the following list (Spanish) is very detailed: https://youtube.com/playlist?list=PLxm9hnvxnn-j5ZDOgQS63UIBxQytPdCG7 — Gerardo Palazuelos Enviado desde mi iPhone > El 6 abr 2021, a la(s) 9:10, LUIS GABRIEL CORTES JACANAMIJOY > escribió: > >  > Gracias a todos > >

Re: curva de aprendizaje

2021-04-04 Thread Gerardo Palazuelos Guerrero
Hola Luis, https://djangoforbeginners.com/ Para mi, ese libro fue de gran ayuda. Saludos, — Gerardo Palazuelos Enviado desde mi iPhone > El 4 abr 2021, a la(s) 17:20, LUIS GABRIEL CORTES JACANAMIJOY > escribió: > > hola buenas soy nuevo en esto, quisiera saber si a

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Gerardo Palazuelos Guerrero
Hi Sohail, I read your interest for pipenv in Windows. Seems are wasting precious time and not productive because of this pipenv tool, which is not even the point of Django. If that keeps resulting complicated, may I suggest you to use venv which comes integrated in recent Python installation.

Re: Django+DjangoRestFramework+React+Redux

2020-09-03 Thread Gerardo Palazuelos Guerrero
search for Brad Traversy's Django + React series of videos in YouTube -- Gerardo Palazuelos Guerrero On Thu, Sep 3, 2020 at 12:42 PM Yogendra Yadav wrote: > Anyone please suggest some good GitHub repos to learn the subject > combination > > -- > You received this mes

Re: Sources for learning django

2020-08-20 Thread Gerardo Palazuelos Guerrero
hello, Search for William Vincent books (www.djangoforbeginners.com). Those are great. -- Gerardo Palazuelos Guerrero On Thu, Aug 20, 2020 at 4:30 PM Mohamed Ghoneim wrote: > Hey guys, > > can any one tell me name of books , websites or youtube channels which > are good to

Re: Help in designing excel like sheet in Django/python

2020-04-10 Thread Gerardo Palazuelos Guerrero
REST API (in .NET) provided and received the data. Frontend in jQuery managed the rest. Good luck. --- Gerardo Palazuelos Enviado desde mi iPhone > El 10 abr 2020, a la(s) 23:08, dvij parekh > escribió: > >  > > >> On Saturday, April 11, 2020 at 7:03:20 AM UTC+5:30,

Re: Re: Problem

2020-03-16 Thread Gerardo Palazuelos Guerrero
please proceed with this tutorial: https://tutorial.djangogirls.org/en/django_installation/ it covers all steps -- Gerardo Palazuelos Guerrero On Mon, Mar 16, 2020 at 12:59 PM Daniel Chiemelu < chiemeluchukwuemeka...@gmail.com> wrote: > So after creating the virtual environment wha

Re: Django blog post not linking to detail.html page

2020-01-19 Thread Gerardo Palazuelos Guerrero
Hello, File: template/blog/post/list.html, line 7 It doesn’t sounds good at least for me. The way I do is: post.title --- Gerardo Palazuelos Enviado desde mi iPhone > El 19 ene 2020, a la(s) 9:25, amanda escribió: > >  > Hello, > I am new to Django, i follow a book : Django

Re: I need guide in Django web development

2019-12-29 Thread Gerardo Palazuelos Guerrero
Hi, I highly suggest you Williams’s books. https://wsvincent.com/ The green one (beginners) is my best friend. --- Gerardo Palazuelos Enviado desde mi iPhone > El 29 dic 2019, a la(s) 11:11, suneel singh escribió: > > How to start Django web development , I am biggner in Django de

Re: Link a .css to a Html template

2019-12-02 Thread Gerardo Palazuelos Guerrero
as you might imagine: css js img plugins #4: On my layout.html file, I use the following: {% load static %} ... This is how it looks: I hopes that helps. -- Gerardo Palazuelos Guerrero On Mon, Dec 2, 2019 at 3:09 PM Leó Horváth wrote: > hi, > I did what Kevin requested, now con

Re: Python +django

2019-09-10 Thread Gerardo Palazuelos Guerrero
beginners #3: (free to read online) Harry Percival's https://www.obeythetestinggoat.com/ Note: I'm not affiliated or anything with those sites... it's just that those materials are helpful for me and I keep mentioning those to folks -- Gerardo Palazuelos Guerrero On Tue, Sep 10, 2019 a

Re: Upgrade Django 1.11 to 2.2 - Checking forward compatibility automatically

2019-09-09 Thread Gerardo Palazuelos Guerrero
Hi, Do you have tests for your code? https://www.obeythetestinggoat.com/ to read the book online. --- Gerardo Palazuelos Enviado desde mi iPhone El 9 sep 2019, a la(s) 13:16, amarshall escribió: > Hi, > >I'm looking for a way to test my code automatically

Re: Django is not working

2019-08-22 Thread Gerardo Palazuelos Guerrero
s for proper installation. Also: https://www.obeythetestinggoat.com/book/pre-requisite-installations.html https://djangoforbeginners.com/initial-setup/ good luck. -- Gerardo Palazuelos Guerrero On Thu, Aug 22, 2019 at 3:44 PM Tom Gertin wrote: > Hello, I have successfully install Django 1.11.22.

Re: Hosting para demostración

2019-08-09 Thread Gerardo Palazuelos Guerrero
hola, Antes mencionaron pythonanywhere.com, aca tienes una liga/tutorial: https://www.pythoncircle.com/post/18/how-to-host-django-app-on-pythonanywhere-for-free/ también puedes consultar el tutorial de DjangoGirls para más detalle. Saludos, -- Gerardo Palazuelos Guerrero On Fri, Aug 9

Re: FRONTEND AND BACKEND-DJANGO

2019-08-02 Thread Gerardo Palazuelos Guerrero
somebody else suggested this course - which seems promising for me: https://www.udemy.com/the-complete-guide-to-django-rest-framework-and-vue-js/ -- Gerardo Palazuelos Guerrero On Fri, Aug 2, 2019 at 11:36 AM Aayush Jain wrote: > Hey, > I wanted to learn whole course of Frontend and B

Re: Changing Admin Interface in Django

2019-04-11 Thread Gerardo Palazuelos Guerrero
hi, You said you want to change the standard Admin screens. But you added an screenshot of a bootstrap template. So I assume you are interested on using an Admin template. If that's the case, what you can do is to implement the template: adding files as static files, etc. regards, -- Ge

Re: Sale on Packt publishing

2019-01-08 Thread Gerardo Palazuelos Guerrero
Look for Antonio Mele's book, for Django 2.0 -- Gerardo Palazuelos Guerrero On Tue, Jan 8, 2019 at 6:58 AM Lehner Viktor wrote: > Which Django book do you recomend to by from PACKT ? > > -- > You received this message because you are subscribed to the Google Groups >

Re: I Suck

2018-10-24 Thread Gerardo Palazuelos Guerrero
Dude, We are all like you, at some point. I'm also an experienced programmer, and Django has been kind of different. I'm still learning. Listen the other guys: set a goal and solve it. Simple. Good luck. -- Gerardo Palazuelos Guerrero On Wed, Oct 24, 2018 at 8:35 AM Edson Rodrig

Re: problem with instaling django

2018-07-17 Thread Gerardo Palazuelos Guerrero
tutorial, yes, it really helped out in my beginnings. good luck, -- Gerardo Palazuelos Guerrero On Tue, Jul 17, 2018 at 4:47 PM, Shay Hershko wrote: > I tried and this is what showes up >> >> > <https://lh3.googleusercontent.com/-rXAqJzECoCI/W05x0O6KyJI/AAA

Re: Django production deployment on my VPS

2018-07-03 Thread Gerardo Palazuelos Guerrero
minimize attacks. I hopes that helps. Gerardo. -- Gerardo Palazuelos Guerrero On Tue, Jul 3, 2018 at 1:06 AM, Kamal Sharma wrote: > Hi Gerado Palazuelos Guerrero, > > Thanks a lot is is working fine for me, now i am able to deploy my django > project on production server. But

Re: Django production deployment on my VPS

2018-06-30 Thread Gerardo Palazuelos Guerrero
hi Kamal, I found this link as part of a django training I did in a udemy course (https://www.udemy.com/the-ultimate-beginners-guide-to-django-python-web-dev-website). Link is: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04

Re: Isolated virtualenv and mod_wsgi - how do I do this on Apache

2018-06-28 Thread Gerardo Palazuelos Guerrero
I hopes that helps you. Gerardo. -- Gerardo Palazuelos Guerrero On Thu, Jun 28, 2018 at 9:46 AM, Bruce Whealton < futurewavewebdevelopm...@gmail.com> wrote: > Hello all, >For a long time, this has perplexed me and I cannot find the > answer. It is a crucial rec

Re: Run server

2018-06-22 Thread Gerardo Palazuelos Guerrero
hi, I highly suggest you to check the django-girls tutorial (search for it) for newbies (at least it worked for me). It has the more detailed steps to help you understand during your initial phase. regards, Gerardo. -- Gerardo Palazuelos Guerrero On Fri, Jun 22, 2018 at 8:48 AM, Quiosa

Re: Newbie : Best data archive strategy

2018-06-12 Thread Gerardo Palazuelos Guerrero
e. Regards, Gerardo. -- Gerardo Palazuelos Guerrero On Tue, Jun 12, 2018 at 12:14 PM, Matthew Pava wrote: > Hi Mickael, > > It saves a copy of each record every time a record is changed. But it is > saved in a separate table, so it doesn’t change your model’s table. > > >

Re: help me out

2018-05-24 Thread Gerardo Palazuelos
e_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: polls/index.html, polls/question_list.html You have an issue with your templates and where are they located. Regards, -- Gerardo Palazuelos Guerrero > El 24/05/2018, a las 8:32 a.m., Umar Kambala escribió: > > File > "

Re: Starting your first app

2018-05-23 Thread Gerardo Palazuelos Guerrero
Please use djangogirls tutorial --- Gerardo Palazuelos Enviado desde mi iPhone El 23/05/2018, a la(s) 14:59, Caleb Bryson escribió: > Hey I am new to python and i am trying to use django to make my first web > page. I know the basics of python but i am stuck on the step where you

Re: Message from a django beginner user

2018-05-16 Thread Gerardo Palazuelos Guerrero
to that tutorial. Regards, --- Gerardo Palazuelos Enviado desde mi iPhone El 16/05/2018, a la(s) 08:14, subhani shaik escribió: > Hi... > How can create an app.can you please share me app data(code). > >> On Wed, May 16, 2018 at 5:46 AM, Gerald Brown wrote: >> The best

Re: Beginning Django.

2018-04-28 Thread Gerardo Palazuelos Guerrero
(Packt publisher) by Antonio Melé. It seems awesome. I hopes this helps. --- Gerardo Palazuelos Enviado desde mi iPhone El 27/04/2018, a la(s) 23:52, Kayode Oladipo escribió: > Hello friends, > I recently completed Python Crash Course 3 and I'm looking to go into web > developme

Re: export sql query to excel

2018-04-16 Thread Gerardo Palazuelos Guerrero
hi, I don´t have this github, so let me try to show you what I do. Sorry if I´m not applying best practices, but this is working on my side; I run this manually from cmd in Windows 10 (no django on this). Content of my requirements.txt: et-xmlfile==1.0.1 jdcal==1.3 openpyxl==2.5.1 pyodbc==4.0.22

Re: soy nuevo como inicio Django para desarollar con oracle

2018-02-23 Thread Gerardo Palazuelos Guerrero
hola Dimitri, Te sugiero, si puedes, que escribas en Inglés... casi no hay gente que responda en Español... Yo soy nuevo en Django también, y si lo eres tú, te sugiero iniciar el tutorial en el sitio de django ó el djangogirls Saludos, Gerardo -- Gerardo Palazuelos Guerrero On Fri, Feb 23

Re: Please support Django Girls Fundraising Campaign (sorry for irrelevant topic in this group)

2018-02-06 Thread Gerardo Palazuelos Guerrero
the django girls project was my introduction to django, and it was a good one. thanks to all people and their time... and good luck -- Gerardo Palazuelos Guerrero On Tue, Feb 6, 2018 at 4:46 AM, Anna Makarudze wrote: > Hello all, > > > My name is Anna Makarudze. I am the

Re: Django first app

2018-01-23 Thread Gerardo Palazuelos Guerrero
hi anooken, maybe you want to share your code or as an screenshot cause it does not makes sense. regards, Gerardo. -- Gerardo Palazuelos Guerrero On Tue, Jan 23, 2018 at 12:10 PM, 'anookeen' via Django users < django-users@googlegroups.com> wrote: > Hi , I am creating djan

Re: İ want to setup a server at home for testing and lerning to deploy django projects, thanks for any helping.

2017-12-01 Thread Gerardo Palazuelos Guerrero
://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment -- Gerardo Palazuelos Guerrero On Fri, Dec 1, 2017 at 9:56 AM, Ali İNCE wrote: > Thanks but i am getting trouble server settings in nginx gunicorn or > apache is there any tuts or sources. Thanks in advance. > > Android için Ou

Re: Django 2.0 tutorial

2017-11-23 Thread Gerardo Palazuelos Guerrero
Hi Carl, Please check the Django girls. They have very goods lectures for beginners. --- Gerardo Palazuelos Enviado desde mi iPhone > El 23/11/2017, a las 18:15, Carl Brubaker > escribió: > > Ok, I applied the migration, but it still doesn't work. Maybe this is a > djang

Re: Django 2.0 tutorial

2017-11-23 Thread Gerardo Palazuelos Guerrero
if the tutorial is not updated to django 2, then stick and install django 1.11 I´m a beginner too, and I was able to complete the django-girls tutorial; which is awesome for beginners good luck. -- Gerardo Palazuelos Guerrero On Thu, Nov 23, 2017 at 3:16 AM, Carl Brubaker wrote: > I

Re: Hello All - Wordpress to Django Python Web Developer

2017-10-06 Thread Gerardo Palazuelos Guerrero
hi, I have one suggestion, check the following link https://www.twoscoopspress.com/pages/django-tutorials Currently I´m working on the djangogirls tutorial (which is very good). Good luck. -- Gerardo Palazuelos Guerrero On Fri, Oct 6, 2017 at 8:29 AM, Daniel Roseman wrote: > You proba

Re: First steps in Django 1.11.5 and I have my first error

2017-09-23 Thread Gerardo Palazuelos Guerrero
n the app for the first time. Regards, Gerardo. --- Gerardo Palazuelos Enviado desde mi iPhone > El 23/09/2017, a las 09:01, Diego Muiño Orallo escribió: > > Hello, this is my first app in Django and I have the next error: > When I launch python manage.py runserver --settings=

Re: Python and Django traing

2017-08-26 Thread Gerardo Palazuelos Guerrero
Hi, I'm on the same situation, still learning. Besides the ones mentioned (I specially liked a lot the DjangoGirls tutorial), there quite few others where you can continue your progress. Let me suggest you to visit the twoscoopofdjango (I hopes name is correct) site, then navigate to Resources

Re: Build Django Blog

2017-08-26 Thread Gerardo Palazuelos Guerrero
tures. Regards. --- Gerardo Palazuelos Enviado desde mi iPhone > El 26/08/2017, a las 14:37, Zayden Rosario escribió: > > Currently, I am a beginner who hardly knows how to create a post, I want to > know what are the requirements to create a fully featured blog (Ex: supports >

Re: django hosting / Email Account

2017-08-24 Thread Gerardo Palazuelos Guerrero
) -- Gerardo Palazuelos Guerrero On Thu, Aug 24, 2017 at 10:12 AM, ADEWALE ADISA wrote: > Good day friends; > Please help me to clarify this issue: > > I just purchase a domain name , let say abc.com. > I want to host my django application on pythonanywhere.com using my > domain name abc