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.


Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-19 Thread Leo guitar girl
I have sent you an invitation

On Wed, Jan 19, 2022 at 9:54 AM Vkash Poudel 
wrote:

> can we connect via email so that i can share my codes regarding Time basis
> OTP Generation and OTP Verification and activate user's account using pyotp.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Wed, Jan 19, 2022 at 1:20 AM Leo guitar girl <
> mansarimtabas...@gmail.com> wrote:
>
>> I have not used any library. I have done manual OTP verification by using
>> Rand library as told in the tutorial.
>>
>> On Tue, Jan 18, 2022 at 9:00 PM Vkash Poudel 
>> wrote:
>>
>>> first of what did you use to generate otp. If you've used pyotp
>>> libraries then you can verify otp in simple step and the documentation is
>>> good in pyotp.
>>>
>>> On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl <
>>> mansarimtabas...@gmail.com> wrote:
>>>
 I am following the tutorial from LearnVern.com


 https://www.learnvern.com/python-tutorial-django/project-implementation-part2

 I have followed ditto as taught in the tutorial but the trainer has no
 issue and I have this issue.

 I am sharing the views.py code also

 from django.shortcuts import render
 from .models import *
 from random import randint


 # Create your views here.

 def Index(request):
 return render(request, 'myapp/index.html')


 def SignupPage(request):
 return render(request, 'myapp/signup.html')


 def RegisterUser(request):
 if request.POST['role'] == "Candidate":
 role = request.POST['role']  # Master Table Field
 fname = request.POST['fname']  # Candidate Table Field
 lname = request.POST['lname']  # Candidate Table Field
 email = request.POST['email']  # Master Table Field
 password = request.POST['password']  # Master Table Field
 cpassword = request.POST['cpassword']

 user = UserMaster.objects.filter(email=email)

 if user:
 message = "User already Exist"
 return render(request, "myapp/signup.html", {'msg': message})
 else:
 if password == cpassword:
 otp = randint(10, 99)
 newuser = UserMaster.objects.create(role=role, otp=otp, 
 email=email, password=password)
 newcand = Candidate.objects.create(user_id=newuser, 
 firstname=fname, lastname=lname)
 return render(request, "myapp/otpverify.html", {'email': 
 email})
 else:
 print("Company Registration")


 def OTPpage(request):
 return render(request, "myapp/otpverify.html")


 def OTPverify(request):
 if request.method == 'POST':
 email = request.POST['email']
 otp = request.POST['otp']

 user = UserMaster.objects.get(email=email)

 if user:
 if user.otp == otp:
 message = "OTP Verified Successfully!"
 return render(request, "myapp/login.html", {'msg': 
 message})
 else:
 message = "OTP is incorrect"
 return render(request, "myapp/otpverify.html", {'msg': 
 message})
 else:
 return render(request, "myapp/signup.html")


 On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
 wrote:

> On 18/01/2022 04.31, Leo guitar girl wrote:
> > Oh, I apologize. I had pasted the error code here don't know why it
> was
> > not sent.
> > Actually, I am trying to create a job portal by seeing a tutorial.
> Now I
> > am at the step of verifying OTP. OTP is generated successfully in
> the
> > database. But when I enter it to the textbox and submit, it shows
> this error
> >
>
> Which tutorial are you following?
>
> What's in the views.py file that is causing the error?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe
> .
> To unsubscribe from this group and all it

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-19 Thread Leo guitar girl
yeah sure

On Wed, Jan 19, 2022 at 9:54 AM Vkash Poudel 
wrote:

> can we connect via email so that i can share my codes regarding Time basis
> OTP Generation and OTP Verification and activate user's account using pyotp.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Wed, Jan 19, 2022 at 1:20 AM Leo guitar girl <
> mansarimtabas...@gmail.com> wrote:
>
>> I have not used any library. I have done manual OTP verification by using
>> Rand library as told in the tutorial.
>>
>> On Tue, Jan 18, 2022 at 9:00 PM Vkash Poudel 
>> wrote:
>>
>>> first of what did you use to generate otp. If you've used pyotp
>>> libraries then you can verify otp in simple step and the documentation is
>>> good in pyotp.
>>>
>>> On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl <
>>> mansarimtabas...@gmail.com> wrote:
>>>
 I am following the tutorial from LearnVern.com


 https://www.learnvern.com/python-tutorial-django/project-implementation-part2

 I have followed ditto as taught in the tutorial but the trainer has no
 issue and I have this issue.

 I am sharing the views.py code also

 from django.shortcuts import render
 from .models import *
 from random import randint


 # Create your views here.

 def Index(request):
 return render(request, 'myapp/index.html')


 def SignupPage(request):
 return render(request, 'myapp/signup.html')


 def RegisterUser(request):
 if request.POST['role'] == "Candidate":
 role = request.POST['role']  # Master Table Field
 fname = request.POST['fname']  # Candidate Table Field
 lname = request.POST['lname']  # Candidate Table Field
 email = request.POST['email']  # Master Table Field
 password = request.POST['password']  # Master Table Field
 cpassword = request.POST['cpassword']

 user = UserMaster.objects.filter(email=email)

 if user:
 message = "User already Exist"
 return render(request, "myapp/signup.html", {'msg': message})
 else:
 if password == cpassword:
 otp = randint(10, 99)
 newuser = UserMaster.objects.create(role=role, otp=otp, 
 email=email, password=password)
 newcand = Candidate.objects.create(user_id=newuser, 
 firstname=fname, lastname=lname)
 return render(request, "myapp/otpverify.html", {'email': 
 email})
 else:
 print("Company Registration")


 def OTPpage(request):
 return render(request, "myapp/otpverify.html")


 def OTPverify(request):
 if request.method == 'POST':
 email = request.POST['email']
 otp = request.POST['otp']

 user = UserMaster.objects.get(email=email)

 if user:
 if user.otp == otp:
 message = "OTP Verified Successfully!"
 return render(request, "myapp/login.html", {'msg': 
 message})
 else:
 message = "OTP is incorrect"
 return render(request, "myapp/otpverify.html", {'msg': 
 message})
 else:
 return render(request, "myapp/signup.html")


 On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
 wrote:

> On 18/01/2022 04.31, Leo guitar girl wrote:
> > Oh, I apologize. I had pasted the error code here don't know why it
> was
> > not sent.
> > Actually, I am trying to create a job portal by seeing a tutorial.
> Now I
> > am at the step of verifying OTP. OTP is generated successfully in
> the
> > database. But when I enter it to the textbox and submit, it shows
> this error
> >
>
> Which tutorial are you following?
>
> What's in the views.py file that is causing the error?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an em

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Vkash Poudel
can we connect via email so that i can share my codes regarding Time basis
OTP Generation and OTP Verification and activate user's account using pyotp.






































































































































































































































































































































On Wed, Jan 19, 2022 at 1:20 AM Leo guitar girl 
wrote:

> I have not used any library. I have done manual OTP verification by using
> Rand library as told in the tutorial.
>
> On Tue, Jan 18, 2022 at 9:00 PM Vkash Poudel 
> wrote:
>
>> first of what did you use to generate otp. If you've used pyotp libraries
>> then you can verify otp in simple step and the documentation is good in
>> pyotp.
>>
>> On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl <
>> mansarimtabas...@gmail.com> wrote:
>>
>>> I am following the tutorial from LearnVern.com
>>>
>>>
>>> https://www.learnvern.com/python-tutorial-django/project-implementation-part2
>>>
>>> I have followed ditto as taught in the tutorial but the trainer has no
>>> issue and I have this issue.
>>>
>>> I am sharing the views.py code also
>>>
>>> from django.shortcuts import render
>>> from .models import *
>>> from random import randint
>>>
>>>
>>> # Create your views here.
>>>
>>> def Index(request):
>>> return render(request, 'myapp/index.html')
>>>
>>>
>>> def SignupPage(request):
>>> return render(request, 'myapp/signup.html')
>>>
>>>
>>> def RegisterUser(request):
>>> if request.POST['role'] == "Candidate":
>>> role = request.POST['role']  # Master Table Field
>>> fname = request.POST['fname']  # Candidate Table Field
>>> lname = request.POST['lname']  # Candidate Table Field
>>> email = request.POST['email']  # Master Table Field
>>> password = request.POST['password']  # Master Table Field
>>> cpassword = request.POST['cpassword']
>>>
>>> user = UserMaster.objects.filter(email=email)
>>>
>>> if user:
>>> message = "User already Exist"
>>> return render(request, "myapp/signup.html", {'msg': message})
>>> else:
>>> if password == cpassword:
>>> otp = randint(10, 99)
>>> newuser = UserMaster.objects.create(role=role, otp=otp, 
>>> email=email, password=password)
>>> newcand = Candidate.objects.create(user_id=newuser, 
>>> firstname=fname, lastname=lname)
>>> return render(request, "myapp/otpverify.html", {'email': 
>>> email})
>>> else:
>>> print("Company Registration")
>>>
>>>
>>> def OTPpage(request):
>>> return render(request, "myapp/otpverify.html")
>>>
>>>
>>> def OTPverify(request):
>>> if request.method == 'POST':
>>> email = request.POST['email']
>>> otp = request.POST['otp']
>>>
>>> user = UserMaster.objects.get(email=email)
>>>
>>> if user:
>>> if user.otp == otp:
>>> message = "OTP Verified Successfully!"
>>> return render(request, "myapp/login.html", {'msg': message})
>>> else:
>>> message = "OTP is incorrect"
>>> return render(request, "myapp/otpverify.html", {'msg': 
>>> message})
>>> else:
>>> return render(request, "myapp/signup.html")
>>>
>>>
>>> On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
>>> wrote:
>>>
 On 18/01/2022 04.31, Leo guitar girl wrote:
 > Oh, I apologize. I had pasted the error code here don't know why it
 was
 > not sent.
 > Actually, I am trying to create a job portal by seeing a tutorial.
 Now I
 > am at the step of verifying OTP. OTP is generated successfully in the
 > database. But when I enter it to the textbox and submit, it shows
 this error
 >

 Which tutorial are you following?

 What's in the views.py file that is causing the error?

 Kind regards,

 Kasper Laudrup

 --
 You received this message because you are subscribed to a topic in the
 Google Groups "Django users" group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
 To unsubscribe from this group and all its topics, 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/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk
 .

>>> --
>>> 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/CAN6g

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Leo guitar girl
I have not used any library. I have done manual OTP verification by using
Rand library as told in the tutorial.

On Tue, Jan 18, 2022 at 9:00 PM Vkash Poudel 
wrote:

> first of what did you use to generate otp. If you've used pyotp libraries
> then you can verify otp in simple step and the documentation is good in
> pyotp.
>
> On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl <
> mansarimtabas...@gmail.com> wrote:
>
>> I am following the tutorial from LearnVern.com
>>
>>
>> https://www.learnvern.com/python-tutorial-django/project-implementation-part2
>>
>> I have followed ditto as taught in the tutorial but the trainer has no
>> issue and I have this issue.
>>
>> I am sharing the views.py code also
>>
>> from django.shortcuts import render
>> from .models import *
>> from random import randint
>>
>>
>> # Create your views here.
>>
>> def Index(request):
>> return render(request, 'myapp/index.html')
>>
>>
>> def SignupPage(request):
>> return render(request, 'myapp/signup.html')
>>
>>
>> def RegisterUser(request):
>> if request.POST['role'] == "Candidate":
>> role = request.POST['role']  # Master Table Field
>> fname = request.POST['fname']  # Candidate Table Field
>> lname = request.POST['lname']  # Candidate Table Field
>> email = request.POST['email']  # Master Table Field
>> password = request.POST['password']  # Master Table Field
>> cpassword = request.POST['cpassword']
>>
>> user = UserMaster.objects.filter(email=email)
>>
>> if user:
>> message = "User already Exist"
>> return render(request, "myapp/signup.html", {'msg': message})
>> else:
>> if password == cpassword:
>> otp = randint(10, 99)
>> newuser = UserMaster.objects.create(role=role, otp=otp, 
>> email=email, password=password)
>> newcand = Candidate.objects.create(user_id=newuser, 
>> firstname=fname, lastname=lname)
>> return render(request, "myapp/otpverify.html", {'email': 
>> email})
>> else:
>> print("Company Registration")
>>
>>
>> def OTPpage(request):
>> return render(request, "myapp/otpverify.html")
>>
>>
>> def OTPverify(request):
>> if request.method == 'POST':
>> email = request.POST['email']
>> otp = request.POST['otp']
>>
>> user = UserMaster.objects.get(email=email)
>>
>> if user:
>> if user.otp == otp:
>> message = "OTP Verified Successfully!"
>> return render(request, "myapp/login.html", {'msg': message})
>> else:
>> message = "OTP is incorrect"
>> return render(request, "myapp/otpverify.html", {'msg': 
>> message})
>> else:
>> return render(request, "myapp/signup.html")
>>
>>
>> On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
>> wrote:
>>
>>> On 18/01/2022 04.31, Leo guitar girl wrote:
>>> > Oh, I apologize. I had pasted the error code here don't know why it
>>> was
>>> > not sent.
>>> > Actually, I am trying to create a job portal by seeing a tutorial. Now
>>> I
>>> > am at the step of verifying OTP. OTP is generated successfully in the
>>> > database. But when I enter it to the textbox and submit, it shows
>>> this error
>>> >
>>>
>>> Which tutorial are you following?
>>>
>>> What's in the views.py file that is causing the error?
>>>
>>> Kind regards,
>>>
>>> Kasper Laudrup
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Django users" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk
>>> .
>>>
>> --
>> 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/CAN6g9JZG-4VbKFDOJtWg3rMWY4i23Gh%2Bga3PfKxYBmVMR38ayw%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> Best Regards,
> Bikash Poudel
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> ht

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Leo guitar girl
I have changed the code as you suggested.

def OTPverify(request):
if request.method == 'POST':
email = request.POST.*get*['email']
otp = request.POST.*get*['otp']


But now it gives another error,


[image: image.png]


