Report a Django bug how

2023-04-13 Thread Michael Starr
Hi, I double checked my code and Django is not displaying images. I'd like 
to report the bug but I need to be a django employee to do that. So, if 
anyone knows anyone on linkedin that works for django, tell them images 
don't display (on an operating system).

Michael

-- 
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/aa4c364c-24cd-44f8-b593-36b5349e7f7cn%40googlegroups.com.


Re: Tutorial for a Django web store

2023-04-13 Thread Bradie Poa
There's no full toturial that does that. The only man who tried is Denis
ivanov on his YouTube channel but still he did backend alone and frontend
alone.

Try him out. Maybe you may earn something 

On Thu, Apr 13, 2023, 16:47 Alexandre Felgueiras <
alexandre.r.felguei...@gmail.com> wrote:

> Helo Michael,
>
> I've been studying this e-book and I think it's amazing.
>
> There is another books from the same author for more advanced users.
> check on:
> https://www.amazon.com.br/Django-Beginners-Build-Websites-Python/dp/1735467200
>
>
> Best regards
>
> --
> 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/941b0bfe-294c-49eb-9d5d-518ef043c48en%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/CAJkmis07MMiUpeTAApJC65Roy%3DG7-YRYm2FNDTfuckZcMhfFoA%40mail.gmail.com.


Re: pdf django

2023-04-13 Thread christian Damon
merci

Le jeu. 13 avr. 2023 à 14:47, Olivier Dappremee  a
écrit :

> démarrer de zéro avec python.
> https://www.clictune.com/i1wR
>
>
> pdf en folie
>
>
> https://www.clictune.com/links/index#:~:text=https%3A//www.clictune.com/i1wN
>
>
>
> django
>
>  https://www.clictune.com/i1wM
>
>
>
> des livres python en fr et ang.
>
>  https://www.clictune.com/i1wh
>
> --
> 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/ec38af18-fdfa-4e39-9a46-9ad613ce7ec4n%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/CABVi%3DZ4Xpt7DnH0kH7FG_bdOFn%2B2wm2_guM8kahfE-Bv1z6wzg%40mail.gmail.com.


pdf django

2023-04-13 Thread Olivier Dappremee
démarrer de zéro avec python.
https://www.clictune.com/i1wR


pdf en folie

https://www.clictune.com/links/index#:~:text=https%3A//www.clictune.com/i1wN



django

 https://www.clictune.com/i1wM



des livres python en fr et ang.

 https://www.clictune.com/i1wh

-- 
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/ec38af18-fdfa-4e39-9a46-9ad613ce7ec4n%40googlegroups.com.


Re: Tutorial for a Django web store

2023-04-13 Thread Alexandre Felgueiras
Helo Michael,

I've been studying this e-book and I think it's amazing.
 
There is another books from the same author for more advanced users.
check on: 
https://www.amazon.com.br/Django-Beginners-Build-Websites-Python/dp/1735467200


Best regards

-- 
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/941b0bfe-294c-49eb-9d5d-518ef043c48en%40googlegroups.com.


Re: Illegal Hardware Instruction

2023-04-13 Thread jeanmarc prudham

It may be caused by Django dependencies that were installed from different 
repositories (mixing conda and  pip  f.e. ?) if you use the same env for 
your ML programs and django  the most uncomplicated way may be to add 
another one for running the server  and reinstall all the ML dependencies 
properly for this env (which should be painless)
Le mardi 11 avril 2023 à 22:26:10 UTC+2, Julio Cojom a écrit :

> Is your computer an apple silicon mac? 
>
>
>
>
>
>
> El mar, 11 abr 2023 a las 14:21, Mesfin Haftu () 
> escribió:
>
>> Hello There,
>>
>> This is Mesfin, I am working on a project of deep learning to classify 
>> images. I design the model, train, fit, evaluate and predict with my model. 
>> After that I save the model and try to do some users interface with Django 
>> to make things easier for users, however when  I try to "python manage.py 
>> runserver" It says Illegal Hardware Instruction. 
>> Is there any one who faces this thing before and have solution. 
>>
>> Thankyou for your positive answers
>> Mesfin
>>
>> -- 
>> 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/cc06c8fc-6cda-436a-bac7-75b7bbe6c920n%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/1b8a9e70-a988-4a71-9d32-ab936398b09fn%40googlegroups.com.