thanks for the help but i see this :  In Django, application names are used
as part of the project's import system and as identifiers for various
purposes within the project. While it's not a strict requirement for
application names to be valid Python package names, it's generally a good
practice to follow the same rules for naming your Django applications as
you would for naming Python packages.

Le mar. 29 août 2023 à 00:41, Maxwell Amoako Agyapong <
maxwellamoakoagyap...@gmail.com> a écrit :

> All django apps must be valid package names. etudiantAuth is not a valid
> package name.
>
> PEP 8: http://www.python.org/dev/peps/pep-0008/  enforces that:
>
> Modules should have short, all-lowercase names. Underscores can be used in
> the module name if it improves readability. Python packages should also
> have short, all-lowercase names, although the use of underscores is
> discouraged.
>
> On Monday, 28 August 2023 at 15:40:06 UTC+1 Vishesh Mangla wrote:
>
>> Just move forward with your code , dint give attention to red squiggly at
>> this stage
>>
>> On Mon, 28 Aug, 2023, 20:08 Vishesh Mangla, <manglav...@gmail.com> wrote:
>>
>>> Edtudiant is French not English
>>>
>>> On Mon, 28 Aug, 2023, 19:45 Abdoulaye SENE, <abdoulay...@unchk.edu.sn>
>>> wrote:
>>>
>>>> i don't understand
>>>>
>>>>
>>>> Le lun. 28 août 2023 à 14:09, Vishesh Mangla <manglav...@gmail.com> a
>>>> écrit :
>>>>
>>>>> That's just a linting error, ignore it
>>>>>
>>>>> On Mon, 28 Aug, 2023, 19:35 Abdoulaye SENE, <abdoulay...@unchk.edu.sn>
>>>>> wrote:
>>>>>
>>>>>> [image: Cap0.PNG]
>>>>>> but when i make python manage.py migrate, i only see [image:
>>>>>> Capt.PNG]
>>>>>>
>>>>>> --
>>>>>> 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/d1c23612-2c79-4a82-98a3-3a7eaf27fc05n%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/django-users/d1c23612-2c79-4a82-98a3-3a7eaf27fc05n%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...@googlegroups.com.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/django-users/CACaE8x6E-RsjhwLi3QpCh6RvjzSWXT-OCztc-VPG9Za6aq4BNw%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/django-users/CACaE8x6E-RsjhwLi3QpCh6RvjzSWXT-OCztc-VPG9Za6aq4BNw%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...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/django-users/CAK9RMT1e7UQ9JvpwgQ%3D86CCNac0tJ%2BC7ZmZbesGHFhS-j8XXCw%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/django-users/CAK9RMT1e7UQ9JvpwgQ%3D86CCNac0tJ%2BC7ZmZbesGHFhS-j8XXCw%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/2fd4bf30-d9e1-4879-ab1e-9eeb3fa105c9n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/2fd4bf30-d9e1-4879-ab1e-9eeb3fa105c9n%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/CAK9RMT13m0-hoEsV00LMvcrc7MmDOmyNouhD2KzvYREAUFXQEQ%40mail.gmail.com.

Reply via email to