On Tue, Jan 18, 2022 at 10:10 PM Bernard Mallala 
wrote:

>
> In your model, be sure to address defaults and required values such that
> something is passed or be user to validate.
>
> Replace
> request.POST['']
>
> With
> request.POST.get('')
>
> For example request.POST['otp']
> TO
> request.POST.get['otp']
>
>
>
> On Tuesday, January 18, 2022 at 9:00:41 AM UTC-7 bikash...@gmail.com
> wrote:
>
>> first of what did you use to generate otp. If you've used pyotp libraries
>> then you can verify otp in simple step and the documentation is good in
>> pyotp.
>>
>> On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl 
>> wrote:
>>
>>> I am following the tutorial from LearnVern.com
>>>
>>>
>>> https://www.learnvern.com/python-tutorial-django/project-implementation-part2
>>>
>>> I have followed ditto as taught in the tutorial but the trainer has no
>>> issue and I have this issue.
>>>
>>> I am sharing the views.py code also
>>>
>>> from django.shortcuts import render
>>> from .models import *
>>> from random import randint
>>>
>>>
>>> # Create your views here.
>>>
>>> def Index(request):
>>> return render(request, 'myapp/index.html')
>>>
>>>
>>> def SignupPage(request):
>>> return render(request, 'myapp/signup.html')
>>>
>>>
>>> def RegisterUser(request):
>>> if request.POST['role'] == "Candidate":
>>> role = request.POST['role']  # Master Table Field
>>> fname = request.POST['fname']  # Candidate Table Field
>>> lname = request.POST['lname']  # Candidate Table Field
>>> email = request.POST['email']  # Master Table Field
>>> password = request.POST['password']  # Master Table Field
>>> cpassword = request.POST['cpassword']
>>>
>>> user = UserMaster.objects.filter(email=email)
>>>
>>> if user:
>>> message = "User already Exist"
>>> return render(request, "myapp/signup.html", {'msg': message})
>>> else:
>>> if password == cpassword:
>>> otp = randint(10, 99)
>>> newuser = UserMaster.objects.create(role=role, otp=otp, 
>>> email=email, password=password)
>>> newcand = Candidate.objects.create(user_id=newuser, 
>>> firstname=fname, lastname=lname)
>>> return render(request, "myapp/otpverify.html", {'email': 
>>> email})
>>> else:
>>> print("Company Registration")
>>>
>>>
>>> def OTPpage(request):
>>> return render(request, "myapp/otpverify.html")
>>>
>>>
>>> def OTPverify(request):
>>> if request.method == 'POST':
>>> email = request.POST['email']
>>> otp = request.POST['otp']
>>>
>>> user = UserMaster.objects.get(email=email)
>>>
>>> if user:
>>> if user.otp == otp:
>>> message = "OTP Verified Successfully!"
>>> return render(request, "myapp/login.html", {'msg': message})
>>> else:
>>> message = "OTP is incorrect"
>>> return render(request, "myapp/otpverify.html", {'msg': 
>>> message})
>>> else:
>>> return render(request, "myapp/signup.html")
>>>
>>>
>>> On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
>>> wrote:
>>>
 On 18/01/2022 04.31, Leo guitar girl wrote:
 > Oh, I apologize. I had pasted the error code here don't know why it
 was
 > not sent.
 > Actually, I am trying to create a job portal by seeing a tutorial.
 Now I
 > am at the step of verifying OTP. OTP is generated successfully in the
 > database. But when I enter it to the textbox and submit, it shows
 this error
 >

 Which tutorial are you following?

 What's in the views.py file that is causing the error?

 Kind regards,

 Kasper Laudrup

 --
 You received this message because you are subscribed to a topic in the
 Google Groups "Django users" group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 django-users...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk
 .

>>> --
>>>
>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAN6g9JZG-4VbKFDOJtWg3rMWY4i23Gh%2Bga3PfKxYBmVMR38ayw%40mail.gmail.com
>>> 

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Jasur Suyunov
Hello my friend

Sesh, 18-yan, 2022, 7:50 TK Leo guitar girl :

> I am following the tutorial from LearnVern.com
>
>
> https://www.learnvern.com/python-tutorial-django/project-implementation-part2
>
> I have followed ditto as taught in the tutorial but the trainer has no
> issue and I have this issue.
>
> I am sharing the views.py code also
>
> from django.shortcuts import render
> from .models import *
> from random import randint
>
>
> # Create your views here.
>
> def Index(request):
> return render(request, 'myapp/index.html')
>
>
> def SignupPage(request):
> return render(request, 'myapp/signup.html')
>
>
> def RegisterUser(request):
> if request.POST['role'] == "Candidate":
> role = request.POST['role']  # Master Table Field
> fname = request.POST['fname']  # Candidate Table Field
> lname = request.POST['lname']  # Candidate Table Field
> email = request.POST['email']  # Master Table Field
> password = request.POST['password']  # Master Table Field
> cpassword = request.POST['cpassword']
>
> user = UserMaster.objects.filter(email=email)
>
> if user:
> message = "User already Exist"
> return render(request, "myapp/signup.html", {'msg': message})
> else:
> if password == cpassword:
> otp = randint(10, 99)
> newuser = UserMaster.objects.create(role=role, otp=otp, 
> email=email, password=password)
> newcand = Candidate.objects.create(user_id=newuser, 
> firstname=fname, lastname=lname)
> return render(request, "myapp/otpverify.html", {'email': 
> email})
> else:
> print("Company Registration")
>
>
> def OTPpage(request):
> return render(request, "myapp/otpverify.html")
>
>
> def OTPverify(request):
> if request.method == 'POST':
> email = request.POST['email']
> otp = request.POST['otp']
>
> user = UserMaster.objects.get(email=email)
>
> if user:
> if user.otp == otp:
> message = "OTP Verified Successfully!"
> return render(request, "myapp/login.html", {'msg': message})
> else:
> message = "OTP is incorrect"
> return render(request, "myapp/otpverify.html", {'msg': 
> message})
> else:
> return render(request, "myapp/signup.html")
>
>
> On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
> wrote:
>
>> On 18/01/2022 04.31, Leo guitar girl wrote:
>> > Oh, I apologize. I had pasted the error code here don't know why it was
>> > not sent.
>> > Actually, I am trying to create a job portal by seeing a tutorial. Now
>> I
>> > am at the step of verifying OTP. OTP is generated successfully in the
>> > database. But when I enter it to the textbox and submit, it shows
>> this error
>> >
>>
>> Which tutorial are you following?
>>
>> What's in the views.py file that is causing the error?
>>
>> Kind regards,
>>
>> Kasper Laudrup
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk
>> .
>>
> --
> 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/CAN6g9JZG-4VbKFDOJtWg3rMWY4i23Gh%2Bga3PfKxYBmVMR38ayw%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/CAGCNaHq%2B7u97EmsxRuMm0cviQj%3DmQFgp9cLSO398Q2hfZSb44A%40mail.gmail.com.


Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Abubakar Siddique
Hi,

Hope you are well

Did you successfully find the bug or not


here is my whatsapp number
You can contact here
923158090326

Thanks

On Tue, Jan 18, 2022 at 8:32 AM Leo guitar girl 
wrote:

> Oh, I apologize. I had pasted the error code here don't know why it was
> not sent.
> Actually, I am trying to create a job portal by seeing a tutorial. Now I
> am at the step of verifying OTP. OTP is generated successfully in the
> database. But when I enter it to the textbox and submit, it shows this error
>
> [image: image.png]
>
> *Please Note: I am gett*ing the submitted email from the database and
> showing it at the OTP verify page in a read-only field.
>
> Here is the Copy Paste view also of the error message
>
> Environment:
>
>
> Request Method: POST
> Request URL: http://127.0.0.1:8000/otp/
>
> Django Version: 4.0.1
> Python Version: 3.9.9
> Installed Applications:
> ['django.contrib.admin',
>  'django.contrib.auth',
>  'django.contrib.contenttypes',
>  'django.contrib.sessions',
>  'django.contrib.messages',
>  'django.contrib.staticfiles',
>  'myapp']
> Installed Middleware:
> ['django.middleware.security.SecurityMiddleware',
>  'django.contrib.sessions.middleware.SessionMiddleware',
>  'django.middleware.common.CommonMiddleware',
>  'django.middleware.csrf.CsrfViewMiddleware',
>  'django.contrib.auth.middleware.AuthenticationMiddleware',
>  'django.contrib.messages.middleware.MessageMiddleware',
>  'django.middleware.clickjacking.XFrameOptionsMiddleware']
>
>
>
> Traceback (most recent call last):
>   File
> "C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\utils\datastructures.py",
> line 83, in __getitem__
> list_ = super().__getitem__(key)
>
> During handling of the above exception ('email'), another exception
> occurred:
>   File
> "C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\core\handlers\exception.py",
> line 47, in inner
> response = get_response(request)
>   File
> "C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\core\handlers\base.py",
> line 181, in _get_response
> response = wrapped_callback(request, *callback_args, **callback_kwargs)
>   File "C:\Users\jarry\PycharmProjects\JobPortal\myapp\views.py", line 46,
> in OTPverify
> email = request.POST['email']
>   File
> "C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\utils\datastructures.py",
> line 85, in __getitem__
> raise MultiValueDictKeyError(key)
>
> Exception Type: MultiValueDictKeyError at /otp/
> Exception Value: 'email'
>
> *Thank You for your support. *
>
> On Mon, Jan 17, 2022 at 1:15 AM Kasper Laudrup 
> wrote:
>
>> On 16/01/2022 11.03, Leo guitar girl wrote:
>> >
>> > *This is the error I am getting at OTP verification step. Please guide
>> > me where I am wrong. *
>> > *
>>
>> No one here would have any idea what "OTP verification step" you are
>> talking about.
>>
>> You haven't written anything about what you are trying to achieve or
>> shared any relevant code so it's close to impossible for anyone to help
>> you.
>>
>> So your first step would be to learn how to ask questions in general.
>> Consider reading something like this:
>>
>> http://www.catb.org/~esr/faqs/smart-questions.html
>>
>> Kind regards,
>>
>> Kasper Laudrup
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/60ef1f71-85b3-0fad-d9b8-ad48139fb01e%40stacktrace.dk
>> .
>>
> --
> 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/CAN6g9JZ26XSF%3DtQp6%2BXrwx1Av0JV%2BJsUsfkga1mnFtiBumUu8A%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/CAL2GMxSDKLUUgEEBvW3Td0YhqEeO

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Bernard Mallala

In your model, be sure to address defaults and required values such that 
something is passed or be user to validate.

Replace 
request.POST['']

With
request.POST.get('')

For example request.POST['otp'] 
TO 
request.POST.get['otp'] 



On Tuesday, January 18, 2022 at 9:00:41 AM UTC-7 bikash...@gmail.com wrote:

> first of what did you use to generate otp. If you've used pyotp libraries 
> then you can verify otp in simple step and the documentation is good in 
> pyotp.
>
> On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl  
> wrote:
>
>> I am following the tutorial from LearnVern.com 
>>
>>
>> https://www.learnvern.com/python-tutorial-django/project-implementation-part2
>>
>> I have followed ditto as taught in the tutorial but the trainer has no 
>> issue and I have this issue. 
>>
>> I am sharing the views.py code also 
>>
>> from django.shortcuts import render
>> from .models import *
>> from random import randint
>>
>>
>> # Create your views here.
>>
>> def Index(request):
>> return render(request, 'myapp/index.html')
>>
>>
>> def SignupPage(request):
>> return render(request, 'myapp/signup.html')
>>
>>
>> def RegisterUser(request):
>> if request.POST['role'] == "Candidate":
>> role = request.POST['role']  # Master Table Field
>> fname = request.POST['fname']  # Candidate Table Field
>> lname = request.POST['lname']  # Candidate Table Field
>> email = request.POST['email']  # Master Table Field
>> password = request.POST['password']  # Master Table Field
>> cpassword = request.POST['cpassword']
>>
>> user = UserMaster.objects.filter(email=email)
>>
>> if user:
>> message = "User already Exist"
>> return render(request, "myapp/signup.html", {'msg': message})
>> else:
>> if password == cpassword:
>> otp = randint(10, 99)
>> newuser = UserMaster.objects.create(role=role, otp=otp, 
>> email=email, password=password)
>> newcand = Candidate.objects.create(user_id=newuser, 
>> firstname=fname, lastname=lname)
>> return render(request, "myapp/otpverify.html", {'email': 
>> email})
>> else:
>> print("Company Registration")
>>
>>
>> def OTPpage(request):
>> return render(request, "myapp/otpverify.html")
>>
>>
>> def OTPverify(request):
>> if request.method == 'POST':
>> email = request.POST['email']
>> otp = request.POST['otp']
>>
>> user = UserMaster.objects.get(email=email)
>>
>> if user:
>> if user.otp == otp:
>> message = "OTP Verified Successfully!"
>> return render(request, "myapp/login.html", {'msg': message})
>> else:
>> message = "OTP is incorrect"
>> return render(request, "myapp/otpverify.html", {'msg': 
>> message})
>> else:
>> return render(request, "myapp/signup.html")
>>
>>
>> On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup  
>> wrote:
>>
>>> On 18/01/2022 04.31, Leo guitar girl wrote:
>>> > Oh, I apologize. I had pasted the error code here don't know why it 
>>> was 
>>> > not sent.
>>> > Actually, I am trying to create a job portal by seeing a tutorial. Now 
>>> I 
>>> > am at the step of verifying OTP. OTP is generated successfully in the 
>>> > database. But when I enter it to the textbox and submit, it shows 
>>> this error
>>> > 
>>>
>>> Which tutorial are you following?
>>>
>>> What's in the views.py file that is causing the error?
>>>
>>> Kind regards,
>>>
>>> Kasper Laudrup
>>>
>>> -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Django users" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> django-users...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk
>>> .
>>>
>> -- 
>>
> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAN6g9JZG-4VbKFDOJtWg3rMWY4i23Gh%2Bga3PfKxYBmVMR38ayw%40mail.gmail.com
>>  
>> 
>> .
>>
>
>
> -- 
> Best Regards,
> Bikash Poudel
>

