Re: problem to show image

2021-02-11 Thread Kasper Laudrup
On 11/02/2021 16.32, Joseph Mulingwa Kithome wrote: Hello, I want to override the default  email that is set on Django settings and instead append my own email how do I do that First of all, learn how to use mailing lists and/or google groups. You shouldn't just "highjack" unrelated threads

Re: problem to show image

2021-02-11 Thread Joseph Mulingwa Kithome
Hello, I want to override the default email that is set on Django settings and instead append my own email how do I do that On Thu, 11 Feb 2021, 17:36 luca72.b...@gmail.com, < luca72.bertolo...@gmail.com> wrote: > Solved > i have add > > > Il giorno giovedì 11 febbraio 2021 alle 15:27:51 UTC+1

Re: problem to show image

2021-02-11 Thread luca72.b...@gmail.com
Solved i have add Il giorno giovedì 11 febbraio 2021 alle 15:27:51 UTC+1 luca72.b...@gmail.com ha scritto: > Hello > In the setup file i have: > > STATIC_URL = '/static/' > MEDIA_URL = '/media/' > > #STATICFILES_DIRS = [ > #os.path.join(BASE_DIR, "static"), > #'/polls/static/polls', >

problem to show image

2021-02-11 Thread luca72.b...@gmail.com
Hello In the setup file i have: STATIC_URL = '/static/' MEDIA_URL = '/media/' #STATICFILES_DIRS = [ #os.path.join(BASE_DIR, "static"), #'/polls/static/polls', #] STATIC_ROOT = "F:/aflbmanager/mysite/polls/static" MEDIA_ROOT = "F:/aflbmanager/mysite/polls/media" In the template for load