Re: Django 2.1: Image upload form code displays no error - image not saved

2019-04-11 Thread kamibarut609
*NOTE: in the **handle_uploaded_file(**) function, the exact filename is: test.txt* On Thursday, 11 April 2019 15:11:03 UTC+2, kamiba...@gmail.com wrote: > > Hi, > > You will find the relevant files (models.py and views.py) on the following > link: https://pastebin.com/raw/UTfNRuXw > > The above

Django 2.1: Image upload form code displays no error - image not saved

2019-04-11 Thread kamibarut609
Hi, You will find the relevant files (models.py and views.py) on the following link: https://pastebin.com/raw/UTfNRuXw The above code works, the template is rendered with no errors. For some reasons, the image file is never saved. Note: I was inspired by the following Django developer findings

Re: Django 2.7.1 - "TemplateDoesNotExist at /munichlivingapp/seekers/ "

2019-03-30 Thread kamibarut609
Hello Mohammad. thank you for your help. If you read carefully the content of the thread, you will see that all the code was posted and I was able to figure things out thanks to the help of the developer. K. On Saturday, 30 March 2019 16:29:58 UTC+1, Mohammad Etemaddar wrote: > > Dear Kabiba,

Django 2.7.1 - "TemplateDoesNotExist at /munichlivingapp/seekers/ "

2019-03-30 Thread kamibarut609
Hello, I thought I would post here the link to the question (which was not answered) I just asked on Stackoverflow. https://stackoverflow.com/questions/55431695/django-2-7-1-templatedoesnotexist-at-munichlivingapp-seekers Any suggestions are welcome. Thanks. K. -- You received this message

Re: Newbie question : running the makemigrations command in the terminal

2019-03-30 Thread kamibarut609
@jgi...@caktusgroup.com Thank you for your help, I received some help on Stackoverflow. @ Krishna Tulsyan Thank you for your help, I received some help on Stackoverflow. On Friday, 29 March 2019 12:37:05 UTC+1, Krishna Tulsyan wrote: > > Hi, > can you provide the folder structure of your app, a

Re: Newbie question : running the makemigrations command in the terminal

2019-03-28 Thread kamibarut609
On Thursday, 28 March 2019 16:35:46 UTC+1, kamiba...@gmail.com wrote: > > Hello, > > (Newbie here): I am trying to run the makemigrations icommand in my > terminal. You will find here below the three relevant files, the third one > showing the errors displayed in > the terminal. > > My settin

Newbie question : running the makemigrations command in the terminal

2019-03-28 Thread kamibarut609
Hello, (Newbie here): I am trying to run the makemigrations icommand in my terminal. You will find here below the three relevant files, the third one showing the errors displayed in the terminal. My settings.py file: https://pastebin.com/raw/xLpX0Zfg My models.py file: https://pastebin.