-- 
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 th

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Vkash Poudel
first of what did you use to generate otp. If you've used pyotp libraries
then you can verify otp in simple step and the documentation is good in
pyotp.

On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl 
wrote:

> I am following the tutorial from LearnVern.com
>
>
> https://www.learnvern.com/python-tutorial-django/project-implementation-part2
>
> I have followed ditto as taught in the tutorial but the trainer has no
> issue and I have this issue.
>
> I am sharing the views.py code also
>
> from django.shortcuts import render
> from .models import *
> from random import randint
>
>
> # Create your views here.
>
> def Index(request):
> return render(request, 'myapp/index.html')
>
>
> def SignupPage(request):
> return render(request, 'myapp/signup.html')
>
>
> def RegisterUser(request):
> if request.POST['role'] == "Candidate":
> role = request.POST['role']  # Master Table Field
> fname = request.POST['fname']  # Candidate Table Field
> lname = request.POST['lname']  # Candidate Table Field
> email = request.POST['email']  # Master Table Field
> password = request.POST['password']  # Master Table Field
> cpassword = request.POST['cpassword']
>
> user = UserMaster.objects.filter(email=email)
>
> if user:
> message = "User already Exist"
> return render(request, "myapp/signup.html", {'msg': message})
> else:
> if password == cpassword:
> otp = randint(10, 99)
> newuser = UserMaster.objects.create(role=role, otp=otp, 
> email=email, password=password)
> newcand = Candidate.objects.create(user_id=newuser, 
> firstname=fname, lastname=lname)
> return render(request, "myapp/otpverify.html", {'email': 
> email})
> else:
> print("Company Registration")
>
>
> def OTPpage(request):
> return render(request, "myapp/otpverify.html")
>
>
> def OTPverify(request):
> if request.method == 'POST':
> email = request.POST['email']
> otp = request.POST['otp']
>
> user = UserMaster.objects.get(email=email)
>
> if user:
> if user.otp == otp:
> message = "OTP Verified Successfully!"
> return render(request, "myapp/login.html", {'msg': message})
> else:
> message = "OTP is incorrect"
> return render(request, "myapp/otpverify.html", {'msg': 
> message})
> else:
> return render(request, "myapp/signup.html")
>
>
> On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
> wrote:
>
>> On 18/01/2022 04.31, Leo guitar girl wrote:
>> > Oh, I apologize. I had pasted the error code here don't know why it was
>> > not sent.
>> > Actually, I am trying to create a job portal by seeing a tutorial. Now
>> I
>> > am at the step of verifying OTP. OTP is generated successfully in the
>> > database. But when I enter it to the textbox and submit, it shows
>> this error
>> >
>>
>> Which tutorial are you following?
>>
>> What's in the views.py file that is causing the error?
>>
>> Kind regards,
>>
>> Kasper Laudrup
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk
>> .
>>
> --
> 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/CAN6g9JZG-4VbKFDOJtWg3rMWY4i23Gh%2Bga3PfKxYBmVMR38ayw%40mail.gmail.com
> 
> .
>


-- 
Best Regards,
Bikash Poudel

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


Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Leo guitar girl
I am following the tutorial from LearnVern.com

https://www.learnvern.com/python-tutorial-django/project-implementation-part2

I have followed ditto as taught in the tutorial but the trainer has no
issue and I have this issue.

I am sharing the views.py code also

from django.shortcuts import render
from .models import *
from random import randint


# Create your views here.

def Index(request):
return render(request, 'myapp/index.html')


def SignupPage(request):
return render(request, 'myapp/signup.html')


def RegisterUser(request):
if request.POST['role'] == "Candidate":
role = request.POST['role']  # Master Table Field
fname = request.POST['fname']  # Candidate Table Field
lname = request.POST['lname']  # Candidate Table Field
email = request.POST['email']  # Master Table Field
password = request.POST['password']  # Master Table Field
cpassword = request.POST['cpassword']

user = UserMaster.objects.filter(email=email)

if user:
message = "User already Exist"
return render(request, "myapp/signup.html", {'msg': message})
else:
if password == cpassword:
otp = randint(10, 99)
newuser = UserMaster.objects.create(role=role,
otp=otp, email=email, password=password)
newcand = Candidate.objects.create(user_id=newuser,
firstname=fname, lastname=lname)
return render(request, "myapp/otpverify.html", {'email': email})
else:
print("Company Registration")


def OTPpage(request):
return render(request, "myapp/otpverify.html")


def OTPverify(request):
if request.method == 'POST':
email = request.POST['email']
otp = request.POST['otp']

user = UserMaster.objects.get(email=email)

if user:
if user.otp == otp:
message = "OTP Verified Successfully!"
return render(request, "myapp/login.html", {'msg': message})
else:
message = "OTP is incorrect"
return render(request, "myapp/otpverify.html", {'msg': message})
else:
return render(request, "myapp/signup.html")


On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup 
wrote:

> On 18/01/2022 04.31, Leo guitar girl wrote:
> > Oh, I apologize. I had pasted the error code here don't know why it was
> > not sent.
> > Actually, I am trying to create a job portal by seeing a tutorial. Now I
> > am at the step of verifying OTP. OTP is generated successfully in the
> > database. But when I enter it to the textbox and submit, it shows
> this error
> >
>
> Which tutorial are you following?
>
> What's in the views.py file that is causing the error?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/P1-fQLDoncc/unsubscribe.
> To unsubscribe from this group and all its topics, 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/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk
> .
>

-- 
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/CAN6g9JZG-4VbKFDOJtWg3rMWY4i23Gh%2Bga3PfKxYBmVMR38ayw%40mail.gmail.com.


Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Kasper Laudrup

On 18/01/2022 04.31, Leo guitar girl wrote:
Oh, I apologize. I had pasted the error code here don't know why it was 
not sent.
Actually, I am trying to create a job portal by seeing a tutorial. Now I 
am at the step of verifying OTP. OTP is generated successfully in the 
database. But when I enter it to the textbox and submit, it shows this error




Which tutorial are you following?

What's in the views.py file that is causing the error?

Kind regards,

Kasper Laudrup

--
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/df6cb70c-d5a5-1f12-a832-ac5b46901fc4%40stacktrace.dk.


OpenPGP_0xE5D9CAC64AAA55EB.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-16 Thread Kasper Laudrup

On 16/01/2022 11.03, Leo guitar girl wrote:


*This is the error I am getting at OTP verification step. Please guide 
me where I am wrong. *

*


No one here would have any idea what "OTP verification step" you are 
talking about.


You haven't written anything about what you are trying to achieve or 
shared any relevant code so it's close to impossible for anyone to help you.


So your first step would be to learn how to ask questions in general. 
Consider reading something like this:


http://www.catb.org/~esr/faqs/smart-questions.html

Kind regards,

Kasper Laudrup

--
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/60ef1f71-85b3-0fad-d9b8-ad48139fb01e%40stacktrace.dk.


OpenPGP_0xE5D9CAC64AAA55EB.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-16 Thread Leo guitar girl

Environment:


Request Method: GET
Request URL: http://127.0.0.1:8000/otp/

