Re: Git Hub Project

2021-08-12 Thread Rana Zain
Okay. I am checking. Thanks Everyone. On Wednesday, August 11, 2021 at 9:54:32 PM UTC+5 Kasper Laudrup wrote: > On 11/08/2021 18.19, Rana Zain wrote: > > Thanks everyone for your kind support. I am working hard on python and > > Django. Earlier I learn python then I started working on Django. I h

Re: Git Hub Project

2021-08-11 Thread Kasper Laudrup
On 11/08/2021 18.19, Rana Zain wrote: > Thanks everyone for your kind support. I am working hard on python and > Django. Earlier I learn python then I started working on Django. I hope > you will support me in future as now.  > It will be much easier to support you if you actually respond to advi

Re: Git Hub Project

2021-08-11 Thread Kasper Laudrup
On 11/08/2021 18.19, Rana Zain wrote: > I will very happy if you will help in running this code. > OK, so I've tried to backtrack this a bit. So it seems like you've gotten hold of the __init__.py file from the Django projects conf module: https://github.com/django/django/blob/main/django/conf/

Re: Git Hub Project

2021-08-11 Thread Rana Zain
I will very happy if you will help in running this code. On Wednesday, August 11, 2021 at 9:19:04 PM UTC+5 Rana Zain wrote: > Thanks everyone for your kind support. I am working hard on python and > Django. Earlier I learn python then I started working on Django. I hope you > will support me in

Re: Git Hub Project

2021-08-11 Thread Rana Zain
Thanks everyone for your kind support. I am working hard on python and Django. Earlier I learn python then I started working on Django. I hope you will support me in future as now. On Wednesday, August 11, 2021 at 1:42:51 AM UTC+5 Kasper Laudrup wrote: > On 10/08/2021 17.53, pediah wanmi wrote

Re: Git Hub Project

2021-08-10 Thread Kasper Laudrup
On 10/08/2021 17.53, pediah wanmi wrote: > Well truth is, django is beginner friend, I love and live python, but > django is a one step at a time programming platform. No need to hurry. > Just like u never can know when exactly u grow to become a big man so is > learning django, u never can tell wh

Re: Git Hub Project

2021-08-10 Thread pediah wanmi
Well truth is, django is beginner friend, I love and live python, but django is a one step at a time programming platform. No need to hurry. Just like u never can know when exactly u grow to become a big man so is learning django, u never can tell when u get it all On Tuesday, August 10, 2021, Kas

Re: Git Hub Project

2021-08-10 Thread Benjamin Schollnick
What editor are you using? And it’s not spaces & Tabs, it’s one or the other. It has to be uniform. And have you looked at all at the Python Tutorial? The Python Tutorial — Python 3.9.6 documentationhttps://docs.python.org › tutorial

Re: Git Hub Project

2021-08-10 Thread Kasper Laudrup
On 10/08/2021 16.50, Rana Zain wrote: > I take trainings for python and work on it. Great. Best of luck. > Now I am a beginner on Django want to run Git Hub Clone this proejct.  > I have no idea what you mean by "run Git Hub Clone this proejct" and to be honest I'm not really sure you do either

Re: Git Hub Project

2021-08-10 Thread Rana Zain
I take trainings for python and work on it. Now I am a beginner on Django want to run Git Hub Clone this proejct. On Tuesday, August 10, 2021 at 7:41:13 PM UTC+5 Kasper Laudrup wrote: > On 10/08/2021 14.03, Rana Zain wrote: > > Thank you very much for your kind words. I am facing this errors :

Re: Git Hub Project

2021-08-10 Thread Kasper Laudrup
On 10/08/2021 16.10, Rana Zain wrote: > @Ryan i tired many times tabs and spaces. But not work. > And it never will. Don't just try. Start slowly with something simple and everything will slowly start to make sense. Kind regards, Kasper Laudrup -- You received this message because you are subs

Re: Git Hub Project

