Re: Learning Django for beginners

2023-10-31 Thread Vincenzo Celano
Try this video in YouTube:

Python Django 7 Hour Course


Ciao!

Il mer 25 ott 2023, 19:17 SUNIL PATEL  ha scritto:

> https://tutorial.djangogirls.org/en/
>
> On Wed, Oct 25, 2023 at 10:44 PM Janet Anastacia <
> janetanastaci...@gmail.com> wrote:
>
>> I'm new to Django development, I kindly ask for the best free  websites
>> to learn Django for beginners in 2023. I have tried to learn from different
>> websites but I don't seem to grab anything.
>>
>> On Wed, Oct 25, 2023, 3:49 PM Adam Stein  wrote:
>>
>>> On Wed, 2023-10-25 at 08:24 -0400, Larry Martell wrote:
>>>
>>> On Wed, Oct 25, 2023 at 5:35 AM Mike Dewhirst 
>>> wrote:
>>>
>>>
>>> Ahmedrufai
>>>
>>> I looked at APScheduler and like Celery it is too much of a sledgehammer
>>> for my tiny problem.
>>>
>>> I ended up using cron to launch the command each day. It works perfectly.
>>>
>>> My task now is to find a way to automate establishment of that crontab
>>> entry when the project is migrated to a new server.
>>>
>>>
>>> How are new servers deployed? How many new servers will be deployed?
>>> If it's a one off thing you are doing manually, you just have to
>>> remember to do it. If there are many, then you should use a tool like
>>> terraform or octopus, or something similar and have that do it.
>>>
>>>
>>> I use django-crontab myself for cron jobs. That way, I can add or update
>>> easily during deployment. Maybe you can make use of that so you can keep
>>> everything in your project.
>>>
>>> --
>>>
>>> Adam (a...@csh.rit.edu)
>>>
>>>
>>> --
>>> 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/6433ead4bf666e3ef52ac742df731e0cf7c66743.camel%40csh.rit.edu
>>> 
>>> .
>>>
>> --
>> 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/CAA_zVTHRM9W1UQeWnn2fFGtcusukPE09mh9tg55YAxiyFs3QEA%40mail.gmail.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/CADarRE6ieas4aJ5p4ozTEtcZXH%2B62fG%3DbN6tj%2Bxd8ts7Ghxk%3DA%40mail.gmail.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/CAB5pmX9qRgdvy3Y2quc8ZLsTGe-dwiNi7WWZJ4D91isVSECGNQ%40mail.gmail.com.


Re: Learning Django for beginners

2023-10-25 Thread SUNIL PATEL
https://tutorial.djangogirls.org/en/

On Wed, Oct 25, 2023 at 10:44 PM Janet Anastacia 
wrote:

> I'm new to Django development, I kindly ask for the best free  websites to
> learn Django for beginners in 2023. I have tried to learn from different
> websites but I don't seem to grab anything.
>
> On Wed, Oct 25, 2023, 3:49 PM Adam Stein  wrote:
>
>> On Wed, 2023-10-25 at 08:24 -0400, Larry Martell wrote:
>>
>> On Wed, Oct 25, 2023 at 5:35 AM Mike Dewhirst 
>> wrote:
>>
>>
>> Ahmedrufai
>>
>> I looked at APScheduler and like Celery it is too much of a sledgehammer
>> for my tiny problem.
>>
>> I ended up using cron to launch the command each day. It works perfectly.
>>
>> My task now is to find a way to automate establishment of that crontab
>> entry when the project is migrated to a new server.
>>
>>
>> How are new servers deployed? How many new servers will be deployed?
>> If it's a one off thing you are doing manually, you just have to
>> remember to do it. If there are many, then you should use a tool like
>> terraform or octopus, or something similar and have that do it.
>>
>>
>> I use django-crontab myself for cron jobs. That way, I can add or update
>> easily during deployment. Maybe you can make use of that so you can keep
>> everything in your project.
>>
>> --
>>
>> Adam (a...@csh.rit.edu)
>>
>>
>> --
>> 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/6433ead4bf666e3ef52ac742df731e0cf7c66743.camel%40csh.rit.edu
>> 
>> .
>>
> --
> 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/CAA_zVTHRM9W1UQeWnn2fFGtcusukPE09mh9tg55YAxiyFs3QEA%40mail.gmail.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/CADarRE6ieas4aJ5p4ozTEtcZXH%2B62fG%3DbN6tj%2Bxd8ts7Ghxk%3DA%40mail.gmail.com.


Re: Learning Django for beginners

2023-10-25 Thread Janet Anastacia
I'm new to Django development, I kindly ask for the best free  websites to
learn Django for beginners in 2023. I have tried to learn from different
websites but I don't seem to grab anything.

On Wed, Oct 25, 2023, 3:49 PM Adam Stein  wrote:

> On Wed, 2023-10-25 at 08:24 -0400, Larry Martell wrote:
>
> On Wed, Oct 25, 2023 at 5:35 AM Mike Dewhirst 
> wrote:
>
>
> Ahmedrufai
>
> I looked at APScheduler and like Celery it is too much of a sledgehammer
> for my tiny problem.
>
> I ended up using cron to launch the command each day. It works perfectly.
>
> My task now is to find a way to automate establishment of that crontab
> entry when the project is migrated to a new server.
>
>
> How are new servers deployed? How many new servers will be deployed?
> If it's a one off thing you are doing manually, you just have to
> remember to do it. If there are many, then you should use a tool like
> terraform or octopus, or something similar and have that do it.
>
>
> I use django-crontab myself for cron jobs. That way, I can add or update
> easily during deployment. Maybe you can make use of that so you can keep
> everything in your project.
>
> --
>
> Adam (a...@csh.rit.edu)
>
>
> --
> 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/6433ead4bf666e3ef52ac742df731e0cf7c66743.camel%40csh.rit.edu
> 
> .
>

-- 
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/CAA_zVTHRM9W1UQeWnn2fFGtcusukPE09mh9tg55YAxiyFs3QEA%40mail.gmail.com.