Django Version: 4.0.1
Python Version: 3.9.9
Installed Applications:
['django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'myapp']
Installed Middleware:
['django.middleware.security.SecurityMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.clickjacking.XFrameOptionsMiddleware']



Traceback (most recent call last):
  File 
"C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\utils\datastructures.py",
 
line 83, in __getitem__
list_ = super().__getitem__(key)

During handling of the above exception ('email'), another exception 
occurred:
  File 
"C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\core\handlers\exception.py",
 
line 47, in inner
response = get_response(request)
  File 
"C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\core\handlers\base.py",
 
line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "C:\Users\jarry\PycharmProjects\JobPortal\myapp\views.py", line 45, 
in OTPverify
email = request.POST['email']
  File 
"C:\Users\jarry\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\django\utils\datastructures.py",
 
line 85, in __getitem__
raise MultiValueDictKeyError(key)

Exception Type: MultiValueDictKeyError at /otp/
Exception Value: 'email'


*This is the error I am getting at OTP verification step. Please guide me 
where I am wrong. *

*Thank You so much*

-- 
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/fa8ae7b5-e589-45b2-80f3-ae52238eab52n%40googlegroups.com.


Learning django

2020-10-22 Thread Daren adams
Hi here, for those of you looking for resouces to learn django,  you can 
check these telegram channels for leaning ressources.

https://t.me/djangonautees
https://t.me/joinchat/AFg8fQgHoBk5uPMCvQ


-- 
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/31b2d72e-9928-4676-85fb-04065f67e76en%40googlegroups.com.


Re: Sources for learning django

2020-09-07 Thread رضا قلیزاده
Hi
Dm me on telegram @PyC0der
And i will share all the resources that i collected with you for free!
Fair enough?

On Fri, 21 Aug 2020, 03:00 Mohamed Ghoneim  Hey guys,
>
> can any one tell me  name of books , websites or youtube channels  which
> are good to learn django .
>
> i also want to ask ,how long does it take to learn django ?
>
> Thanks .
>
> --
> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CANBL5L5WQwUrpTXFbDV%3DbXq4gVOKm8T9a-jgBqsG%2B3R62fib%3DQ%40mail.gmail.com.


Re: best book for learning django

2020-08-27 Thread rbarh...@gmail.com
2scoops of Django is written about version 1.8, we are now on 3.X...It's a 
problem with books and tutorials alike.  With books, which are generally 
edited and have errata, they just get out of date quickly.  With tutorials, 
people build them with mistakes and you have to rely on the community to 
help you with those mistakes because the creator has generally moved on.  I 
like books but given these problems, I prefer tutorials.  Two guys at Real 
Python, Martin Breuss and David Amos, especially Amos, will actually try to 
help you.  Cannot beat that.

On Tuesday, August 25, 2020 at 7:23:06 AM UTC-7 amankum...@gmail.com wrote:

> 2scoops of django
>
> On Tue, 25 Aug 2020, 14:20 nAnDa KuMaR k,  wrote:
>
>> hii friends 
>> i need your help
>> "which is best book learn django" 
>> please help me friends.
>>
>> -- 
>>
> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/4878f832-4c3c-40eb-a569-b38e1fdd8238n%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/343ac633-28cf-4f27-884a-95054a7a96ddn%40googlegroups.com.


Re: best book for learning django

2020-08-25 Thread 1 9 5 9 0 Aman kumar
2scoops of django

On Tue, 25 Aug 2020, 14:20 nAnDa KuMaR k,  wrote:

> hii friends
> i need your help
> "which is best book learn django"
> please help me friends.
>
> --
> 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/4878f832-4c3c-40eb-a569-b38e1fdd8238n%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/CAF77ry36C%2B_Vs-cst23GD-oz899Un8o55askeDEqReamm1vXpA%40mail.gmail.com.


RES: best book for learning django

2020-08-25 Thread Samuel Nogueira
Hi,A lot of people ask this question here. The best place to learn django is from the tutorials in the documentation. Books about tech often get outdated, so is not the best thing spend your money or time trying to look for a book. Link for the tutorials: https://docs.djangoproject.com/en/3.1/ -Samuel Nogueira Bacelar GitHub: https://github.com/SamuelNoB Linkedin: https://www.linkedin.com/in/samuel-nogueira-87800b1aa/ - De: nAnDa KuMaR kEnviado:terça-feira, 25 de agosto de 2020 05:49Para: Django usersAssunto: best book for learning django hii friends i need your help"which is best book learn django" please help me friends.-- 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/4878f832-4c3c-40eb-a569-b38e1fdd8238n%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/A9870E5B-9E69-4DBF-BEC3-A4DFF78B2982%40hxcore.ol.


Re: best book for learning django

2020-08-25 Thread Aayush Harwani
https://youtu.be/cRF7hIsIO10

This video will solve your problem , must watch.

ayush

On Tue, Aug 25, 2020, 2:20 PM nAnDa KuMaR k 
wrote:

> hii friends
> i need your help
> "which is best book learn django"
> please help me friends.
>
> --
> 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/4878f832-4c3c-40eb-a569-b38e1fdd8238n%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/CAHKG15HPDWgpxgZiY0C%2BCXULBM4GD1XeEMcPw_M-AZmvhW4HfQ%40mail.gmail.com.


best book for learning django

2020-08-25 Thread nAnDa KuMaR k
hii friends 
i need your help
"which is best book learn django" 
please help me friends.

-- 
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/4878f832-4c3c-40eb-a569-b38e1fdd8238n%40googlegroups.com.


Re: Sources for learning django

2020-08-24 Thread Setiawan Karnata
Dear All,

Thank your for the info.
Is there any specific Youtube channel/ebook pdf that explain/present how to
make web application with Django using database PostgreSQL for beginner
level? Thanks.

Regards,
Setiawan

On Mon, Aug 24, 2020 at 4:06 AM 'Amitesh Sahay' via Django users <
django-users@googlegroups.com> wrote:

> Yo start with you can implement the Django in - built authentication
> system . You will learn a lot
>
> Sent from Yahoo Mail on Android
> 
>
> On Fri, 21 Aug 2020 at 4:00, Mohamed Ghoneim
>  wrote:
> Hey guys,
>
> can any one tell me  name of books , websites or youtube channels  which
> are good to learn django .
>
> i also want to ask ,how long does it take to learn django ?
>
> Thanks .
>
> --
> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/1482317931.3525134.1598216714045%40mail.yahoo.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/CALvAhLqvtnis3KQce6x1Qu0oEfja47SLeXfqHcnzH9CaCpx62Q%40mail.gmail.com.


Re: Sources for learning django

2020-08-23 Thread 'Amitesh Sahay' via Django users
Yo start with you can implement the Django in - built authentication system . 
You will learn a lot

Sent from Yahoo Mail on Android 
 
  On Fri, 21 Aug 2020 at 4:00, Mohamed Ghoneim wrote:   
Hey guys, 
can any one tell me  name of books , websites or youtube channels  which are 
good to learn django .
i also want to ask ,how long does it take to learn django ?
Thanks .

-- 
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/5acb085e-246d-4802-9d23-b87b501918c9n%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/1482317931.3525134.1598216714045%40mail.yahoo.com.


Re: Sources for learning django

2020-08-23 Thread MUGOYA DIHFAHSIH
All resources are good for learning django but one and the only best place
to learn everything in it's depth is to use the documentation of the
framework.

Django documentation is one of the best of all web frameworks, it has
everything that you need to learn django.

Also the second best source to leaen django is to identify a problem to
solve in form of a project, this will expose to a lot of concepts of django
and yoh will just fall in love with django.. actually  this is how i have
learnt django for the past one and half years.

On Fri, Aug 21, 2020, 16:29 sapna Choudhary  wrote:

> Follow Corey Schafer youtube channel and don't have any about any book.
> Documentation of django would take away your interest to learn django so
> start with this channel.
> please do share your experience.Corey Schafer
> <https://www.youtube.com/results?search_query=corey+schafer+django>
>
> On Fri, Aug 21, 2020 at 4:00 AM Mohamed Ghoneim 
> wrote:
>
>> Hey guys,
>>
>> can any one tell me  name of books , websites or youtube channels  which
>> are good to learn django .
>>
>> i also want to ask ,how long does it take to learn django ?
>>
>> Thanks .
>>
>> --
>> 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/5acb085e-246d-4802-9d23-b87b501918c9n%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/5acb085e-246d-4802-9d23-b87b501918c9n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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/CAP6mExjYKSopfgF2yuMjgh5RTiK%2Bj9eH1Txq_eSDBkg1Ok--bw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAP6mExjYKSopfgF2yuMjgh5RTiK%2Bj9eH1Txq_eSDBkg1Ok--bw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAP%3DJD9wT5pjGpPiFKf3n_DddsMQQMwipd74o-kd8Ev_mhyM35A%40mail.gmail.com.


Re: Sources for learning django

2020-08-21 Thread sapna Choudhary
Follow Corey Schafer youtube channel and don't have any about any book.
Documentation of django would take away your interest to learn django so
start with this channel.
please do share your experience.Corey Schafer


On Fri, Aug 21, 2020 at 4:00 AM Mohamed Ghoneim  wrote:

> Hey guys,
>
> can any one tell me  name of books , websites or youtube channels  which
> are good to learn django .
>
> i also want to ask ,how long does it take to learn django ?
>
> Thanks .
>
> --
> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CAP6mExjYKSopfgF2yuMjgh5RTiK%2Bj9eH1Txq_eSDBkg1Ok--bw%40mail.gmail.com.


Re: Sources for learning django

2020-08-21 Thread Md. Nazmul Hossain
It is the best for beginners to professionals.
https://wsvincent.com/best-django-books/

On Fri, Aug 21, 2020 at 4:30 AM Mohamed Ghoneim  wrote:

> Hey guys,
>
> can any one tell me  name of books , websites or youtube channels  which
> are good to learn django .
>
> i also want to ask ,how long does it take to learn django ?
>
> Thanks .
>
> --
> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CAJSagZhGZrQwUchA1LYniRRVqUcxCdgbOxUjJZ_qbMJUDwTUnw%40mail.gmail.com.


Re: Sources for learning django

2020-08-21 Thread Ahmed Hashim
You can check youtube channel Coding Entrepreneurs, this guy is amazing.
https://www.youtube.com/channel/UCWEHue8kksIaktO8KTTN_zg

your other question regarding how long does it takes to learn, is solely
depends on your will and passion, also devotion.

On Fri, Aug 21, 2020 at 6:53 AM Mustafa Mahmoud 
wrote:

> ممكن محمد عيسي ليه كورس ع يوتيوب واقرا ال documention إلي في الموقع بتاع
> جانكو وفي  واحد تآني مش فاكر أسمو هشوفو وهقولق لو عايزو
>
> On Fri, Aug 21, 2020, 12:30 AM Mohamed Ghoneim 
> wrote:
>
>> Hey guys,
>>
>> can any one tell me  name of books , websites or youtube channels  which
>> are good to learn django .
>>
>> i also want to ask ,how long does it take to learn django ?
>>
>> Thanks .
>>
>> --
>> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CAO-epS-peTh5fkaZg%2Bcb840i%3Dq4Rm%2BvVomojVi5VpVL_z2fGMg%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/CAM9M4N8ZJCT5cDU9%3D2kZLxG67UrZG58ejow212fXqFUGuBNnRQ%40mail.gmail.com.


Re: Sources for learning django

2020-08-20 Thread Andréas Kühne
Try the django girls tutorial:

https://tutorial.djangogirls.org/en/

It's a good starting place.

Regards,

Andréas


Den fre 21 aug. 2020 kl 03:53 skrev Mustafa Mahmoud :

> ممكن محمد عيسي ليه كورس ع يوتيوب واقرا ال documention إلي في الموقع بتاع
> جانكو وفي  واحد تآني مش فاكر أسمو هشوفو وهقولق لو عايزو
>
> On Fri, Aug 21, 2020, 12:30 AM Mohamed Ghoneim 
> wrote:
>
>> Hey guys,
>>
>> can any one tell me  name of books , websites or youtube channels  which
>> are good to learn django .
>>
>> i also want to ask ,how long does it take to learn django ?
>>
>> Thanks .
>>
>> --
>> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CAO-epS-peTh5fkaZg%2Bcb840i%3Dq4Rm%2BvVomojVi5VpVL_z2fGMg%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/CAK4qSCfi9is2eXA0je4Uv0z04rtO1jpyxfi9V2vLTk3%3DTgr-yQ%40mail.gmail.com.


Re: Sources for learning django

2020-08-20 Thread Mustafa Mahmoud
ممكن محمد عيسي ليه كورس ع يوتيوب واقرا ال documention إلي في الموقع بتاع
جانكو وفي  واحد تآني مش فاكر أسمو هشوفو وهقولق لو عايزو

On Fri, Aug 21, 2020, 12:30 AM Mohamed Ghoneim  wrote:

> Hey guys,
>
> can any one tell me  name of books , websites or youtube channels  which
> are good to learn django .
>
> i also want to ask ,how long does it take to learn django ?
>
> Thanks .
>
> --
> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CAO-epS-peTh5fkaZg%2Bcb840i%3Dq4Rm%2BvVomojVi5VpVL_z2fGMg%40mail.gmail.com.


Re: Sources for learning django

2020-08-20 Thread Ari Davidow
The Django Project’s own tutorial is a good place to start: 
https://docs.djangoproject.com/en/3.1/intro/tutorial01/ 




> On Aug 20, 2020, at 6:29 PM, Mohamed Ghoneim  wrote:
> 
> Hey guys, 
> 
> can any one tell me  name of books , websites or youtube channels  which are 
> good to learn django .
> 
> i also want to ask ,how long does it take to learn django ?
> 
> Thanks .
> 
> -- 
> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/4E958F06-C6AB-4641-9F80-89EB9A21844A%40gmail.com.


Re: Sources for learning django

2020-08-20 Thread Amar prakash
Better,

Get subscription of packt.com and O'Riley publications... You will learn
everything

On Thu., Aug. 20, 2020, 6:51 p.m. Gerardo Palazuelos Guerrero, <
gerardo.palazue...@gmail.com> wrote:

> 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 learn django .
>>
>> i also want to ask ,how long does it take to learn django ?
>>
>> Thanks .
>>
>> --
>> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CAJ8iCyNv5Cn-2jt9mz43K-c5SUe%2BB%3DmK7C-B_SFr3_f-N1rw0Q%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/CAOPHvkKdmO8QnW6%3DfqqdUJQS0Gy2jpLPUmz9Pz_3gjSyUuJiOA%40mail.gmail.com.


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 learn django .
>
> i also want to ask ,how long does it take to learn django ?
>
> Thanks .
>
> --
> 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/5acb085e-246d-4802-9d23-b87b501918c9n%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/CAJ8iCyNv5Cn-2jt9mz43K-c5SUe%2BB%3DmK7C-B_SFr3_f-N1rw0Q%40mail.gmail.com.


Sources for learning django

2020-08-20 Thread Mohamed Ghoneim
Hey guys, 

can any one tell me  name of books , websites or youtube channels  which 
are good to learn django .

i also want to ask ,how long does it take to learn django ?

Thanks .

-- 
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/5acb085e-246d-4802-9d23-b87b501918c9n%40googlegroups.com.


Learning Django

2020-02-24 Thread DamnGeniuses' Squad
I'm learning Django from django documentation tutorial
But when i want to clone a template from link that was in web , the repo is 
empty
Can i get another template or link to clone ? Thankyouu

Getting a copy of Django’s development version¶ 
<https://docs.djangoproject.com/en/3.0/intro/contributing/#getting-a-copy-of-django-s-development-version>

The first step to contributing to Django is to get a copy of the source 
code. First, fork Django on GitHub <https://github.com/django/django/fork>. 
Then, from the command line, use the cd command to navigate to the 
directory where you’ll want your local copy of Django to live.

Download the Django source code repository using the following command:
/ 

$ git clone https://github.com/YourGitHubName/django.git

Low bandwidth connection?

You can add the --depth 1 argument to git clone to skip downloading all of 
Django’s commit history, which reduces data transfer from ~250 MB to ~70 MB.

Now that you have a local copy of Django, you can install it just like you 
would install any package using pip. The most convenient way to do so is by 
using a *virtual environment*, which is a feature built into Python that 
allows you to keep a separate directory of installed packages for each of 
your projects so that they don’t interfere with each other.

It’s a good idea to keep all your virtual environments in one place, for 
example in .virtualenvs/ in your home directory.

Create a new virtual environment by running:

-- 
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/4df0014a-607b-4bb0-9b0c-14ea6e9a1954%40googlegroups.com.


Re: How can i start with learning django

2019-04-05 Thread Rached Alaya
Hi,

As a start I recommand the "Programming Hero App" :
https://play.google.com/store/apps/details?id=com.learnprogramming.codecamp&hl=en_US
if you are using your smartphone to learn and "https://www.py4e.com/"; from
Dr. Chuk which is also available on "Coursera".

Good luck

Le ven. 5 avr. 2019 à 12:41, Khushal Kumar  a
écrit :

> Google djangogirls
>
> On Fri, 5 Apr 2019, 4:52 pm Harsh Jain,  wrote:
>
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAJ-rOk3EvBd%3DRh__4fQ6Hmd3DO2jram2cExez1Q3T5FKtdyDuw%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKOftJiG35Q%3DFGkmEY7oP6frjp3vVV%2BbD5898soCj00ty5d3-Q%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Rached ALAYA
Enseignant et Encadrant à l'EPI
http://episousse.com.tn/
Président et membre fondateur Association CLibre
https://www.clibre.tn
Membre du LoCo Team ubuntu-tn
http://www.ubuntu-tn.org

This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAE8BnrNdRDn8f%3DRzh2Kxgoudc3%3DFUftOo%3D5bYZ21fHfi4rN9MA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can i start with learning django

2019-04-05 Thread Khushal Kumar
Google djangogirls

On Fri, 5 Apr 2019, 4:52 pm Harsh Jain,  wrote:

>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJ-rOk3EvBd%3DRh__4fQ6Hmd3DO2jram2cExez1Q3T5FKtdyDuw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKOftJiG35Q%3DFGkmEY7oP6frjp3vVV%2BbD5898soCj00ty5d3-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can i start with learning django

2019-04-05 Thread Karan Mittal
hey, Harsh, you can start with the Djangogirls tutorial and the Django
Documentation is also very good.
You can check out Youtube which has great courses.
1. Djangogirls tutorial
https://tutorial.djangogirls.org/en/
2. Django Original Documentation
https://docs.djangoproject.com/en/2.1/
3. Django Read the Docs (Really Simple for beginners to learn concepts,
though is written for older version)
https://django-book.readthedocs.io/en/latest/introduction.html
4. Django Tutorials by Sentdex
https://youtu.be/FNQxxpM1yOs

Thank You,
Karan Mittal


On Fri, Apr 5, 2019 at 4:52 PM Harsh Jain  wrote:

>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJ-rOk3EvBd%3DRh__4fQ6Hmd3DO2jram2cExez1Q3T5FKtdyDuw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAO24gqxKjxsJFRd-oeyjTac1iaVqVqM9Sq39B8TLGhayv%3DbOCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can i start with learning django

2019-04-05 Thread Abhineet Baranwal
you can go through django documentation here


On Fri, Apr 5, 2019 at 4:52 PM Harsh Jain  wrote:

>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJ-rOk3EvBd%3DRh__4fQ6Hmd3DO2jram2cExez1Q3T5FKtdyDuw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFOSuXJLPJkjw%2BgJpgVZKQiVCtCFm9oxd3JVNNPbqYCCkyBf9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How can i start with learning django

2019-04-05 Thread Harsh Jain


-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ-rOk3EvBd%3DRh__4fQ6Hmd3DO2jram2cExez1Q3T5FKtdyDuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Virtual Groups for learning Django

2018-11-05 Thread bill . torcaso . oxfam

I hear good things about Django Girls (https://djangogirls.org/).



On Sunday, November 4, 2018 at 8:52:38 AM UTC-5, Expo Tor wrote:
>
> Anyone can recommend any online virtual groups for Django? I mean it 
> should be sth more than online tutorials - where users can come in 
> real-time with their questions.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/346e144a-6b54-4992-882a-48ac47a5262c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Virtual Groups for learning Django

2018-11-05 Thread Jason
also, you can check out python developers slack at 
https://pyslackers.com/slack/


-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bcc95893-e49b-4c35-bfdc-ec8a0a084162%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Virtual Groups for learning Django

2018-11-04 Thread Hardipinder Singh
Thanks Ari will try to get in
On Mon, 5 Nov 2018 at 00:45, Ari Davidow  wrote:

> There seem to be a host of python-related slack groups. I am part of
> python-community.slack.org, which, I believe is connected to the Boston
> community. To answer the question at hand, there is djangoboston.slack.com
> which also holds monthly meetups in the Boston area.
>
> That could get you started.
>
> ari
>
>
> On Nov 4, 2018, at 11:38 AM, Hardipinder Singh 
> wrote:
>
> Anyone has the link to join slack django group?
> On Sun, 4 Nov 2018 at 20:49, Raul Berina  wrote:
>
>> Joine Slack Python Developer Group
>>
>> On Sun, Nov 4, 2018 at 9:52 PM Expo Tor  wrote:
>>
>>> Anyone can recommend any online virtual groups for Django? I mean it
>>> should be sth more than online tutorials - where users can come in
>>> real-time with their questions.
>>>
>>> --
>>> 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 post to this group, send email to django-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/a3732cc7-2bea-4fd7-a29a-4f42feb66e6b%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>> *Raul V. Beriña*
>> skype: raul.berina
>> Mobile: +639157085241
>> WebTalk: https://www.webtalk.co/be/home/6510291
>>
>>
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAOqz%3DsopjvfASLyUVCGnoWHVfpzwA%3DrRXUHJJVE-tpS7KRnkTw%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
>
> Hd
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABTc4VwM_07wJ4PxrBUHUkHoJwp2up%2B1PgcvpD%3Ds6yLr6dMPoQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1B009473-D424-45A7-B439-80FD1F15E55C%40gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 

Hd

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABTc4VzJ0B3TqJZPQ-L_SZfvrEsmuZTGmKoJfxw6w41is--sOw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Virtual Groups for learning Django

2018-11-04 Thread Ari Davidow
There seem to be a host of python-related slack groups. I am part of 
python-community.slack.org, which, I believe is connected to the Boston 
community. To answer the question at hand, there is djangoboston.slack.com 
which also holds monthly meetups in the Boston area.

That could get you started.

ari


> On Nov 4, 2018, at 11:38 AM, Hardipinder Singh  wrote:
> 
> Anyone has the link to join slack django group?
> On Sun, 4 Nov 2018 at 20:49, Raul Berina  > wrote:
> Joine Slack Python Developer Group
> 
> On Sun, Nov 4, 2018 at 9:52 PM Expo Tor  > wrote:
> Anyone can recommend any online virtual groups for Django? I mean it should 
> be sth more than online tutorials - where users can come in real-time with 
> their questions.
> 
> -- 
> 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 post to this group, send email to django-users@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/django-users 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/a3732cc7-2bea-4fd7-a29a-4f42feb66e6b%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> 
> 
> -- 
> Raul V. Beriña
> skype: raul.berina
> Mobile: +639157085241
> WebTalk: https://www.webtalk.co/be/home/6510291 
> 
> 
> 
> 
> -- 
> 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 post to this group, send email to django-users@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/django-users 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAOqz%3DsopjvfASLyUVCGnoWHVfpzwA%3DrRXUHJJVE-tpS7KRnkTw%40mail.gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> -- 
> Hd
> 
> 
> -- 
> 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 post to this group, send email to django-users@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/django-users 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CABTc4VwM_07wJ4PxrBUHUkHoJwp2up%2B1PgcvpD%3Ds6yLr6dMPoQ%40mail.gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1B009473-D424-45A7-B439-80FD1F15E55C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Virtual Groups for learning Django

2018-11-04 Thread Hardipinder Singh
Anyone has the link to join slack django group?
On Sun, 4 Nov 2018 at 20:49, Raul Berina  wrote:

> Joine Slack Python Developer Group
>
> On Sun, Nov 4, 2018 at 9:52 PM Expo Tor  wrote:
>
>> Anyone can recommend any online virtual groups for Django? I mean it
>> should be sth more than online tutorials - where users can come in
>> real-time with their questions.
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/a3732cc7-2bea-4fd7-a29a-4f42feb66e6b%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> *Raul V. Beriña*
> skype: raul.berina
> Mobile: +639157085241
> WebTalk: https://www.webtalk.co/be/home/6510291
>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAOqz%3DsopjvfASLyUVCGnoWHVfpzwA%3DrRXUHJJVE-tpS7KRnkTw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 

Hd

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABTc4VwM_07wJ4PxrBUHUkHoJwp2up%2B1PgcvpD%3Ds6yLr6dMPoQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Virtual Groups for learning Django

2018-11-04 Thread Raul Berina
Joine Slack Python Developer Group

On Sun, Nov 4, 2018 at 9:52 PM Expo Tor  wrote:

> Anyone can recommend any online virtual groups for Django? I mean it
> should be sth more than online tutorials - where users can come in
> real-time with their questions.
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a3732cc7-2bea-4fd7-a29a-4f42feb66e6b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
*Raul V. Beriña*
skype: raul.berina
Mobile: +639157085241
WebTalk: https://www.webtalk.co/be/home/6510291

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOqz%3DsopjvfASLyUVCGnoWHVfpzwA%3DrRXUHJJVE-tpS7KRnkTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Virtual Groups for learning Django

2018-11-04 Thread Expo Tor
Anyone can recommend any online virtual groups for Django? I mean it should 
be sth more than online tutorials - where users can come in real-time with 
their questions.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a3732cc7-2bea-4fd7-a29a-4f42feb66e6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning django

2018-08-09 Thread diloudup
There is also a wonderful tutorial on Djangogirls. But it is not quite the 
last version of Django. 

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3a73ee62-4a77-4553-b869-be21b4c503b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning django

2018-08-07 Thread Derek
https://www.twoscoopspress.com/products/two-scoops-of-django-1-11

(Assuming you don't need the cutting-edge version and, to be honest, I'd 
think it extremely unlikely that anyone could write a book on a 
cutting-edge version of *any* software platform ... and I'd be very 
suspicious of such a book in any case)

On Sunday, 5 August 2018 18:59:48 UTC+2, Caleb Bryson wrote:
>
> Are there any books that teach django for the most recent version out 
> there? I have not been successful at finding a book with up to date info

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ebf65a5f-dfb3-4ee8-818a-ca9df59e12c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning django

2018-08-05 Thread vineeth sagar
Not to be mean or cheeky, but Django documentation is best book imo. Read
the docs, if they are unclear in anyway, Start reading code. That's how I
learnt about sessions and also you'll get to learn all kinds of cool stuff
when you start reading Django code, Like property,cached property, Lazy
evaluation etc.

On Aug 5, 2018 10:29 PM, "Caleb Bryson"  wrote:

> Are there any books that teach django for the most recent version out
> there? I have not been successful at finding a book with up to date info
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/0ef86713-ab00-4ae5-8bc5-9c448b9afa13%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMMZq8PB2GUgc4h%3DKAQt4Y8n6v9LY9Cp1dmqK-2RNpkHJkwa2A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Learning django

2018-08-05 Thread Caleb Bryson
Are there any books that teach django for the most recent version out there? I 
have not been successful at finding a book with up to date info

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0ef86713-ab00-4ae5-8bc5-9c448b9afa13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Learning django and python from Tutorials,

2016-08-19 Thread K.R. O'Connell
 I made the App called polls, Nifty!
 Now I need to edit the homepage of the site?
I can't figure which template to edit?
Any help would be appreciated
Thanks

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e4c1b49c-1764-4570-9288-dd1d5e2908b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning Django resources

2016-02-17 Thread Robert Dumitru
Thank you so much! I think I'll go with the official tutorial

miercuri, 17 februarie 2016, 18:54:17 UTC+2, Robert Dumitru a scris:
>
> Hi! Is there any "complete" resource I could use for learning Django, 
> other than "The Django Book"? *I do not like video tutorials*
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/70d73d5a-e571-47a4-b34f-08fa9fa673ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning Django resources

2016-02-17 Thread Andrew Pinkham
Hi Robert,
You may be interested in my response to this question in another thread:

https://groups.google.com/d/msg/django-users/-iTZB7K1QI4/TTVXd9Y6EwAJ

Hope that helps,
Andrew

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/FB38E03C-DE51-4E9D-992F-3F20F1BB9466%40andrewsforge.com.
For more options, visit https://groups.google.com/d/optout.


Learning Django resources

2016-02-17 Thread Robert Dumitru
Hi! Is there any "complete" resource I could use for learning Django, other 
than "The Django Book"? *I do not like video tutorials*

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a3099739-0379-4bb7-9e52-637a4a60390f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning Django problems

2015-07-30 Thread Stas soroka
The code for this application is in my GitHub repository, link to witch i 
provided at the end of my original post. Look carefully ;)

среда, 29 июля 2015 г., 14:21:01 UTC+3 пользователь roshan.pannase написал:
>
> sir i am a new learner  can you send me the code of this application
>
> On Wed, Jul 29, 2015 at 11:33 AM, Stas soroka  > wrote:
>
>> I'm currently reading a book "Learning Django Web Development". Even 
>> thoug I followed the book carefully, it says, that my page should look like 
>> this:
>>
>>
>> <https://lh3.googleusercontent.com/-MAuFczjkTp0/VbhruQXgT-I/AAk/lz7zxImJNZI/s1600/1.JPG>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> When, in fact, my page looks like that:
>>
>> <https://lh3.googleusercontent.com/-_pB4iS6alEg/Vbhr2_TSRII/AAs/rIIN4LcKb8U/s1600/2.JPG>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> I will be very greatful, if someone tell me, what can cause such a 
>> problem.
>>
>> If it's needed - a link to my GitHub repository, with a code, that I 
>> currently have - GitHub <https://github.com/Stas-Soroka/Learning_Django>
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to django...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fff6def8-45a3-4eed-a154-8ac09658ff2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning Django problems

2015-07-30 Thread Stas soroka
As it turned out - the problem was in misconfigured STATICFILES_DIRS  variable. 
When i fixied it - everything became as it should be

среда, 29 июля 2015 г., 14:53:04 UTC+3 пользователь Robin Lery написал:
>
> Do u have static directory? And does it have the required resources?
> On 29 Jul 2015 16:50, "Roshan Pannase" > 
> wrote:
>
>> sir i am a new learner  can you send me the code of this application
>>
>> On Wed, Jul 29, 2015 at 11:33 AM, Stas soroka > > wrote:
>>
>>> I'm currently reading a book "Learning Django Web Development". Even 
>>> thoug I followed the book carefully, it says, that my page should look like 
>>> this:
>>>
>>>
>>> <https://lh3.googleusercontent.com/-MAuFczjkTp0/VbhruQXgT-I/AAk/lz7zxImJNZI/s1600/1.JPG>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> When, in fact, my page looks like that:
>>>
>>> <https://lh3.googleusercontent.com/-_pB4iS6alEg/Vbhr2_TSRII/AAs/rIIN4LcKb8U/s1600/2.JPG>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> I will be very greatful, if someone tell me, what can cause such a 
>>> problem.
>>>
>>> If it's needed - a link to my GitHub repository, with a code, that I 
>>> currently have - GitHub <https://github.com/Stas-Soroka/Learning_Django>
>>>
>>> -- 
>>> 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...@googlegroups.com .
>>> To post to this group, send email to django...@googlegroups.com 
>>> .
>>> Visit this group at http://groups.google.com/group/django-users.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to django...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAGkvgN%3DgcihZhqy-zm%3D7BrAMOY%3D4VmbnQi1o%2B_L3jNQDACTB-w%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/django-users/CAGkvgN%3DgcihZhqy-zm%3D7BrAMOY%3D4VmbnQi1o%2B_L3jNQDACTB-w%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ed85c13f-1a5a-4216-b002-6efc89fa8160%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning Django problems

2015-07-29 Thread Robin Lery
Do u have static directory? And does it have the required resources?
On 29 Jul 2015 16:50, "Roshan Pannase"  wrote:

> sir i am a new learner  can you send me the code of this application
>
> On Wed, Jul 29, 2015 at 11:33 AM, Stas soroka 
> wrote:
>
>> I'm currently reading a book "Learning Django Web Development". Even
>> thoug I followed the book carefully, it says, that my page should look like
>> this:
>>
>>
>> <https://lh3.googleusercontent.com/-MAuFczjkTp0/VbhruQXgT-I/AAk/lz7zxImJNZI/s1600/1.JPG>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> When, in fact, my page looks like that:
>>
>> <https://lh3.googleusercontent.com/-_pB4iS6alEg/Vbhr2_TSRII/AAs/rIIN4LcKb8U/s1600/2.JPG>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> I will be very greatful, if someone tell me, what can cause such a
>> problem.
>>
>> If it's needed - a link to my GitHub repository, with a code, that I
>> currently have - GitHub <https://github.com/Stas-Soroka/Learning_Django>
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGkvgN%3DgcihZhqy-zm%3D7BrAMOY%3D4VmbnQi1o%2B_L3jNQDACTB-w%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAGkvgN%3DgcihZhqy-zm%3D7BrAMOY%3D4VmbnQi1o%2B_L3jNQDACTB-w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2B4-nGrZaa1Uodw09cXfY9cSAt1M-b-SGpmw_mCXuxEDKf2NYw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning Django problems

2015-07-29 Thread Roshan Pannase
sir i am a new learner  can you send me the code of this application

On Wed, Jul 29, 2015 at 11:33 AM, Stas soroka  wrote:

> I'm currently reading a book "Learning Django Web Development". Even thoug
> I followed the book carefully, it says, that my page should look like this:
>
>
> <https://lh3.googleusercontent.com/-MAuFczjkTp0/VbhruQXgT-I/AAk/lz7zxImJNZI/s1600/1.JPG>
>
>
>
>
>
>
>
>
>
>
>
> When, in fact, my page looks like that:
>
> <https://lh3.googleusercontent.com/-_pB4iS6alEg/Vbhr2_TSRII/AAs/rIIN4LcKb8U/s1600/2.JPG>
>
>
>
>
>
>
>
>
>
>
>
> I will be very greatful, if someone tell me, what can cause such a problem.
>
> If it's needed - a link to my GitHub repository, with a code, that I
> currently have - GitHub <https://github.com/Stas-Soroka/Learning_Django>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGkvgN%3DgcihZhqy-zm%3D7BrAMOY%3D4VmbnQi1o%2B_L3jNQDACTB-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Learning Django problems

2015-07-29 Thread Avraham Serour
Clearly the book example is using CSS and got aren't, maybe they forgot to
tell you to add or you aren't loading the static files

On Wed, Jul 29, 2015, 12:44 PM Stas soroka  wrote:

> I'm currently reading a book "Learning Django Web Development". Even thoug
> I followed the book carefully, it says, that my page should look like this:
>
>
> <https://lh3.googleusercontent.com/-MAuFczjkTp0/VbhruQXgT-I/AAk/lz7zxImJNZI/s1600/1.JPG>
>
>
>
>
>
>
>
>
>
>
>
> When, in fact, my page looks like that:
>
> <https://lh3.googleusercontent.com/-_pB4iS6alEg/Vbhr2_TSRII/AAs/rIIN4LcKb8U/s1600/2.JPG>
>
>
>
>
>
>
>
>
>
>
>
> I will be very greatful, if someone tell me, what can cause such a problem.
>
> If it's needed - a link to my GitHub repository, with a code, that I
> currently have - GitHub <https://github.com/Stas-Soroka/Learning_Django>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6t%2Bq6pOJFBTHtdfyx6wya%2BY5%2BgW59FQsX%2BuGUOgA04Z22A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Learning Django problems

2015-07-29 Thread Stas soroka
I'm currently reading a book "Learning Django Web Development". Even thoug 
I followed the book carefully, it says, that my page should look like this:

<https://lh3.googleusercontent.com/-MAuFczjkTp0/VbhruQXgT-I/AAk/lz7zxImJNZI/s1600/1.JPG>











When, in fact, my page looks like that:
<https://lh3.googleusercontent.com/-_pB4iS6alEg/Vbhr2_TSRII/AAs/rIIN4LcKb8U/s1600/2.JPG>











I will be very greatful, if someone tell me, what can cause such a problem.

If it's needed - a link to my GitHub repository, with a code, that I 
currently have - GitHub <https://github.com/Stas-Soroka/Learning_Django>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d7f386bb-16ba-473e-81ea-bab24013d251%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-19 Thread Ramzi Alsallaq
Me too. I have been learning mostly Python and a little Django for more
than a year. My focus is in using Python as a replacement to Matlab in
conducting numerical analyses and simulation.

Regards,
Ramzi
On Jul 19, 2015 9:55 AM, "Derek Pauley"  wrote:

> I am interested. I am a Web Platform Administrator. I use Python everyday.
> I have been using Django and Flask only for a short while. However I have
> years of Java and Ruby development experience. I can help with things on
> the OPS side and can write code. I am interested in Content Management
> Systems and would like to work on a project with Python.
>
> On Friday, July 17, 2015 at 11:24:37 AM UTC-5, Ben Thompson wrote:
>>
>> I have a small group myself that I have been looking to expand. At the
>> moment there is myself and two others with 4 years of Python experience and
>> about a year and a bit of experience with Django under our belt. We are
>> slowly working on a content management system in Django ourselves
>> (currently towards building a site to discuss video games and technology).
>> We already have a small set up together including a small dedicated server.
>>
>> If you are interested, feel free to email me privately.
>>
>> On Friday, July 17, 2015 at 4:37:13 AM UTC-3, How to configure pgAdminIII
>> wrote:
>>>
>>> Hi People,
>>>
>>> Are there any people who are learning Python and even planning to
>>> learn Django and keen interested to form a group as such towards this
>>> learning curve
>>>
>>> I am interested to form a group where we interested folks, will start
>>> learning Python alongside Django by working on a concept to building a
>>> website probably which helps for more people. May be if someone comes
>>> up something we can group together share knowledge and build something
>>>
>>> I have a concept like this collaborative platform to form groups and
>>> share concepts and learn anything online by multiple sources joining
>>> one to another to help people learn various things; mostly technology.
>>> So kindly connect whoever if interested
>>>
>>> Regards
>>>
>>> Rohit
>>>
>>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/aa0b5abb-2e6d-4179-81f0-785b48f33bd3%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANT%3DbOyZtxyEe1x%2BLdNaByd_Vfv8hLT5nOt%3DNG4CYVS41ZzFvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-19 Thread Derek Pauley
I am interested. I am a Web Platform Administrator. I use Python everyday. 
I have been using Django and Flask only for a short while. However I have 
years of Java and Ruby development experience. I can help with things on 
the OPS side and can write code. I am interested in Content Management 
Systems and would like to work on a project with Python.

On Friday, July 17, 2015 at 11:24:37 AM UTC-5, Ben Thompson wrote:
>
> I have a small group myself that I have been looking to expand. At the 
> moment there is myself and two others with 4 years of Python experience and 
> about a year and a bit of experience with Django under our belt. We are 
> slowly working on a content management system in Django ourselves 
> (currently towards building a site to discuss video games and technology). 
> We already have a small set up together including a small dedicated server.
>
> If you are interested, feel free to email me privately.
>
> On Friday, July 17, 2015 at 4:37:13 AM UTC-3, How to configure pgAdminIII 
> wrote:
>>
>> Hi People, 
>>
>> Are there any people who are learning Python and even planning to 
>> learn Django and keen interested to form a group as such towards this 
>> learning curve 
>>
>> I am interested to form a group where we interested folks, will start 
>> learning Python alongside Django by working on a concept to building a 
>> website probably which helps for more people. May be if someone comes 
>> up something we can group together share knowledge and build something 
>>
>> I have a concept like this collaborative platform to form groups and 
>> share concepts and learn anything online by multiple sources joining 
>> one to another to help people learn various things; mostly technology. 
>> So kindly connect whoever if interested 
>>
>> Regards 
>>
>> Rohit 
>>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/aa0b5abb-2e6d-4179-81f0-785b48f33bd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-19 Thread richard kappler
I'd be interested.
On Jul 19, 2015 6:16 AM, "Tara gurung"  wrote:

>
> YES absolutely
> On Friday, 17 July 2015 13:22:13 UTC+5:45, How to configure pgAdminIII
> wrote:
>>
>> Hi People,
>>
>> Are there any people who are learning Python and even planning to
>> learn Django and keen interested to form a group as such towards this
>> learning curve
>>
>> I am interested to form a group where we interested folks, will start
>> learning Python alongside Django by working on a concept to building a
>> website probably which helps for more people. May be if someone comes
>> up something we can group together share knowledge and build something
>>
>> I have a concept like this collaborative platform to form groups and
>> share concepts and learn anything online by multiple sources joining
>> one to another to help people learn various things; mostly technology.
>> So kindly connect whoever if interested
>>
>> Regards
>>
>> Rohit
>>
>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/0c2e1141-4c35-4cbe-b552-f74cd3af9413%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG7edPGLjK%2BmSDjtQBfMYrzQ5ffZnt%2Bj%3DmCmOy8WVJvPsaBNSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-19 Thread Tara gurung

YES absolutely
On Friday, 17 July 2015 13:22:13 UTC+5:45, How to configure pgAdminIII 
wrote:
>
> Hi People, 
>
> Are there any people who are learning Python and even planning to 
> learn Django and keen interested to form a group as such towards this 
> learning curve 
>
> I am interested to form a group where we interested folks, will start 
> learning Python alongside Django by working on a concept to building a 
> website probably which helps for more people. May be if someone comes 
> up something we can group together share knowledge and build something 
>
> I have a concept like this collaborative platform to form groups and 
> share concepts and learn anything online by multiple sources joining 
> one to another to help people learn various things; mostly technology. 
> So kindly connect whoever if interested 
>
> Regards 
>
> Rohit 
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0c2e1141-4c35-4cbe-b552-f74cd3af9413%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-17 Thread Ari Davidow
If you are in the Boston area, there are two excellent places to
collaborate. First, the Boston Python meetup holds monthly "project nights"
where you are welcome to bring your project over to Microsoft's New England
Research center ("NERD") and work with volunteers who can answer questions,
help you over the hump. You can find out more at
http://www.meetup.com/bostonpython/ . The August project night is on Mon.,
Aug 10.

Second, there is also a Boston-area Django-specific meetup where you can
meet and network with like-minded folks: http://www.meetup.com/djangoboston/
. Next meeting is this coming Thursday, July 23, and features a talk/demo
on Vagrant and Django.

I would imagine any other large community (or college community) offers
similar f2f opportunities.

Enjoy,
ari

On Fri, Jul 17, 2015 at 3:36 AM, Rohit kumar 
wrote:

> Hi People,
>
> Are there any people who are learning Python and even planning to
> learn Django and keen interested to form a group as such towards this
> learning curve
>
> I am interested to form a group where we interested folks, will start
> learning Python alongside Django by working on a concept to building a
> website probably which helps for more people. May be if someone comes
> up something we can group together share knowledge and build something
>
> I have a concept like this collaborative platform to form groups and
> share concepts and learn anything online by multiple sources joining
> one to another to help people learn various things; mostly technology.
> So kindly connect whoever if interested
>
> Regards
>
> Rohit
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAB2L%2Bg8n99yJxewoDD%2Bx2puWm%2BwPPJrqTrM0ZAyH%3DM8iFtB7Tw%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF%2BxBDV-iw_jmWgXEBU6sBQEj%3DMJsagug%3DRhP3-PvPjZ9bdPDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-17 Thread felix

*From: * Ben Thompson 
*Sender: * django-users@googlegroups.com
*Date: *Fri, 17 Jul 2015 09:20:49 -0700 (PDT)
*To: *
*ReplyTo: * django-users@googlegroups.com
*Subject: *Re: Regarding Learning Django with collaboration

I have a small group myself that I have been looking to expand. At the 
moment there is myself and two others with 4 years of Python 
experience and about a year and a bit of experience with Django under 
our belt. We are slowly working on a content management system in 
Django ourselves (currently towards building a site to discuss video 
games and technology). We already have a small set up together 
including a small dedicated server.


If you are interested, feel free to email me privately.
I've been playing with Django for about 6 months. I'm deeply interested 
in Django and Python.


I set up a server with: debian, apache2 with modwsgi, python3.4, 
unixODBC, freeTDS, pyodbc, openldap, python-openldap, django1.8, 
django-pyodbc and django-auth-ldap.


Cheers.

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/55A93678.3020309%40epepm.cupet.cu.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-17 Thread jdaramola8888
Ben Thompson, what's your private Email... I'm 100 percent interested.. 

John
Sent from my BlackBerry wireless device from MTN

-Original Message-
From: Ben Thompson 
Sender: django-users@googlegroups.com
Date: Fri, 17 Jul 2015 09:20:49 
To: 
Reply-To: django-users@googlegroups.com
Subject: Re: Regarding Learning Django with collaboration

I have a small group myself that I have been looking to expand. At the 
moment there is myself and two others with 4 years of Python experience and 
about a year and a bit of experience with Django under our belt. We are 
slowly working on a content management system in Django ourselves 
(currently towards building a site to discuss video games and technology). 
We already have a small set up together including a small dedicated server.

If you are interested, feel free to email me privately.

On Friday, July 17, 2015 at 4:37:13 AM UTC-3, How to configure pgAdminIII 
wrote:
>
> Hi People, 
>
> Are there any people who are learning Python and even planning to 
> learn Django and keen interested to form a group as such towards this 
> learning curve 
>
> I am interested to form a group where we interested folks, will start 
> learning Python alongside Django by working on a concept to building a 
> website probably which helps for more people. May be if someone comes 
> up something we can group together share knowledge and build something 
>
> I have a concept like this collaborative platform to form groups and 
> share concepts and learn anything online by multiple sources joining 
> one to another to help people learn various things; mostly technology. 
> So kindly connect whoever if interested 
>
> Regards 
>
> Rohit 
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/17795095-1666-4313-a2c7-b06594b17a58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1509909626-1437151504-cardhu_decombobulator_blackberry.rim.net-1233703892-%40b3.c4.bise7.blackberry.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-17 Thread Ben Thompson
I have a small group myself that I have been looking to expand. At the 
moment there is myself and two others with 4 years of Python experience and 
about a year and a bit of experience with Django under our belt. We are 
slowly working on a content management system in Django ourselves 
(currently towards building a site to discuss video games and technology). 
We already have a small set up together including a small dedicated server.

If you are interested, feel free to email me privately.

On Friday, July 17, 2015 at 4:37:13 AM UTC-3, How to configure pgAdminIII 
wrote:
>
> Hi People, 
>
> Are there any people who are learning Python and even planning to 
> learn Django and keen interested to form a group as such towards this 
> learning curve 
>
> I am interested to form a group where we interested folks, will start 
> learning Python alongside Django by working on a concept to building a 
> website probably which helps for more people. May be if someone comes 
> up something we can group together share knowledge and build something 
>
> I have a concept like this collaborative platform to form groups and 
> share concepts and learn anything online by multiple sources joining 
> one to another to help people learn various things; mostly technology. 
> So kindly connect whoever if interested 
>
> Regards 
>
> Rohit 
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/17795095-1666-4313-a2c7-b06594b17a58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-17 Thread Charito Romeo
I'm in.

On Fri, Jul 17, 2015 at 4:00 PM,  wrote:

> I'm interested in learning python and django, I'm pretty new... Tanx
>
> John.
> Sent from my BlackBerry wireless device from MTN
>
> -Original Message-
> From: Rohit kumar 
> Sender: django-users@googlegroups.com
> Date: Fri, 17 Jul 2015 13:06:22
> To: 
> Reply-To: django-users@googlegroups.com
> Subject: Regarding Learning Django with collaboration
>
> Hi People,
>
> Are there any people who are learning Python and even planning to
> learn Django and keen interested to form a group as such towards this
> learning curve
>
> I am interested to form a group where we interested folks, will start
> learning Python alongside Django by working on a concept to building a
> website probably which helps for more people. May be if someone comes
> up something we can group together share knowledge and build something
>
> I have a concept like this collaborative platform to form groups and
> share concepts and learn anything online by multiple sources joining
> one to another to help people learn various things; mostly technology.
> So kindly connect whoever if interested
>
> Regards
>
> Rohit
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAB2L%2Bg8n99yJxewoDD%2Bx2puWm%2BwPPJrqTrM0ZAyH%3DM8iFtB7Tw%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1417613211-1437120003-cardhu_decombobulator_blackberry.rim.net-518515480-%40b3.c4.bise7.blackberry
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM9Y-vtLTLpO7nDXp5KfHomTF0OJR%2BJ6y_qrU6HZdviuvOj7BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding Learning Django with collaboration

2015-07-17 Thread jdaramola8888
I'm interested in learning python and django, I'm pretty new... Tanx

John.
Sent from my BlackBerry wireless device from MTN

-Original Message-
From: Rohit kumar 
Sender: django-users@googlegroups.com
Date: Fri, 17 Jul 2015 13:06:22 
To: 
Reply-To: django-users@googlegroups.com
Subject: Regarding Learning Django with collaboration

Hi People,

Are there any people who are learning Python and even planning to
learn Django and keen interested to form a group as such towards this
learning curve

I am interested to form a group where we interested folks, will start
learning Python alongside Django by working on a concept to building a
website probably which helps for more people. May be if someone comes
up something we can group together share knowledge and build something

I have a concept like this collaborative platform to form groups and
share concepts and learn anything online by multiple sources joining
one to another to help people learn various things; mostly technology.
So kindly connect whoever if interested

Regards

Rohit

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAB2L%2Bg8n99yJxewoDD%2Bx2puWm%2BwPPJrqTrM0ZAyH%3DM8iFtB7Tw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1417613211-1437120003-cardhu_decombobulator_blackberry.rim.net-518515480-%40b3.c4.bise7.blackberry.
For more options, visit https://groups.google.com/d/optout.


Regarding Learning Django with collaboration

2015-07-17 Thread Rohit kumar
Hi People,

Are there any people who are learning Python and even planning to
learn Django and keen interested to form a group as such towards this
learning curve

I am interested to form a group where we interested folks, will start
learning Python alongside Django by working on a concept to building a
website probably which helps for more people. May be if someone comes
up something we can group together share knowledge and build something

I have a concept like this collaborative platform to form groups and
share concepts and learn anything online by multiple sources joining
one to another to help people learn various things; mostly technology.
So kindly connect whoever if interested

Regards

Rohit

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAB2L%2Bg8n99yJxewoDD%2Bx2puWm%2BwPPJrqTrM0ZAyH%3DM8iFtB7Tw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to start learning Django in Windows Platform

2013-10-02 Thread Vernon D. Cole
You can run all of the tutorial stuff in Windows, and it's not a bad idea 
to learn things one-at-a-time.  I would suggest, however, that if you are 
serious about using django, you need to learn Linux, too.  The easiest way 
to do that would be to download the current Ubuntu desktop version, make 
appropriate bootable media, and install it on a laptop or workstation you 
already use.  The installation will re-partition the disk and set up the 
dual-boot configuration for you.  Then use Linux to do your more advanced 
django learning projects. 

On Tuesday, October 1, 2013 9:42:59 AM UTC-6, Ahsan Ahmad wrote:
>
> Hi,
> This is Ahsan. and i am brand fresh programmer in Django. Please guide the 
> easiest way to start learning Django.
>
> Thank You
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0b8617e7-a6bf-4dac-8867-4e2e3170c26f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: how to start learning Django in Windows Platform

2013-10-01 Thread Lee
You know Python already? If not, personally I'd recommend looking at that a 
little first before jumping feet first into Django. The python docs are 
pretty good and I liked Learn Python the Hard Way.

Thanks

On Tuesday, 1 October 2013 16:42:59 UTC+1, Ahsan Ahmad wrote:
>
> Hi,
> This is Ahsan. and i am brand fresh programmer in Django. Please guide the 
> easiest way to start learning Django.
>
> Thank You
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/47b36b47-30a1-458f-b245-4b1c09fe6b58%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: how to start learning Django in Windows Platform

2013-10-01 Thread Nigel Legg
The tutorial on the website.

Cheers, Nigel
07914 740972



On 1 October 2013 16:42, Ahsan Ahmad  wrote:

> Hi,
> This is Ahsan. and i am brand fresh programmer in Django. Please guide the
> easiest way to start learning Django.
>
> Thank You
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a9a052f2-c437-48e9-b01a-078d9cb04b61%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADeX7vxao-SecLkjQLVOyTsMkKTpKDTULsdzzk7Gew0NbQYr%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


how to start learning Django in Windows Platform

2013-10-01 Thread Ahsan Ahmad
Hi,
This is Ahsan. and i am brand fresh programmer in Django. Please guide the 
easiest way to start learning Django.

Thank You

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a9a052f2-c437-48e9-b01a-078d9cb04b61%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Any good books for learning django?

2013-09-18 Thread Sithembewena Lloyd Dube
I asked PyDanny and Audrey for a free copy and they graciously obliged.
Very good book, too.


On Wed, Sep 18, 2013 at 12:29 PM, Yinka  wrote:

> These were not written for beginners, but they certainly can be helpful to
> the beginnner:
>
>1. *Pro Django** **
>
> http://www.amazon.com/Pro-Django-Marty-Alchin/dp/1430258098/ref=sr_1_2?s=books&ie=UTF8&qid=1379499898&sr=1-2&keywords=django
>*
>2. *Instant Django 1.5 Application Development Starter **
>
> http://www.amazon.com/Instant-Django-Application-Development-Starter/dp/1782163565/ref=sr_1_6?s=books&ie=UTF8&qid=1379499898&sr=1-6&keywords=django
>
> *<http://www.amazon.com/Instant-Django-Application-Development-Starter/dp/1782163565/ref=sr_1_6?s=books&ie=UTF8&qid=1379499898&sr=1-6&keywords=django>
>
>
> Thanks
>
>
>
> On Thursday, February 7, 2013 5:49:36 PM UTC, frocco wrote:
>
>> Hello,
>> Most of what I find are dated, 2008,2009.
>> Are these still good for learning django 1.4?
>>
>> Which books do you recommend?
>>
>> Thanks
>>
>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
>
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Regards,
Sithu Lloyd Dube

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Any good books for learning django?

2013-09-18 Thread Yinka
These were not written for beginners, but they certainly can be helpful to 
the beginnner:

   1. *Pro Django** **
   
http://www.amazon.com/Pro-Django-Marty-Alchin/dp/1430258098/ref=sr_1_2?s=books&ie=UTF8&qid=1379499898&sr=1-2&keywords=django
   *
   2. *Instant Django 1.5 Application Development Starter **
   
http://www.amazon.com/Instant-Django-Application-Development-Starter/dp/1782163565/ref=sr_1_6?s=books&ie=UTF8&qid=1379499898&sr=1-6&keywords=django
   
*<http://www.amazon.com/Instant-Django-Application-Development-Starter/dp/1782163565/ref=sr_1_6?s=books&ie=UTF8&qid=1379499898&sr=1-6&keywords=django>
   

Thanks



On Thursday, February 7, 2013 5:49:36 PM UTC, frocco wrote:
>
> Hello,
> Most of what I find are dated, 2008,2009.
> Are these still good for learning django 1.4?
>
> Which books do you recommend?
>
> Thanks
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Any good books for learning django?

2013-07-26 Thread Lachlan Musicman
Ah, PyDanny and Audrey's Two Scoops is a great primer once you've done
the excellent tutorial that is on the Django site

https://django.2scoops.org/

I'm a very happy owner.

L.

On 27 July 2013 12:43, Yinka  wrote:
> Is there any hope that we'll ever get an up-to-date book for learning
> Django?
>
> Rails 4 was released only last month and I can count at least 4 books (at
> various stages of completion) on sale to guide beginners.
>
> I love Django and but it's been difficult having to depend ONLY on the
> documentation to learn, don't get me wrong - the docs tutorial is good but
> is just not the right 'book' for beginners.
>
> Thank you.
>
>
> On Thursday, February 7, 2013 5:49:36 PM UTC, frocco wrote:
>>
>> Hello,
>> Most of what I find are dated, 2008,2009.
>> Are these still good for learning django 1.4?
>>
>> Which books do you recommend?
>>
>> Thanks
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
We are like a drunk blundering through a crowd of pickpockets. That we
are not poor and naked already is a testament to either the goodness
of humanity or the ineptitude of the criminal class.

http://techcrunch.com/2013/06/08/we-asked-for-this/

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-07-26 Thread Yinka
Is there any hope that we'll ever get an up-to-date book for learning 
Django?

Rails 4 was released only last month and I can count at least 4 books (at 
various stages of completion) on sale to guide beginners.

I love Django and but it's been difficult having to depend ONLY on the 
documentation to learn, don't get me wrong - the docs tutorial is good but 
is just not the right 'book' for beginners.

Thank you.
 

On Thursday, February 7, 2013 5:49:36 PM UTC, frocco wrote:
>
> Hello,
> Most of what I find are dated, 2008,2009.
> Are these still good for learning django 1.4?
>
> Which books do you recommend?
>
> Thanks
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Some basic questions from somebody learning Django/Python

2013-05-07 Thread Shawn Milochik
Coincidentally, Russell just gave the answer to that question less than an
hour ago, so I'll just refer you to his reply:

https://groups.google.com/d/msg/django-users/AMYLfQo6Ba4/Y-57B0i7qy4J

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Some basic questions from somebody learning Django/Python

2013-05-06 Thread Shawn Milochik
Hi Christopher.

In general, you don't install a Django app -- you just run it with
./manage.py runserver. If it's a "pluggable app" it should have an
installer. If it needs to be installed and the author hasn't provided an
easy way for you to do it, it's probably better to learn from code written
by someone else. People who fail to follow community standards and
best-practices probably don't write code you should be emulating.

The best way to learn Django (and probably anything) is to just do it. Come
up with a project you'd like to create. Then do it. When you get stuck, use
the Django docs, Google, and this list -- in that order.

If you come to the list and say "I did X and expected Y but Z happened,"
it's nearly guaranteed you'll get help. What will get you less help is to
come here and say "How do I make a clone of Facebook?" In other words, the
more convinced others are that you're actually trying and stuck the more
they'll be willing to give freely of their own time and experience to help
you.

It would be best and easiest (for you) if you were able to at least skim
any documentation you can get your hands on, because when you get stuck
you're very likely to know what search term to use in Google to solve your
problem. Unfortunately, that advice probably isn't practical -- there's too
much documentation to take in all at once. So just glance over the section
of the docs that pertains to whatever you're doing at the moment.

For example, if you're creating your first ModelForm, read (at least skim)
the whole section on ModelForms in the documentation. The same goes for the
Queryset API of the ORM. Even though you won't need most of it at the
moment, knowing what's there will prevent you from wasting a lot of time
and re-inventing a lot of wheels.

It's a great community. If you stick with it, it won't be long before
you're helping others yourself.

Shawn

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Some basic questions from somebody learning Django/Python

2013-05-06 Thread Christopher Winter
Hi all,

   I have some (possibly dumb) questions about Django.  I've been through 
the great "Writing your first app" tutorial on the DjangoProject site, and 
now my plan is to explore in detail some existing apps from GitHub: get 
them installed, go through the code line by line, make some mods and see 
what happens, etc.  But actually getting one installed is a challenge. 
 Many are old and don't seem to work with newer Django, or they do not 
contain setup.py or any installation instructions.

   So my basic question is: how do I install an app if there is no 
setup.py?  I've googled around and tried many things (manage.py install, 
adding it to Installed Apps in settings.py, trying to modify the urls.py to 
point to the new app's urls.py file, running manage.py syncdb, etc)...but 
without much success.

   My more general question is: any suggestions on how to proceed learning 
Django?  I'm happy to read docs from the Project website, but I wanted to 
combine that with some doing, too.  Can someone suggest a good/instructive 
GitHub app to install?  I'd like to learn about Facebook integration, 
tracking user preferences, pulling information about books or movies, etc.

   Thanks in advance for any suggestions.

-c

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-11 Thread vijay shanker
thanks, i bought it :)

