Re: hello forks.i have in my sitting file :

2023-08-29 Thread Abdoulaye SENE
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 t

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Maxwell Amoako Agyapong
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 a

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Vishesh Mangla
Just move forward with your code , dint give attention to red squiggly at this stage On Mon, 28 Aug, 2023, 20:08 Vishesh Mangla, wrote: > Edtudiant is French not English > > On Mon, 28 Aug, 2023, 19:45 Abdoulaye SENE, > wrote: > >> i don't understand >> >> >> Le lun. 28 août 2023 à 14:09, Vishe

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Vishesh Mangla
Edtudiant is French not English On Mon, 28 Aug, 2023, 19:45 Abdoulaye SENE, wrote: > i don't understand > > > Le lun. 28 août 2023 à 14:09, Vishesh Mangla > a écrit : > >> That's just a linting error, ignore it >> >> On Mon, 28 Aug, 2023, 19:35 Abdoulaye SENE, < >> abdoulaye.sen...@unchk.edu.sn

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Abdoulaye SENE
i ignore it. but when i continue , i see this [image: Captu.PNG] Le lun. 28 août 2023 à 14:14, Abdoulaye SENE a écrit : > i don't understand > > > Le lun. 28 août 2023 à 14:09, Vishesh Mangla > a écrit : > >> That's just a linting error, ignore it >> >> On Mon, 28 Aug, 2023, 19:35 Abdoulaye SEN

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Abdoulaye SENE
i don't understand Le lun. 28 août 2023 à 14:09, Vishesh Mangla a écrit : > That's just a linting error, ignore it > > On Mon, 28 Aug, 2023, 19:35 Abdoulaye SENE, > wrote: > >> [image: Cap0.PNG] >> but when i make python manage.py migrate, i only see [image: Capt.PNG] >> >> -- >> You received

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Vishesh Mangla
That's just a linting error, ignore it On Mon, 28 Aug, 2023, 19:35 Abdoulaye SENE, 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 u