About query strings in urls

2019-05-04 Thread Surajeet Das
I am actually developing an android app which will fetch data using an api . I am trying to pass multiple parameters in the url using query strings, but I am not able concatenate those parameters in the url. eg: U/userapi/?email=abc=bcd I trying to achieve the above example. How do I take

Image Upload in admin panel

2019-02-14 Thread Surajeet Das
How do I upload images from admin panel and retrieve from a html page ? -- 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

Retrieve data from database by taking user input data.

2019-02-01 Thread Surajeet Das
I have been trying to write a query to retrieve data from database by taking input from user . But the problem I am facing is after the input is given , the page does not get refreshed to another page, rather it refreshes to the same page again. Help me on this. -- You received this message

Setting up environment variable

2019-01-02 Thread Surajeet Das
Well , I am really stuck on this setting of environment variable :'DJANGO_SETTINGS_MODULE' . When I run my project in pycharm , an error is raised showing that the environment variable isn't yet set . So , anyone please help me out on this. In which python file do I set this variable and how

Posting data from templates to views.py without using forms.

2019-01-01 Thread Surajeet Das
Well , I want to post data from templates to views.py by clicking a button without using forms. Basically the button should not be of type submit because I don't want the page to be refreshed .I want to view the data from database after the query in the same page. -- You received this