On Monday, February 11, 2013 7:37:28 PM UTC+5:30, frocco wrote:
>
> That's good to know, hopefully the person asked for a free copy will head 
> over to there.
>
> On Monday, February 11, 2013 8:52:52 AM UTC-5, W. wrote:
>>
>> Do not pirate. 
>> However. If you checked their webpage https://django.2scoops.org/ , you 
>> would see. 
>>
>> Can't Afford the Book? 
>>>
>>> If you're struggling with finances and can't afford it, let us know and 
>>> we'd be happy to send you a free copy. Drop us a note at  and 
>>> we'll get it to you within 72 hours.
>>>
>> Best regards, 
>>
>> W. 
>>
>> Dne pátek, 8. února 2013 11:13:11 UTC+1 vijay shanker napsal(a):
>>>
>>> do u have the pdf ?
>>> will u share it at some place (or please mail it to me deon...@gmail.com
>>> )
>>>
>>> On Thursday, February 7, 2013 11:40:01 PM UTC+5:30, Mayukh Mukherjee 
>>> wrote:
>>>>
>>>> I'd recommend two scoops of django.
>>>> It's a little more intermediate level but it's a gem.
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On Feb 7, 2013, at 12:49, frocco  wrote:
>>>>
>>>> Hello,
>>>> Most of what I find are dated, 2008,2009.
>>>> Are these still good for learning django 1.4?
>>>>
>>>> Which books do you recommend?
>>>>
>>>> Thanks
>>>>
>>>> -- 
>>>> 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...@googlegroups.com.
>>>> To post to this group, send email to django...@googlegroups.com.
>>>> Visit this group at <http://groups.google.com/group/django-users?hl=en>
>>>> http://groups.google.com/group/django-users?hl=en.
>>>> For more options, visit <https://groups.google.com/groups/opt_out>
>>>> https://groups.google.com/groups/opt_out.
>>>>  
>>>>  
>>>>
>>>>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-11 Thread vijay shanker
yes u right .. my bad

