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

Re: Django Discord

2021-08-10 Thread Sebastian Jung
Hey, This is the same question as where i can find django on telephone... Regards Lloyd Dube schrieb am Di., 10. Aug. 2021, 21:34: > Hi everyone, > > Where can I find Django on Discord? > > TIA. > > > Regards, > ~ Lloyd > > -- > You received this message because you are subscribed to the

Django Discord

2021-08-10 Thread Lloyd Dube
Hi everyone, Where can I find Django on Discord? TIA. Regards, ~ Lloyd -- 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

An app that provides Django model comment migration

2021-08-10 Thread 'starryrbs' via Django users
Feature - Automatic migration model help_text to comment [Support customization] - Automatically migrate the verbose_name of the model to the table comment [Support customization] - Provide a command to migrate the comment of the specified app Github repo

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,

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

Re: python manage.py magrate gives the below error with SQL SERVER (Please help)

2021-08-10 Thread 'Amitesh Sahay' via Django users
check your database table though some UI. make sure that the " polls_question" is not there  On Tuesday, 10 August, 2021, 07:20:42 pm IST, Vikram Gajjala wrote: SQL Server 2019Python 3.9.6pip 21.2.3python -m django --version 3.2.6 asgiref              3.4.1astroid             

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

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

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

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

python manage.py magrate gives the below error with SQL SERVER (Please help)

2021-08-10 Thread Vikram Gajjala
SQL Server 2019 Python 3.9.6 pip 21.2.3 python -m django --version 3.2.6 asgiref 3.4.1 astroid 2.6.6 colorama 0.4.4 Django 3.2.6 django-mssql-backend 2.8.1 django-pyodbc1.1.3 django-tastypie 0.14.3 isort5.9.3

Each user will have a subdomaine (username.domaine.com) + the possibility to add a custom domaine (ustomUserDomaine.com) ??

2021-08-10 Thread Pro Boy
Hey everybody, I have a question and I need your help. Basically what am creating is a platform which is simillar to Shopify, it's simillar because each user will have his own profile at a subdomaine: user.domaine .com, also I want to give the user the possibility to link his own custom

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

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

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