Hi guys how to run pyscript on local webserver without using cdn ljnk

2022-07-29 Thread Ad Tariq
Sent from my Huawei Mobile -- 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...@googlegroups.com. To view this discussion on the web visit

how to calculate input form value in django

2021-12-23 Thread Ad Tariq
hi! django users how i calculate input value from template to views where request fetched value is TypeNone how can i convert it into integer of float type -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

folders list in a template

2017-07-01 Thread ad...@tradom.ca
Hi everyone, a question for you all : from my django application I need to select a folder and get its full path. I did a template that offer the following : I click on button « Parcourir » and I want to get a folder list in order to choose one. I did a test to check easygui.diropenbox and

Re: makemigration detect error

2017-05-06 Thread ad...@tradom.ca
field in the model itself (provide a default value, or transform the field in a nullable field) hope it’s help! see you Dominique ad...@tradom.ca ad...@tradom.ca > Le 5 mai 2017 à 23:08, Er. Rv Ranga a écrit : > > python manage.py makemigrations blog > > You are trying t

Re: Fields outside Aggregation functions

2015-05-04 Thread Alex-droid AD
4$* But I want to see wich book was selected by Max() function: *Publisher pr_maxbook_id* *Publisher-a; 1$; 2* *Publisher-b; 4$; 14* On Monday, May 4, 2015 at 1:48:30 PM UTC+3, Alex-droid AD wrote: > > > > There is example in Django documenta

Fields outside Aggregation functions

2015-05-04 Thread Alex-droid AD
There is example in Django documentation about using Aggregate and Annotate clauses The same rules apply to the aggregate() clause. If you wanted to know the lowest and highest price of any book that is available for sale in a store, you could use the aggregate: Store.objects.annotate(min_pr

Re: SQL Server Support - Does it Exist

2015-04-29 Thread Alex-droid AD
We try to use django-pyodbc on CentOS (python 2.7 + Django 1.8, connection to MS SQL Server 2012) While running 'migrare' I get the same error as mentioned above: 'django_pyodbc' isn't an available database backend Can't understand what has been done wrong... On Sunday, March 24, 2013 at 5:14:55

Desktop Application for Django

2011-02-05 Thread Izz ad-Din Ruhulessin
n. This is my basic idea. What do you think about this? Is this the right approachs? And what would be possible pitfalls? Kind regards, Izz ad-Din Ruhulessin -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

2010-05-31 Thread AD
Thanks. I went ahead and downloaded the Django 1.2.1 tarball, untarred it and ran sudo python setup.py install in the directory. I needed to make one small change in my Apache httpd.conf file, but otherwise it all seems to be working smoothly! Thanks! On May 31, 10:33 am, Massimiliano della Ro

Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

2010-05-30 Thread AD
30, 2010, at 10:07 PM, AD wrote: > > > Thanks for replying. > > > I do understand that i can install it manually. I'm just wondering > > whether it's worth doing now or waiting for a package update. From > > what I gather, Ubuntu installs Django in different

Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

2010-05-30 Thread AD
be helpful to read about trunk version. > It is python. :) > > Best regards. > > On May 31, 1:42 am, AD wrote: > > > I previously installed Django 1.1.1 via Ubuntu's Synaptic manager. For > > anyone with experience under that OS and that install, I'm wonderi

Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

2010-05-30 Thread AD
I previously installed Django 1.1.1 via Ubuntu's Synaptic manager. For anyone with experience under that OS and that install, I'm wondering: -- Should I wait for a Django 1.2.1 package to show up under Synaptic or uninstall 1.1.1 and then manually install 1.2.1? I honestly don't know who "controls

django password size

2006-12-28 Thread ad-hoc
I have the following simple form for user login, but it seems that the password field's size is ignored. Any one has seen this before? thanks. {%trans 'Username:' %} {% trans 'Password:'%} --~--~-~--

ContentType matching query does not exist

2006-12-24 Thread ad-hoc
I've been playing with django. I'm trying to get the model with its name by: django.contrib.contenttypes.models.ContentType.objects.get(model=modelname) where modelname is a string, but i'm getting the exception/error as above. Using the admin interface i can see/add/update instances for the