Hi Realdox,
Please share the code also. The explanation of the problem isnt enough to
help u.
thanks,
El mié., 28 oct. 2020 a las 20:15, Realdox Opeyemi (<
realdox2yk47...@gmail.com>) escribió:
> My template work fine with dummy data, but my data disappear when I try
> render data from my m
My template work fine with dummy data, but my data disappear when I try
render data from my model
--
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+un
Hi! I discover this problem start with Django 2.1, Django 2.0.13 still
working good. I'm reading the changes on Django 2.1 whom can cause this
problem. Thanks for the ideas!
On Wednesday, October 16, 2019 at 4:35:36 PM UTC-3, Boris Romero wrote:
>
> Thanks again for the answer. I believe the pro
Thanks again for the answer. I believe the problem is related with unicode
changes between python versions, but I think it's a problem from any
library or dependency used at the app, whom is not working properly,
because with the same python version the problem appears and dissapears
using diff
okay, but it's even harder to guess what is a problem there without ability
to see relevant code pieces. btw, you may want to check this
https://www.geeksforgeeks.org/important-differences-between-python-2-x-and-python-3-x-with-examples/#Unicode
as
you most probably had to migrate python as wel
Thanks for the answer Lemme! As I said, my problems appear exactly when I
update django from 1.11 to django 2.2.x. With this change a lot of
libraries need to update, and now I was trying to remove some of them and
proving if they are the reason of this strange behavior. Before update
django, a
it's really hard to help here without understanding whats going on there.
when i ask for example I meant not only piece of page screenshot to see
what you mean, but whole stack of how you pass data in a view and how you
render it in a template
On Tuesday, October 15, 2019 at 9:31:26 PM UTC+3, B
Any help or ideas? Thanks!
On Thursday, October 10, 2019 at 12:15:42 PM UTC-3, Boris Romero wrote:
>
> Hi! Yes, it's reproducing when I run it locally, but with DEBUG=FALSE and
> with nginx and uwsgi. And no, it's not a database encoding problem, it just
> involves the templates, because the sam
Hi! Yes, it's reproducing when I run it locally, but with DEBUG=FALSE and
with nginx and uwsgi. And no, it's not a database encoding problem, it just
involves the templates, because the same database, with diferents instances
of the app (with the upload and without it) not make any differences.
so, it's not reproducing when you run it locally?
also, can you provide an example of string where you have "strange"
character? most probably you store it in database.
On Thursday, October 10, 2019 at 1:48:52 AM UTC+3, Boris Romero wrote:
>
> Hi!
>
> I recently update Django from 1.11 to 2.2.6
Hi!
I recently update Django from 1.11 to 2.2.6 and I have a serious problem
with the templates rendering when i put on production my site (Nginx +
uWSGI + Django). The problem is a lot of '/n' and strangers characters that
appears when I render any page, that obviuosly suggest is a encoding
On 29/11/10 20:03, Anderson Goulart wrote:
> Hi,
>
> How can I render to a javascript code a variable set in a view?
> I tried {{ variable }} but it returns nothing in the html source code.
> When I put this {{ variable }} outside
On 30 November 2010 07:03, Anderson Goulart wrote:
> Hi,
>
> How can I render to a javascript code a variable set in a view? I tried {{
> variable }} but it returns nothing in the html source code. When I put this
> {{ variable }} outside
Hi,
How can I render to a javascript code a variable set in a view? I tried {{
variable }} but it returns nothing in the html source code. When I put this {{
variable }} outside
The django-developers mailing list is for the discussion about
the development of django itself, not using django.
Please use the django-users mailing list and don't cross post between the
two.
Dougal
On 17 February 2010 09:26, chiranjeevi muttoju <
chiranjeevi.mutt...@gmail.com> wrote:
>
> H
Hi,
Actually my aim is to load the iframe when i click my link(play) in
facebook. i get the functionality working fine but the problem is after
loading the iframe with desired content, it becomes blur.. I dont know what
the problem is. please see the bellow screen short .
After clocking the play
Thanks Karen it works now :-) .
On Oct 26, 6:50 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> Ah, looks like you are hitting an incompatibility between the new template
> variable resolution system (went into revision 6399, on 9/20) and the
> comment-utils code. It's been reported against the
Ah, looks like you are hitting an incompatibility between the new template
variable resolution system (went into revision 6399, on 9/20) and the
comment-utils code. It's been reported against the comment-utils project:
http://code.google.com/p/django-comment-utils/issues/detail?id=13
ubernostrum
Okay this is the portion of the for loop in my template :
-
{% for object in latest %}
{{ object.headline|escape
}}
Posted on {{ object.pub_date|
date:"F j, Y" }} by {{ object.author
A few more clues on this could help people help you. What's latest? What's
the traceback associated with the exception?
Karen
On 10/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> I'm running the svn version when django start rendering the template
> it keeps raise this exception : fl
I'm running the svn version when django start rendering the template
it keeps raise this exception : float() argument must be a string or a
number , at line 11 and line 11 is {% for object in latest %} I don't
understand what is the cause of this problem . any help ?
--~--~-~--~~---
This may just be 5:00 AM stupid but:
I have an assortment of html files generated by a WYSIWYG editor (no
django markup).
I merge these into the polls tutorial and can display the index page
at http://127.0.0.1:8000/polls/ , apparently correctly
using views.py:
def index(request):
latest_p
22 matches
Mail list logo