Hi,
Convert the variable IPD into an array or render result variable on template
On Fri, 11 Oct 2019 at 12:04, leb dev wrote:
> i have a function that retrieve data from sql server database where i am
> using **fetchall()** then for loop
> the retrieved data are all printed on the **cmd consol
Hi there,
I've been working on the MDN Locallibrary project and am just preparing to
publish the website on Heroku.
I seem to be stumbling at the first hurdle though and hope someone can help.
The problem is a syntax error pointing to the following line of code in my
settings.py file:
export
Hi there,
My first post to this group!
I've built the locallibrary project following the MDN tutorial and I'm now
preparing to deploy the site on Heroku as described in the same tutorial
and have added these lines to my settings.py file:
*import os*
*SECRET_KEY = os.environ.get('DJANGO_SECRET_
Hi,
I am passing {message: 'here'} to a rest api then in rest api before saving
to the db i want to modify it to {message:'here it it'}. at which step
should i do the modification:
after reading from request.data using json dump and loads , or there is a
way to modify the serializer.data ?
--
You can not modify the request.data object.
You can save it in a different variable and use that
Regards
Gaurav Jain
crazcu...@gmail.com/9971594094
On Fri, 11 Oct, 2019, 7:20 PM laxmikanta nayak, <
laxmikantanayak...@gmail.com> wrote:
> Hi,
>
> I am passing {message: 'here'} to a rest api then in
Hello,
You must make a separate directory in static folder.
in the html file try using { load staticfiles } not {load static}
On Fri, Oct 11, 2019 at 11:59 AM yasar arafath Kajamydeen <
yasar...@gmail.com> wrote:
> *@ Jani - Executed the given cmd, Please find the output and please guide
> me fu
I like Digital Ocean
On Tuesday, October 8, 2019 at 5:33:27 AM UTC-4, ram.mullapudi wrote:
>
>
> Hello,
>
> I'm looking for cheaper, secure and reliable way to host my website? The
> site is being developed on DJango FWK. We are currently on GCP and also
> reviewed other popular vendors too. I
sorry but i have a big problem
I have this
mylist = ['a','b','c']
than Mydbtable.filter(column = value),update(mylist[0]=value)
why update never accept mylist[0] there is a solution?
regards
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
T
just create custom view and add those two querysets to context. if you want
to do search by one input in both querysets, you'll need to create custom
filter as well, or just filter it in a view by query from input
On Thursday, October 10, 2019 at 1:48:52 AM UTC+3, sotiris moustogiannis
wrote:
>
thanks a lot. you helped me
On Friday, October 11, 2019 at 7:14:45 PM UTC+3, lemme smash wrote:
>
> just create custom view and add those two querysets to context. if you
> want to do search by one input in both querysets, you'll need to create
> custom filter as well, or just filter it in a vie
When I try to run "python manage.py migrate" I get an error "invalid
syntax" that points to ") from exc". How can I fix this?
--
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, sen
Hi all
What are the tech stack is good for micro service architecture in Django
--
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...@googleg
Use python3
On Fri, 11 Oct, 2019, 11:01 PM Ralph Barhydt, wrote:
> When I try to run "python manage.py migrate" I get an error "invalid
> syntax" that points to ") from exc". How can I fix this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users"
Hi,
it is not working, because it is not valid python. Use
Mydbtable.filter(column = value).update(**{mylist[0]: value}) instead. And
keep in mind that value of mylist[0] (any dict key in general) must meet
the some criteria to be valid dict key. See
https://wiki.python.org/moin/DictionaryKeys
Hi,
I'm very new to Django so this might be a silly question, but I'm having an
issue with the filter functionality on my site's search page. I am using
the django-haystack module to interface with the Whoosh search engine, and
it functions by reloading the page while sending the query as a GE
*Are you an experienced Django developer interested in a full-time
opportunity to join an established healthcare startup in Palo Alto
California?*
If so, please email sc...@limbix.com, or apply online:
https://angel.co/company/limbix/jobs/624447-senior-software-engineer
--
*SUMMARY*
Limbi
Try retyping the lines from scratch. You may have picked up a unicode
version of single quote, or similar substitution, through copy/pasting.
John
On 11/10/2019 14:12, fishbite wrote:
Hi there,
I've been working on the MDN Locallibrary project and am just
preparing to publish the website on
The export statement does not belong in your settings file, you are supposed to
type it into your shell, like you do with “python manage.py ...” commands
> Am 11.10.2019 um 15:51 schrieb fishbite :
>
>
> Hi there,
>
> I've been working on the MDN Locallibrary project and am just preparing to
Thank you for your email. And sorry that I am looking for the job around
Los Angeles, CA where close to I live.
Thank you,
Chuck
On Fri, Oct 11, 2019 at 2:06 PM Scott Satkin wrote:
> *Are you an experienced Django developer interested in a full-time
> opportunity to join an established healthca
Hi.
As you see Django indeed found your static file.
Next step is to open up developer tools in browser and load your page. You
should be able to use it to determine was file even loaded and was your
style applied to link
Note that if I'm not mistaken plain color only affects unvisited links and
hi,
I think It's not a django problem, it's a classic web developing problem.
Http is stateless, if you want to 'save' something, you need to use
1. URL param like the 'q=soccer'.
2. Use cookie/session.
I think your problem can be solved by one of the methods below:
1. Use ajax to do the search,
hi,
export DJANGO_DEBUG=False
This is a shell command, you shouldn't add this to your settings.py.
On Fri, Oct 11, 2019 at 9:51 PM fishbite wrote:
> Hi there,
>
> My first post to this group!
>
> I've built the locallibrary project following the MDN tutorial and I'm now
> preparing to deploy th
* Hi **yashwanth** - The Suggested one tried already in earlier, But its
not working .*
On Friday, October 11, 2019 at 10:28:55 PM UTC+8, yashwanth .k wrote:
>
> Hello,
> You must make a separate directory in static folder.
> in the html file try using { load staticfiles } not {load static}
>
23 matches
Mail list logo