On Friday, February 8, 2013 6:28:20 PM UTC+5:30, Tom Evans wrote:
>
> On Fri, Feb 8, 2013 at 10:13 AM, vijay shanker 
> > 
> wrote: 
> > do u have the pdf ? 
> > will u share it at some place (or please mail it to me 
> > deon...@gmail.com) 
>
>
> Please don't use this list to arrange or ask others to pirate books. 
> The author of any django book almost certainly is a subscriber, you 
> are stealing his/her work from under their nose. 
>
> Please don't pirate technical books anyway. If everyone pirated 
> technical books, there would be no incentive to write new technical 
> books, and everyone loses out. 
>
> Cheers 
>
> Tom 
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-11 Thread frocco
That's good to know, hopefully the person asked for a free copy will head 
over to there.

On Monday, February 11, 2013 8:52:52 AM UTC-5, W. wrote:
>
> Do not pirate. 
> However. If you checked their webpage https://django.2scoops.org/ , you 
> would see. 
>
> Can't Afford the Book? 
>>
>> If you're struggling with finances and can't afford it, let us know and 
>> we'd be happy to send you a free copy. Drop us a note at  and 
>> we'll get it to you within 72 hours.
>>
> Best regards, 
>
> W. 
>
> Dne pátek, 8. února 2013 11:13:11 UTC+1 vijay shanker napsal(a):
>>
>> do u have the pdf ?
>> will u share it at some place (or please mail it to me deon...@gmail.com)
>>
>> On Thursday, February 7, 2013 11:40:01 PM UTC+5:30, Mayukh Mukherjee 
>> wrote:
>>>
>>> I'd recommend two scoops of django.
>>> It's a little more intermediate level but it's a gem.
>>>
>>> Sent from my iPhone
>>>
>>> On Feb 7, 2013, at 12:49, frocco  wrote:
>>>
>>> Hello,
>>> Most of what I find are dated, 2008,2009.
>>> Are these still good for learning django 1.4?
>>>
>>> Which books do you recommend?
>>>
>>> Thanks
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>> To post to this group, send email to django...@googlegroups.com.
>>> Visit this group at <http://groups.google.com/group/django-users?hl=en>
>>> http://groups.google.com/group/django-users?hl=en.
>>> For more options, visit <https://groups.google.com/groups/opt_out>
>>> https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-11 Thread W.
Do not pirate. 
However. If you checked their webpage https://django.2scoops.org/ , you 
would see. 

