Hai All,
Im php programer and i want to migration from php to pyhton in specific i
want to use django for my webapps;
i have question
how to import zeep module to my djanggo apps?
can give me example for my php code to django
http://localhost:8082/ws/live.php?wdslchace';
$client = new nusoap
Hi, other then the secret key, what should the two projects share ? i need
to do this ..
On Monday, March 30, 2015 at 4:25:41 AM UTC+1, Russell Keith-Magee wrote:
>
>
> On Mon, Mar 30, 2015 at 10:20 AM, Ien C. >
> wrote:
>
>> Thanks Russ!
>>
>> Good point about the validation logic. Will defini
I solve it with this two lines code in my models:
from thirdparty.models import
ParentModelClassParentModelClass._meta.get_field('default_price').max_digits = 9
then makemigrations && migrate
voila it work, but i don't know any downside using this tricks.
Hope it will help others with simila
Almost forget. It thanks to Peterino comments on
this https://stackoverflow.com/a/2357942/2579404
On Friday, April 12, 2019 at 6:16:04 PM UTC+7, Yongky Tria Putra wrote:
>
> I solve it with this two lines code in my models:
>
> from thirdparty.models import
> ParentModelClassParentModelClass._me
Hello there,
I have attached screenshot of django doc. which i follow in my ide code but
when i run that code it doesnt showing desire output in the form of bullet
format.
im looking for your solution to run my code perfectly.
thanking you.
--
You received this message because you are subscr
Hello everyone,
I've run into what I believe is a limitation of the ORM that other people
must be dealing with somehow, but I can't seem to figure out a sensible
solution.
I think it's easiest to describe the problem with code.
For the following models:
class Foo(models.Model):
name = mod
You're not using a template, nor generating HTML in your views - where are
you expecting bullets to come from?
--
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 dj
Hello coders,
I'm here to understand line of code which im unable to understand how it
work.
i'm looking forward to get help from you.
code is given below :
from django.shortcuts import render
from .models import Question
def index(request):
latest_question_list = Question.objects.order
Hello Thomas,
thanks for your help.
On Friday, April 12, 2019 at 6:52:26 PM UTC+5:30, Michael Thomas wrote:
>
> You're not using a template, nor generating HTML in your views - where are
> you expecting bullets to come from?
>
--
You received this message because you are subscribed to the Goo
What's the result of
print(Foo.objects.exclude(bar__attribute=1).filter(
bar__attribute_2=2).query)
On Fri, 12 Apr 2019, 20:10 Michael Thomas,
wrote:
> Hello everyone,
>
> I've run into what I believe is a limitation of the ORM that other people
> must be dealing with somehow, but I can't seem
SELECT
"app_foo"."id",
"app_foo"."name"
FROM "app_foo"
INNER JOIN "app_bar" ON (
"app_foo"."id" = "app_bar"."foo_id"
)
WHERE (
NOT (
"app_foo"."id" IN (
SELECT
U1."foo_id"
FROM "app_bar" U1
WHERE U1."attribute_1" = 1
The part you want to understand is same as ORDER BY clause in SQL. The
slicing will provide only the top 5 results. By default the order_by sorts
in ascending order only. But providing a "-" would make it to sort in
descending order.
On Fri, Apr 12, 2019, 6:56 PM Mayur Bagul wrote:
> Hello coder
use ORM istead of SQL
On Fri, Apr 12, 2019, 7:42 PM Michael Thomas
wrote:
> SELECT
> "app_foo"."id",
> "app_foo"."name"
> FROM "app_foo"
> INNER JOIN "app_bar" ON (
> "app_foo"."id" = "app_bar"."foo_id"
> )
> WHERE (
> NOT (
> "app_foo"."id" IN (
> SELECT
>
Naimur: I am - that SQL was in response to Aldian's question :)
On Fri, Apr 12, 2019 at 8:23 PM naimur rahman
wrote:
> use ORM istead of SQL
>
> On Fri, Apr 12, 2019, 7:42 PM Michael Thomas <
> michael.thomas.s...@gmail.com> wrote:
>
>> SELECT
>> "app_foo"."id",
>> "app_foo"."name"
>> F
Hello. Anyone know how to make comments in a specific time of the video.
Fir example I see in the second 28 of the video I want to comment
something, I want to create the comment and when other users see the video
can see the comments. with python or Django package maybe?
--
You received this
Hello,
First thank you very much for the advice and I apologize for the response
delay. just to make sure I understand the advice correctly I would install
Django on
Hypotheticalprojetfolder/bin/env? Please let me know. Thank you,
Joseph
On Tue, Apr 9, 2019 at 3:30 PM Julio Cojom wrote:
> If you
Django you so much, I believe having a separate Post model would be the way
to go. Recifes to get going on allauth and that's turning out to be way
easier than I expected so all of you have basically fixed everything so
thank you VERY much. Now I just need to figure out how to do email
verification
Hola, tengo una duda acerca de como guardar many to many en Django ,
agradecerÃa mucho sus ayudas
En la tabla de artÃculos cargo los datos, luego quiero asociarlos con la
tabla temas, pero cuando hago el save me sale este error
Guardo primero todos los articulos.
*TypeError: Direct assig
If you are using django allauth and include this in your settings.py
ACCOUNT_EMAIL_VERIFICATION = 'mandatory'
then you will be good to go.
On Apr 12 2019, at 10:03 pm, Flip Matter wrote:
> Django you so much, I believe having a separate Post model would be the way
> to go. Recifes to get going o
You can look at projects like:
https://github.com/douglasmiranda/django-admin-bootstrap
or
https://pypi.org/project/django-fluent-dashboard/
or
https://github.com/viewflow/django-material
for examples of how you might go about doing this.
On Thursday, 11 April 2019 18:58:30 UTC+2, Aayush Bhattar
20 matches
Mail list logo