2021-08-10 Thread Kasper Laudrup
On 10/08/2021 14.03, Rana Zain wrote: > Thank you very much for your kind words. I am facing this errors : > You are more than welcome, but it seems like you didn't really read what I wrote. >From your last question and your follow up question here, it seems like you should really learn the basic

Re: Git Hub Project

2021-08-10 Thread Rana Zain
@Ryan i tired many times tabs and spaces. But not work. On Tuesday, August 10, 2021 at 6:50:41 PM UTC+5 Ryan Nowakowski wrote: > You might have mixed tabs and spaces. PEP8 standard is 4 spaces per level > of indentation, IIRC. > > > On August 9, 2021 7:24:56 AM CDT, Rana Zain wrote: >> >> >> Th

Re: Git Hub Project

2021-08-10 Thread Rana Zain
""" Settings and configuration for Django. Read values from the module specified by the DJANGO_SETTINGS_MODULE environment variable, and then from django.conf.global_settings; see the global_settings.py for a list of all possible variables. """ import importlib import os import time import trac

Re: Git Hub Project

2021-08-10 Thread Ryan Nowakowski
You might have mixed tabs and spaces. PEP8 standard is 4 spaces per level of indentation, IIRC. On August 9, 2021 7:24:56 AM CDT, Rana Zain wrote: > >Thank you so much everyone. It's work. > >I have another problem. I am facing this issue in Pycharm . I tried >spaces >& tabs. > >Error is :"Uni

Re: Git Hub Project

2021-08-10 Thread Benjamin Schollnick
> Thank you very much for your kind words. I am facing this errors : > > > ',' or ')' expected > > Unexpected indent > > Statement expected, found Py:DEDENT > > for the last 2,3 days. Kindly help me out. You need to share your code. Pycharm should be dropping you exactly on the line that is res

Re: Git Hub Project

2021-08-10 Thread Rana Zain
Thank you very much for your kind words. I am facing this errors : > ',' or ')' expected > Unexpected indent > Statement expected, found Py:DEDENT for the last 2,3 days. Kindly help me out. On Monday, August 9, 2021 at 5:43:06 PM UTC+5 Kasper Laudrup wrote: > On 09/08/2021 14.24, Rana Zain wro

Re: Git Hub Project

2021-08-09 Thread Kasper Laudrup
On 09/08/2021 14.24, Rana Zain wrote: > > Thank you so much everyone. It's work. > > I have another problem. I am facing this issue in Pycharm .  I tried > spaces & tabs. > > Error is :"Unindent does not match any outer indentation level"" Python uses indentation for scoping unlike most other p

Re: Git Hub Project

2021-08-09 Thread Rana Zain
Thank you so much everyone. It's work. I have another problem. I am facing this issue in Pycharm . I tried spaces & tabs. Error is :"Unindent does not match any outer indentation level"" On Thursday, August 5, 2021 at 11:15:27 AM UTC+5 satyajit...@gmail.com wrote: > what exactly you're tryin

Re: Git Hub Project

2021-08-04 Thread Satyajit Barik
what exactly you're trying to do? On Wed, Aug 4, 2021 at 6:41 PM Rana Zain wrote: > Hi, > Can anybody help me in running git clone django Project? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Re: Git Hub Project

2021-08-04 Thread Franck Tchouanga
Hello I can help you Email: ftchoua...@gmail.com whatsApp: 656774424 On Wed, Aug 4, 2021 at 2:12 PM Rana Zain wrote: > Hi, > Can anybody help me in running git clone django Project? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Git Hub Project

2021-08-04 Thread Sharif Mehedi
Run: `git clone https://github.com/django/django` On Wednesday, August 4, 2021, 7:11:56 PM GMT+6, Rana Zain wrote: Hi,Can anybody help me in running git clone django Project? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Git Hub Project

2021-08-04 Thread Rana Zain
Hi, Can anybody help me in running git clone django Project? -- 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 t