Can't Afford the Book? 
>
> If you're struggling with finances and can't afford it, let us know and 
> we'd be happy to send you a free copy. Drop us a note at  and 
> we'll get it to you within 72 hours.
>
Best regards, 

W. 

Dne pátek, 8. února 2013 11:13:11 UTC+1 vijay shanker napsal(a):
>
> do u have the pdf ?
> will u share it at some place (or please mail it to me 
> deon...@gmail.com
> )
>
> On Thursday, February 7, 2013 11:40:01 PM UTC+5:30, Mayukh Mukherjee wrote:
>>
>> I'd recommend two scoops of django.
>> It's a little more intermediate level but it's a gem.
>>
>> Sent from my iPhone
>>
>> On Feb 7, 2013, at 12:49, frocco  wrote:
>>
>> Hello,
>> Most of what I find are dated, 2008,2009.
>> Are these still good for learning django 1.4?
>>
>> Which books do you recommend?
>>
>> Thanks
>>
>> -- 
>> 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...@googlegroups.com.
>> To post to this group, send email to django...@googlegroups.com.
>> Visit this group at <http://groups.google.com/group/django-users?hl=en>
>> http://groups.google.com/group/django-users?hl=en.
>> For more options, visit <https://groups.google.com/groups/opt_out>
>> https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread Young Park
Online document is the hero. Almost all the books are outdated for Django, 
unfortunately.

On Thursday, February 7, 2013 9:49:36 AM UTC-8, frocco wrote:
>
> Hello,
> Most of what I find are dated, 2008,2009.
> Are these still good for learning django 1.4?
>
> Which books do you recommend?
>
> Thanks
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread frocco
I feel the book is fairly priced, and 12 dollars should not hurt anyone.
It is sad, that most of the books out there are 2008,2009 publishing dates.

If I am starting a new project, should I be using django 1.5 or wait til 
the final release?

On Friday, February 8, 2013 12:28:53 PM UTC-5, fgallina wrote:
>
> 2013/2/8 Tom Evans >: 
> > On Fri, Feb 8, 2013 at 10:13 AM, vijay shanker 
> > > 
> wrote: 
> >> do u have the pdf ? 
> >> will u share it at some place (or please mail it to me 
> deon...@gmail.com ) 
> > 
> > Please don't use this list to arrange or ask others to pirate books. 
> > The author of any django book almost certainly is a subscriber, you 
> > are stealing his/her work from under their nose. 
> > 
>
> I feel the term pirating books is pretty inaccurate, in the sense 
> nobody is jumping to others boat in order to get other people stuff. 
>
> The fact that very same PDF could be copied from 1 or N times in same 
> machine and the original PDF would still be the same makes "pirating" 
> far from the reality. I believe in the particular era we are all into 
> we should be careful with the terminologies we employ for such things 
> as copying a PDF book and give it to another. 
>
> In any case I think: "Don't infringe author's copyright" is better. 
> And I agree the list shouldn't be a channel for that. 
>
> > Please don't pirate technical books anyway. If everyone pirated 
> > technical books, there would be no incentive to write new technical 
> > books, and everyone loses out. 
> > 
>
> There are plenty of free books and manuals available for free (as in 
> beer) over the net, normally pricing for their printed versions (not 
> the old way of doing things I agree, but it may well be the future). 
>
> Not looking into some discussion, I though it was worth to mention this. 
>
>
> Saludos, 
> -- 
> Fabián E. Gallina 
> http://www.from-the-cloud.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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread Fabian Ezequiel Gallina
2013/2/8 Tom Evans :
> On Fri, Feb 8, 2013 at 10:13 AM, vijay shanker  wrote:
>> do u have the pdf ?
>> will u share it at some place (or please mail it to me deont...@gmail.com)
>
> Please don't use this list to arrange or ask others to pirate books.
> The author of any django book almost certainly is a subscriber, you
> are stealing his/her work from under their nose.
>

I feel the term pirating books is pretty inaccurate, in the sense
nobody is jumping to others boat in order to get other people stuff.

The fact that very same PDF could be copied from 1 or N times in same
machine and the original PDF would still be the same makes "pirating"
far from the reality. I believe in the particular era we are all into
we should be careful with the terminologies we employ for such things
as copying a PDF book and give it to another.

In any case I think: "Don't infringe author's copyright" is better.
And I agree the list shouldn't be a channel for that.

> Please don't pirate technical books anyway. If everyone pirated
> technical books, there would be no incentive to write new technical
> books, and everyone loses out.
>

There are plenty of free books and manuals available for free (as in
beer) over the net, normally pricing for their printed versions (not
the old way of doing things I agree, but it may well be the future).

Not looking into some discussion, I though it was worth to mention this.


Saludos,
-- 
Fabián E. Gallina
http://www.from-the-cloud.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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread Yussi

On 08/02/13 16:54, Mike wrote:

Thanks for the recommendation! I just bought it and spent five minutes
browsing and already I learned a lot. Here's a few chapters that I'll
read right away:

Security best practices
Django app design
When to use function based views or class based views
Deploying

The book is currently in alpha but it says that buyers will get the beta
and final version when they're released. I can see that is going to be
well worth the 12 bucks.


On Thursday, February 7, 2013 7:10:01 PM UTC+1, Mayukh Mukherjee wrote:

I'd recommend two scoops of django.
It's a little more intermediate level but it's a gem.

Sent from my iPhone

On Feb 7, 2013, at 12:49, frocco > wrote:


Hello,
Most of what I find are dated, 2008,2009.
Are these still good for learning django 1.4?

Which books do you recommend?

Thanks

--
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...@googlegroups.com .
To post to this group, send email to django...@googlegroups.com
.
Visit this group at

<http://groups.google.com/group/django-users?hl=en>http://groups.google.com/group/django-users?hl=en
<http://groups.google.com/group/django-users?hl=en>.
For more options, visit

<https://groups.google.com/groups/opt_out>https://groups.google.com/groups/opt_out
<https://groups.google.com/groups/opt_out>.



--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread Mike
Thanks for the recommendation!  I just bought it and spent five minutes 
browsing and already I learned a lot.  Here's a few chapters that I'll read 
right away:

Security best practices
Django app design
When to use function based views or class based views
Deploying

The book is currently in alpha but it says that buyers will get the beta 
and final version when they're released.  I can see that is going to be 
well worth the 12 bucks.


On Thursday, February 7, 2013 7:10:01 PM UTC+1, Mayukh Mukherjee wrote:
>
> I'd recommend two scoops of django.
> It's a little more intermediate level but it's a gem.
>
> Sent from my iPhone
>
> On Feb 7, 2013, at 12:49, frocco > wrote:
>
> Hello,
> Most of what I find are dated, 2008,2009.
> Are these still good for learning django 1.4?
>
> Which books do you recommend?
>
> Thanks
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to django...@googlegroups.com
> .
> Visit this group at <http://groups.google.com/group/django-users?hl=en>
> http://groups.google.com/group/django-users?hl=en.
> For more options, visit <https://groups.google.com/groups/opt_out>
> https://groups.google.com/groups/opt_out.
>  
>  
>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread Mark Phillips
+1 to Tom

Mark


On Fri, Feb 8, 2013 at 5:58 AM, Tom Evans  wrote:

> On Fri, Feb 8, 2013 at 10:13 AM, vijay shanker  wrote:
> > do u have the pdf ?
> > will u share it at some place (or please mail it to me
> deont...@gmail.com)
>
> Please don't use this list to arrange or ask others to pirate books.
> The author of any django book almost certainly is a subscriber, you
> are stealing his/her work from under their nose.
>
> Please don't pirate technical books anyway. If everyone pirated
> technical books, there would be no incentive to write new technical
> books, and everyone loses out.
>
> Cheers
>
> Tom
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread Tom Evans
On Fri, Feb 8, 2013 at 10:13 AM, vijay shanker  wrote:
> do u have the pdf ?
> will u share it at some place (or please mail it to me deont...@gmail.com)

Please don't use this list to arrange or ask others to pirate books.
The author of any django book almost certainly is a subscriber, you
are stealing his/her work from under their nose.

Please don't pirate technical books anyway. If everyone pirated
technical books, there would be no incentive to write new technical
books, and everyone loses out.

Cheers

Tom

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread yati sagade
You should read the Django tutorial and then maybe build an app that will
make you more comfortable with Django. It may be any app - a notes taking
app, for example. During the process, you'll pay a large number of visits
to the wonderful Django docs and will come to appreciate them. There is The
Django Book, which is dated, but if you carefully read it making sure you
what changed and what did not, there's a wealth of knowledge in there (I
was lucky as in when I picked up Django, The Django Book was not dated :))
Then, once you are really comfortable with Django, go for Two Scoops of
Django - really, buy it. It is worth it. The #django channel on Freenode is
an excellent way of asking help and learning new things by maybe helping
others in need.

Cheers

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-08 Thread vijay shanker
do u have the pdf ?
will u share it at some place (or please mail it to me deont...@gmail.com)

On Thursday, February 7, 2013 11:40:01 PM UTC+5:30, Mayukh Mukherjee wrote:
>
> I'd recommend two scoops of django.
> It's a little more intermediate level but it's a gem.
>
> Sent from my iPhone
>
> On Feb 7, 2013, at 12:49, frocco > wrote:
>
> Hello,
> Most of what I find are dated, 2008,2009.
> Are these still good for learning django 1.4?
>
> Which books do you recommend?
>
> Thanks
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to django...@googlegroups.com
> .
> Visit this group at <http://groups.google.com/group/django-users?hl=en>
> http://groups.google.com/group/django-users?hl=en.
> For more options, visit <https://groups.google.com/groups/opt_out>
> https://groups.google.com/groups/opt_out.
>  
>  
>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-07 Thread frocco
Thanks for the recommend. I just purchased it.

On Thursday, February 7, 2013 1:10:01 PM UTC-5, Mayukh Mukherjee wrote:
>
> I'd recommend two scoops of django.
> It's a little more intermediate level but it's a gem.
>
> Sent from my iPhone
>
> On Feb 7, 2013, at 12:49, frocco > wrote:
>
> Hello,
> Most of what I find are dated, 2008,2009.
> Are these still good for learning django 1.4?
>
> Which books do you recommend?
>
> Thanks
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to django...@googlegroups.com
> .
> Visit this group at <http://groups.google.com/group/django-users?hl=en>
> http://groups.google.com/group/django-users?hl=en.
> For more options, visit <https://groups.google.com/groups/opt_out>
> https://groups.google.com/groups/opt_out.
>  
>  
>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-07 Thread Tom Evans
On Thu, Feb 7, 2013 at 5:49 PM, frocco  wrote:
> Hello,
> Most of what I find are dated, 2008,2009.
> Are these still good for learning django 1.4?
>
> Which books do you recommend?
>
> Thanks

An often overlooked resource is the django documentation itself. The
index page is arranged in complexity from least to most. If you are an
experienced web developer but new to django, just reading the topics
directly linked from the index will give you a good understanding of
what features django has, and where the documentation for a topic can
(roughly) be found.

As an added bonus, the docs are never out of date.

If you are new to both python and django, then a book on python itself
will probably be very useful also.

Cheers

Tom

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Any good books for learning django?

2013-02-07 Thread Mayukh Mukherjee

I'd recommend two scoops of django.
It's a little more intermediate level but it's a gem.

Sent from my iPhone

On Feb 7, 2013, at 12:49, frocco  wrote:


Hello,
Most of what I find are dated, 2008,2009.
Are these still good for learning django 1.4?

Which books do you recommend?

Thanks
--  
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




  1   2   >