Re: Hire remote Python codeer

2023-12-27 Thread Sounak Ray
Hello I am interested in this position and here is my resume attached to this email On Wed, 27 Dec 2023, 19:52 Aakash Singh, wrote: > Hi i am interested. Have 3yeara of experience as python developer. > > On Tuesday 24 October 2023 at 22:00:11 UTC+5:30 许三高 wrote: > >> Hire remote Python codeer

hello everyone please can someone help me with my problem is very important please Environment: Request Method: GET Request URL: http://127.0.0.1:8000/user/ Django Version: 4.0.4 Python Version: 3

2022-04-30 Thread ray nkamwa
-- 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

Re: Sorting price and discount price (urgent)

2021-07-01 Thread Aritra Ray
gt; Shailesh Yadav > > > > On Thu, Jul 1, 2021 at 1:33 PM Aritra Ray wrote: > >> I tried to describe the problem but till my capability and it is urgent, >> not just for increasing the possibility of getting help. Thank you for your >> advice and help. >>

Re: Sorting price and discount price (urgent)

2021-07-01 Thread Aritra Ray
I tried to describe the problem but till my capability and it is urgent, not just for increasing the possibility of getting help. Thank you for your advice and help. On Thu, 1 Jul, 2021, 1:30 pm Kasper Laudrup, wrote: > On 7/1/21 8:03 AM, Aritra Ray wrote: > > I am facing a problem in

Sorting price and discount price (urgent)

2021-07-01 Thread Aritra Ray
I am facing a problem in including the discount_price into consideration when sorting price through the products. Kindly help me to do so. The below attached files are filters.py, views.py and models.py. Regards, Aritra class ProductFilter(django_filters.FilterSet): sort = OrderingFilter(

Re: In need of urgent help for products sorting and displaying

2021-06-28 Thread Aritra Ray
We've realised the error but are unable to fix it. We'll be grateful if you can solve it for us as we've been stuck on this for a long time. The search function in the views.py is conditioning the products via products.html filter form which is requesting for a "products-list url" which looks like

Re: Kindly help me with Django filer, urgent need.

2021-06-25 Thread Aritra Ray
an issue then share the link here  > > On Fri, 25 Jun 2021, 3:04 PM Aritra Ray, wrote: > >> Hi, >> This is my second request regarding the same issue. I've been building a >> Django E-commerce website and I'm facing problems filtering the product >> accordin

Kindly help me with Django filer, urgent need.

2021-06-25 Thread Aritra Ray
Hi, This is my second request regarding the same issue. I've been building a Django E-commerce website and I'm facing problems filtering the product according to price. I used django-filter to filter category and size. Please suggest a solution for price in the following manner: Latest products,

In need of urgent help as I've been stuck on this for a while

2021-06-24 Thread Aritra Ray
Hi, This is my second request regarding the same issue. I've been building a Django E-commerce website and I'm facing problems filtering the product according to price. I used django-filter to filter category and size. Please suggest a solution for price in the following manner: Latest products,

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Aritra Ray
ilter then, please try like below in your views.. >> >> abc_list = ModelName.objects.all() >> result_filter = ModelNameFilter(request.GET, queryset=abc_list) >> >> Thanks & Regards >> Shailesh Yadav >> +91-9920886044 >> >> [image: Linkedin] <https://i

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Aritra Ray
-b7ab89110> > > > > On Wed, Jun 23, 2021 at 9:13 PM Aritra Ray wrote: > >> Sorry, it's not working. I tried items_filter.form but it didn't work. >> Kindly check my views.py if that'll be of any help or require any changes. >> >> >&g

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Aritra Ray
gards > Shailesh Yadav > +91-9920886044 > > [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> > > > > On Wed, Jun 23, 2021 at 2:58 PM Aritra Ray wrote: > >> This isn't working. When we are supplying a filter, the html is >&

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Aritra Ray
s://in.linkedin.com/in/shailesh-yadav-b7ab89110> > > > > On Wed, Jun 23, 2021 at 2:58 PM Aritra Ray wrote: > >> This isn't working. When we are supplying a filter, the html is >> displaying all the products irrespective of the requested. >> >> On Wed, 23 J

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Aritra Ray
886044 > > [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> > > > > On Wed, Jun 23, 2021 at 2:25 PM Aritra Ray wrote: > >> Hi, >> I've been trying to introduce a filter system in my Django-ecommerce >> website and I've been stru

Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Aritra Ray
Hi, I've been trying to introduce a filter system in my Django-ecommerce website and I've been struggling despite reading the documents, etc. I am using 'django-filter' and below are filters.py, models.py, views.py and the template. To check out the project, follow the github link:

Re: In need of urgent help regarding dynamic image display v

2021-06-23 Thread Aritra Ray
Thank you, it worked. On Fri, 18 Jun 2021 at 00:08, Ayush Bisht wrote: > I think there is 2 method which you can do to get the work done. ... > > *1 : first one* .. you can declare a property decorator which just return > the url of that image > > > class Banner(BaseModel): >

Re: In need of help regarding HTML Submit button

2021-06-17 Thread Aritra Ray
Thank you, it worked! On Tue, 15 Jun 2021 at 00:13, Nikeet NA wrote: > Change the type of button back to type='button" rather than type="submit" > > On Monday, 14 June 2021 at 22:39:27 UTC+5:30 arit...@gmail.com wrote: > >> Hi, >> I'm facing an error with the Place Order button not working when

In need of urgent help regarding dynamic image display v

2021-06-17 Thread Aritra Ray
Hi, I've been building a Django E-commerce website and I'm facing this problem. I have created a Banner model which will take in images via django.ResizedImage and then display it in the homepage. But I'm unable to process them in CSS. Kindly help me out. PS: I'll have to process it as

Re: location based web app with django and geodjango

2021-06-15 Thread Aritra Ray
Hello, Register your app in setting.py-> INSTALLED_APPS like 'appname.apps.appnameConfig' from your apps.py. Alternatively, you can write 'app_name' instead of the whole sentence. Regards, Aritra. On Tue, 15 Jun 2021 at 05:46, Stathis Angelou wrote: > good evening all, > > I have started

In need of help regarding HTML Submit button

2021-06-14 Thread Aritra Ray
Hi, I'm facing an error with the Place Order button not working when the user is choosing the default address. Kindly help me out in this regard and let me know if any other files are needed. Thank you in advance Regards, Aritra. class Address(BaseModel): user = models.ForeignKey(User,

Re: In immediate help of a long time pending request, kindly help.

2021-06-04 Thread Aritra Ray
this option => limit_choices_to={'user' : 'user'}, to your items > field in models.py > > > > On Tuesday, 1 June 2021, Aritra Ray wrote: > >> Right, thank you so much. >> >> Regards. >> >> On Tue, 1 Jun, 2021, 8:27 pm oba stephen, wrote: >> >&

Re: In immediate help of a long time pending request, kindly help.

2021-06-01 Thread Aritra Ray
> > > > On Tuesday, 1 June 2021, Aritra Ray wrote: > >> Right, thank you so much. >> >> Regards. >> >> On Tue, 1 Jun, 2021, 8:27 pm oba stephen, wrote: >> >>> You should return this if you want to redirect to cart; >>> >&g

Re: In need of immediate help from Django community

2021-05-25 Thread Aritra Ray
file. >> >> Default "User" model comes with username, email filed. >> >> Why you're creating another email field in the Profile model? >> >> Just fetch it using {{ user.email }} >> >> >> On Tue, May 25, 2021, 1:38 AM Aritra Ray wrote: >

Re: Python Django Training

2020-12-16 Thread Saswat Ray
Pls add me On Wed, 16 Dec 2020, 10:26 pm Nagaraju Singothu, < nagarajusingoth...@gmail.com> wrote: > I'm also interested sir, Plz add me I'm from hyderabad > > On Mon 7 Dec, 2020, 1:40 PM narendra thapa, > wrote: > >> hello please add me also in training group? >> >> >> On Fri, Feb 21, 2020 at

How to display a line graph in Django?

2020-06-30 Thread ratnadeep ray
Hi all, I have wrote a python program to display the line graph as follows: import matplotlib.pyplot as plt x = [1,2,3] y = [2,4,1] plt.plot(x, y) plt.xlabel('x - axis') plt.ylabel('y - axis') plt.title('My first graph!') plt.show() Now I need to display the same via

How to pass values of drop down from html template to views in Django?

2020-06-26 Thread ratnadeep ray
I need to send the value of the selected option in a drop down to the views. My html code is as follows: > > Select version to compare with > {%for ver in version_list%} > **{{ver}} option>** > {% endfor %} > The above is giving me the following error: > Page not found (404) > Request

Re: Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-26 Thread ratnadeep ray
n your URL before your urlpatterns > > app_name=yourappname > > > And in your template URL write > {% url 'yourappname:process_data' ver %} > > > > And if you still have issues send the update you made and let me check. > > On Thursday, June 25, 2020, ratnadeep

Re: Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-25 Thread ratnadeep ray
e URL write > {% url 'yourappname:process_data' ver %} > > > > And if you still have issues send the update you made and let me check. > > On Thursday, June 25, 2020, ratnadeep ray > wrote: > >> Hi Ogunsanya, >> >> I have added that line of code

Re: Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-24 Thread ratnadeep ray
Hi Ogunsanya, I have added that line of code but still getting the same error. So what can be done next ? On Thursday, 25 June 2020 00:25:17 UTC+5:30, Ogunsanya Opeyemi wrote: > > > Yes > On Wednesday, June 24, 2020, ratnadeep ray > wrote: > >> So

Re: Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-24 Thread ratnadeep ray
So I need to add this also: urlpatterns = [ ... ... path('process_data/', views.process_data, name='process_data'), -- 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,

Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-24 Thread ratnadeep ray
Hi all, Any comment on 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, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web

Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-24 Thread ratnadeep ray
Hi all, I am trying to direct the option selected from the dropdown in the index.html along with the value to the process_data method in the views.py. But now I am getting the following error when I am trying to load my index page: NoReverseMatch at /index/ Reverse for 'process_data' not

Can we use python related api's on the Django templates ?

2020-05-27 Thread ratnadeep ray
Hi all, Currently I am trying to print the type of a variable from the Django template html file as follows: The type of feature list report for version > {%type(version)%} is For the above, I am getting the following error: Invalid block tag on line 9: 'type(version)'. Did you

Re: How to retrieve the values from the context_process.py file to template?

2020-05-26 Thread ratnadeep ray
So what should be the correction in my case? -- 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

Re: How to retrieve the values from the context_process.py file to template?

2020-05-26 Thread ratnadeep ray
So for this we have to import the model of context_process ? -- 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

How to retrieve the values from the context_process.py file to template?

2020-05-26 Thread ratnadeep ray
Hi all, I am trying to display the value from the context_process.py file to the template. The content of my context_process.py is as follows: from fusioncharts.models import QRC_DB from django.db import connection def get_result(request): > cursor = connection.cursor() > pattern

Getting the except django.core.exceptions.ImproperlyConfigured while querying DB

2020-05-20 Thread ratnadeep ray
I am trying to fetch a few rows from the DB using the following code in my views.py: from django.http import HttpResponsefrom django.shortcuts import renderfrom fusioncharts.models import QRC_DB def display_data(request,component): query_results =

Reverse for 'display_data' not found. 'display_data' is not a valid view function or pattern name

2020-05-19 Thread ratnadeep ray
Hi all, I am getting the below error when I am trying to load the home page: Reverse for 'display_data' not found. 'display_data' is not a valid view function or pattern name My views.py file is as follows: > def home(request): > #query_results = QRC_DB.objects.all() > return

How to pass a variable to views from a template using href ?

2020-05-19 Thread ratnadeep ray
Hi all, My requirement is to pass a variable to the view from the template using href. For example, I have written the following line of code: SQL data So using the above line, can we send the value "SQL" clicking on the link of "SQL data" to the method "execute" written in the views? If

Re: Django foreign-key cannot assign must be a instance

2020-05-19 Thread ratnadeep ray
n Fazrihady > http://aldianfazrihady.com > > Pada tanggal Sel, 19 Mei 2020 13.49, ratnadeep ray > menulis: > >> Hi all, >> >> I am trying to add a row in the DB using the following views.py: >> >> # Create your views here. >>> from django.shor

Django foreign-key cannot assign must be a instance

2020-05-19 Thread ratnadeep ray
Hi all, I am trying to add a row in the DB using the following views.py: # Create your views here. > from django.shortcuts import render > from fusioncharts.models import Component,Report > import xlrd > def pie_chart(request): > labels = [] > data = [] > loc =

How to display multiple pie charts based on multiple lists?

2020-05-12 Thread ratnadeep ray
Hi all, I have a requirement where I need to display multiple pie charts based on multiple lists. Currently, I am able to display one pie chart involving 2 lists. Below is the views.py code for the same: # Create your views here. from django.shortcuts import render def pie_chart(request):

Re: How to push data fetched from excel to DB using Django?

2020-05-08 Thread ratnadeep ray
Thanks Derek for this. On Friday, 8 May 2020 19:20:31 UTC+5:30, Derek wrote: > > If you can, use an existing app: > > https://github.com/wq/django-data-wizard > > > On Friday, 8 May 2020 14:57:43 UTC+2, Kasper Laudrup wrote: >> >> Hi Ratnadeep, >> >

Re: How to push data fetched from excel to DB using Django?

2020-05-08 Thread ratnadeep ray
clarify these because I am pretty new to Django. Thanks. On Friday, 8 May 2020 18:27:43 UTC+5:30, Kasper Laudrup wrote: > > Hi Ratnadeep, > > On 08/05/2020 14.03, ratnadeep ray wrote: > > Hi all, > > > > Can anyone let me know how to push the fetched data from an exc

How to push data fetched from excel to DB using Django?

2020-05-08 Thread ratnadeep ray
Hi all, Can anyone let me know how to push the fetched data from an excel to any DB using 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.core.exceptions.ImproperlyConfigured: error is coming

2020-05-08 Thread ratnadeep ray
I am new to Django and hence don't have much idea about it. I am trying to create an app having the following contents in my view.py file: from django.shortcuts import render > from fusioncharts.models import City > def pie_chart(request): > labels = [] > data = [] > queryset =

How to display pie chart using Django

2020-05-07 Thread ratnadeep ray
Hi all, I just started to work on Django and hence have limited knowledge about it. Now I need to design an app to display a pie chart based on some sample data. Can anybody please help me to do so? Is there any sample app existing which fulfills this requirement ? Thanks. -- You

Re: Looking for Django developers to work on a new and an existing project with our team

2020-03-31 Thread Saswat Ray
Hi, Interested. *Thanks*, *Saswat* https://www.linkedin.com/in/saswat-ray-27313316/ https://www.quora.com/profile/Saswat-Ray On Tue, Mar 31, 2020 at 7:10 PM Juan J. Moreno Piña < prof.juanj.mor...@gmail.com> wrote: > available now, I'm located remote > Juan > >

Re: Asking for help

2020-03-19 Thread Saswat Ray
Hi, Please try to post on linkedin as well.It may help *Thanks*, *Saswat* On Fri, Mar 20, 2020 at 6:58 AM Motaz Hejaze wrote: > Hi guys , > How are you all ? > Hope you are all fine .. > Guys i am now for 3 months without any job nor any income , and the news > about corona make me fear

Re:

2020-02-22 Thread Saswat Ray
Nope *Thanks*, *Saswat* https://www.linkedin.com/in/saswat-ray-27313316/ https://www.quora.com/profile/Saswat-Ray On Sat, Feb 22, 2020 at 7:39 PM Suraj Kumar wrote: > Do you know Automation through Python. > I want to learn automation tools. > > Tools like appium, selenium

Help on passing model field as function argument

2020-02-19 Thread Saswat Ray
Hi All, *Views.py :* class DASDataViewSet(viewsets.ModelViewSet): queryset = DASData.objects.all() serializer_class = DASDataSerializer def create(self, request, *args, **kwargs): try: das_data = { 'patient': request.data['patient'],

Re: Django Hands On with Industry Oriented application

2020-02-12 Thread Saswat Ray
Please contact to 8885505922 for detail or direct mail me your contact number *Thanks*, *Saswat* https://www.linkedin.com/in/saswat-ray-27313316/ https://www.quora.com/profile/Saswat-Ray On Thu, Feb 13, 2020 at 12:30 PM paarull shukla wrote: > Heloo sir I want to join ur session please

Django Hands On with Industry Oriented application

2020-02-12 Thread Saswat Ray
note i am not guarantee any job, i will help candidate to make right decision and make them industry ready). *Thanks*, *Saswat* https://www.linkedin.com/in/saswat-ray-27313316/ https://www.quora.com/profile/Saswat-Ray https://github.com/raysaswat -- You received this message because you

Re: Authentication of Zendesk

2020-01-08 Thread Saswat Ray
Thanks Kasper. *Thanks*, *Saswat* On Wed, Jan 8, 2020 at 4:39 PM Kasper Laudrup wrote: > Hi Saswat, > > On 08/01/2020 11.52, Saswat Ray wrote: > > Hi I want to authenticate Zendesk with my apps.Anyone know how to do in > > DJANGO > > > > Zendesk se

Authentication of Zendesk

2020-01-08 Thread Saswat Ray
Hi I want to authenticate Zendesk with my apps.Anyone know how to do in DJANGO *Thanks*, *Saswat* -- 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

Re: MultiValueDictKeyError at /add 'radio2'

2019-12-26 Thread Saswat Ray
https://stackoverflow.com/questions/5895588/django-multivaluedictkeyerror-error-how-do-i-deal-with-it *Thanks*, *Saswat* On Wed, Dec 25, 2019 at 7:08 PM shree hari wrote: > error: https://del.dog/engigywarf.txt > code: https://del.dog/cringanuwa.txt > > can someone help with me this ? > >

Unit test in django

2019-12-02 Thread Saswat Ray
*def webhook_register(request, organization_pk, campaign_id):user_id = Campaign.objects.filter(id=campaign_id)user_id = user_id[0].__dict__["user_id"]# social_user_details = UserSocialAuth.objects.filter(provider=request.GET["provider"], user_id=user_id)social_user_details =

Re:

2019-11-28 Thread Saswat Ray
rather it > throws an exception templatedoesnot exit > > I hope you are geeting what i am saying > > Best Regards > Vaneet > > > > On 28-Nov-2019, at 5:42 PM, Saswat Ray wrote: > >  > Django app expects a response from your view file to render and show to &

Re:

2019-11-28 Thread Saswat Ray
Django app expects a response from your view file to render and show to user.You need add a template to render. like in views.py return render(request, "xyz.html") https://docs.djangoproject.com/en/2.2/topics/http/shortcuts/ render *Thanks*, *Saswat* On Thu, Nov 28, 2019 at 5:35 PM vaneet

Making A Field Read Only

2019-11-06 Thread Ray Z
Hey Everyone, Im very new to django and im trying to figure out how to make a field on a forum read only. The field is my date created field that has a automatic timestamp. The form structure im using is a modelform . Here is my code of my forms.py . I appreciate the help. Thank you everyone

Webhook creation for shopify

2019-11-05 Thread Saswat Ray
HI, Can anyone help me creating a webhook for shopify *Thanks*, *Saswat* -- 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

Creating Shopify webhook using pipeline

2019-10-30 Thread Saswat Ray
Hi Guys, I need to create one webhook in shopify(order/product) but using *pipeline function*.I did the app authentication and got the access taken. In settings.py i added this SOCIAL_AUTH_SHOPIFY_WEBHOOK_PIPELINE = ( 'social_core.pipeline.social_auth.social_uid',

App authentication using python social core and creation of webhook

2019-10-23 Thread Saswat Ray
https://m.facebook.com/groups/411741268877125?view=permalink=2659955947388968 -- 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

Re: Name error

2019-06-05 Thread Raichand Ray
6bbb6b5b655b5556555tgt On Wed 5 Jun, 2019, 3:17 PM Sipum Mishra, wrote: > Plz show your code otherwise search your total error line in Google you > can find it. > Always try to paste error codes so that it will b easy to find out error. > > Thanks. > > On Wed, 5 Jun, 2019, 3:12 PM RAJA

How do I code this in views.py

2017-06-26 Thread ray laurenz Monterola
I have two views function: index and login: Index should load first and check if session user id is set, if not it should call login function. login function if get renders the login.html. The problem is I'm having errors with index during run time. -- You received this message because you

Django Migration File with Invalid import (import no longer exists)

2016-12-05 Thread Ray Leyendecker
I recently update the oauth2 library I am using in my project. There are now import references in my (already run) migration files that no longer exist (as a result of the oauth2 upgrade). As a result the make migrations command fails. How is the best way to handle this problem? I am also

Any Django developers in Chicago?

2015-02-11 Thread Brian Ray
Hey all, We are having a Django focused meetup with ChiPy (Chicago Python User Group) tomorrow night: RSVP http://chipy.org and/or http://www.meetup.com/_ChiPy_/events/220117890/ Talks will be recorded. Also looking for more talks. Hope to see some of you there. Warm Regards, Brian Ray

JSON recieving backend

2014-09-05 Thread Meghdeep Ray
Hi, I am working on an Android Application which will have to send JSONs to and receive them from a Backend which I plan to build in Django. Does anyone have any good resources for this specific thing ? Or does anyone know of a GitHub project which already does this ? Any help is greatly

Re: Goodbye, Malcolm

2013-03-20 Thread Ray Loyzaga
Hi Jacob, Would you be able to email me regarding the future funeral arrangements for Malcolm. So far the family are looking at 4th April, in Sydney, but the time (and the date), haven't been totally settled. It would be great if your could update the notice to include the details, as his family

Re: Object composition in django

2013-02-14 Thread Ray Hatfield
multiple producer.mailing_address. > > Then you can omit related names, or like someone suggested use different > related names for both fields. > > 13.2.2013 21:25, Ray Hatfield kirjoitti: >> Hi, >> >> I have a model which requires two addresses: a mailing addres

Re: Object composition in django

2013-02-13 Thread Ray Hatfield
ing more types of addresses, and more than one of a given type. > If it's essential to guarantee that there is exactly one mailing address > and exactly one physical address, I would probably override the relevant > save methods to check for that when objects are saved. > > On Wed,

Object composition in django

2013-02-13 Thread Ray Hatfield
Hi, I have a model which requires two addresses: a mailing address and a physical address. From an OO perspective it makes sense to have an Address class and the Producer to have Address instances as properties, but I can't seem to achieve this in django while still being able to edit the

Re: Iphone applications via django

2012-09-11 Thread Ray Ch
Can you tell me how do i do that? Do you have any kind of blog or tutorial which would help me out connecting the web API's with iphone. Do you suggest JSON or XML ? On Tuesday, September 11, 2012 4:09:35 PM UTC+5:30, Cal Leeming [Simplicity Media Ltd] wrote: > > You can create a server side

Re: How do you install Django on a shared hosting without root access?

2012-05-12 Thread Michael Ray
I second Webfaction! It will save you a lot of headaches. -- Michael Ray Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, May 12, 2012 at 3:22 PM, Timothy Makobu wrote: > Hi, the host needs to specifically say they support python, then you know > wsgi works wit

Re: is django for me?

2012-05-11 Thread Michael Ray
of those things are pure frontend and would work with any framework. -- Michael Ray Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, May 11, 2012 at 10:08 PM, giraffasaurus wrote: > Hi everyone, > > i recently got my first web design job and i am wondering

Help! Database is locked! Windows developing envrionment, sqlite3, djcelery and djkombu

2011-05-06 Thread Robert Ray
I''im using Django 1.3 with Djcelery and Djkombu on Windows7. When I'm running a task, I alwalys get the following error saying the database is locked and then the djcelery process quits: [2011-05-07 09:44:05,319: INFO/MainProcess] Got task from broker:

Re: Django 1.2 Dropped Sessions when single view contains registration and login authentication

2011-04-26 Thread Ray Cote
ssues. I'll just add my voice as someone else also fighting this issue to no avail. In our situation, we have two (originally identical) deployments of a custom Django app. One never has this problem. Users of the second one frequently report this error. And yes, difficult to reproduce in our test envi

Re: Model.clean() ValidationError

2011-03-15 Thread Ion Ray Studios
On 15/03/11 14:56, Tom Evans wrote: On Tue, Mar 15, 2011 at 2:36 PM, Ben Dembroski wrote: Hi Tom, Thanks for your reply. (You're right, my example was lousy). I did in fact try what you suggested earlier on, and got the the following error: AttributeError at

Re: Model.clean() ValidationError

2011-03-15 Thread Ion Ray Studios
On 15/03/11 14:42, Daniel Roseman wrote: On Tuesday, March 15, 2011 2:36:45 PM UTC, Ben Dembroski wrote: Hi Tom, Thanks for your reply. (You're right, my example was lousy). I did in fact try what you suggested earlier on, and got the the following error: AttributeError

Re: cleaned_data not behaving how I expect it to. (newbie confusion)

2011-02-08 Thread Ion Ray Studios
Thanks for the "heads up". I actually was aware of this. When I'm trying to figure this kind of thing out, I start with the simplest problem and then add complications once I understand the fundamentals -- even if that means doing it the wrong way initially. Perhaps not the best approach...

Re: copying sqlite database file between projects

2011-01-26 Thread Ion Ray Studios
Yup. That did it. The errors were a result of setttings.py pointing to the wrong database. Too much mucking about with too many things at the same time... On 25/01/11 16:36, Michael wrote: I believe table names are all lower-case, so try 'sample_app_person' -- You received this message

Re: copying sqlite database file between projects

2011-01-25 Thread Ion Ray Studios
That solved the syncdb error, but I'm still getting the same error inside the shell when I am trying get to the data. Progress! Thanks again! On 25/01/11 16:36, Michael wrote: I believe table names are all lower-case, so try 'sample_app_person' -- You received this message because you are

Re: Proper approach to updating model object with 100 attributes.

2010-06-30 Thread Ray Cote
Thanks for everybody's comments. I ended up using the setattr method and, since I always know the data I have is a subset of the data in the model, that works wonderfully. --Ray - Original Message - From: "euan.godd...@googlemail.com" <euan.godd...@gmail.com> T

Re: Proper approach to updating model object with 100 attributes.

2010-06-29 Thread Ray Cote
Hi Tim: Thanks for the pointers. I think the setattr is probably safest way to deal with the Django models. --Ray - Original Message - From: "Tim Chase" <django.us...@tim.thechases.com> To: django-users@googlegroups.com Cc: "Ray Cote" <rgac...@appropriat

Proper approach to updating model object with 100 attributes.

2010-06-29 Thread Ray Cote
. When I create a new item, I'm able to do this: obj = MyModel(**dictionary_of_field_values) Is there something similar I can do with my obj once the data is retrieved? Thanks --Ray -- Ray Cote, President Appropriate Solutions, Inc. We Build Software 603.924.6079 -- You received this message

Chicago Python User Group: Customize Django Admin

2010-06-10 Thread Brian Ray
Hello: I will be presenting tonight at ChiPy http://chipy.org If anyone is around Chicago tonight, feel free to stop in. Here is the official announcement http://mail.python.org/pipermail/chicago/2010-June/006863.html thanks, Brian Ray http://twitter.com/brianray -- You received this message

Re: I have a problem with the pagination with haystack and apache solr

2010-04-23 Thread Ray McBride
usually in a folder called data as defined in the solrconfig.xml but I dont think looking in the data folder will help you. Ray On 23 Apr, 18:32, Ariel <isaacr...@gmail.com> wrote: > Where does the apache solr save the index ??? > > > > > > On Fri, Apr 23, 201

Re: I have a problem with the pagination with haystack and apache solr

2010-04-23 Thread Ray McBride
> site.register(News) > site.register(Document) > > > > > > On Fri, Apr 23, 2010 at 4:18 AM, Ray McBride <ray.mcbr...@gmail.com> wrote: > > You should have defined the fields yourself in you search_indexes.py > > file in your app > > >http://docs.haysta

Re: I have a problem with the pagination with haystack and apache solr

2010-04-23 Thread Ray McBride
You should have defined the fields yourself in you search_indexes.py file in your app http://docs.haystacksearch.org/dev/searchindex_api.html#quick-start Solr knows about these because you copy your generated schema.xml file into the conf folder Ray On Apr 22, 6:46 pm, Ariel <isa

Re: I have a problem with the pagination with haystack and apache solr

2010-04-21 Thread Ray McBride
How many results are returned when you search using the solr admin interface? Are you using the code that I posted for you previously? Ray On Apr 19, 6:29 pm, Ariel <isaacr...@gmail.com> wrote: > Hi everybody: > I have a big problem with pagination using apache solr and haystack, th

Re: How to make pagination with haystack

2010-04-08 Thread Ray McBride
page is passed in by the view http://github.com/toastdriven/django-haystack/blob/master/haystack/views.py django pagination requires page_obj http://code.google.com/p/django-pagination/source/browse/trunk/pagination/templates/pagination/pagination.html best wishes Ray -- http://raymcbride.com

Re: How to make pagination with haystack

2010-04-08 Thread Ray McBride
Try {% with page as page_obj %} {% paginate %} {% endwith %} Ray On Apr 8, 2:57 pm, Ariel <isaacr...@gmail.com> wrote: > Hi everybody: > I am relatively newbie in django, I have an application with search > functionalities that's why I am using haystack with solr, the search w

Re: Hosting for Django sites

2010-04-03 Thread Ray Cote
general serving platforms. You're on your own with install/configuration. But you get more fine-tuned control than with WebFaction. --Ray - Original Message - From: "django_jedi" <pemaq...@gmail.com> To: "Django users" <django-users@googlegroups.com> Sent: Sat

Re: Any CRM based on django?

2010-02-19 Thread Ray
n php. > > Does anybody here know any CRM based on django? It may not fit the requirements exactly but OpenERP may have the functionality you require. Regards, Ray Smith http://RaymondSmith.com -- You received this message because you are subscribed to the Google Groups "Dj

Re: Why there are so few open-source business applications in django?

2010-01-07 Thread Ray
On Jan 8, 9:35 am, Mohammad Tayseer wrote: > I know that there are applications written in django for everything, but why > there are so few open-source business application in django? I mean > applications like warehouse management systems, HR systems, etc. The existing

Re: New to Django

2009-12-23 Thread Ray
Django doco is great http://djangobook.com is great If you have read all of that, played with Django a bit you should be well on your way to building your new site! :) Regards, Ray Smith -- You received this message because you are subscribed to the Google Groups "Django use

Re: Making the case for Django (vs. Drupal)

2009-11-12 Thread Ray
you have hugely complex or popular sites, either would work quite comfortably. Regards, Ray Smith -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe fro

Re: Encoding question

2009-09-09 Thread ray
\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb8 >>> \xd0\xaf\xd0\xbf\xd0\xbe\xd0\xbd\xd0\xb8\xd1\x8f, >>> \xd1\x82\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x80\xd1\x8b >>> \xd0\xaf\xd0\xbf\xd0\xbe\xd0\xbd\xd0\xb8\xd1\x8f" />\n\r\n\r\n' >>> soup = BeautifulSoup(html) >>&

Re: Django, MySQL, unicode

2009-09-07 Thread ray
Hi there We have a app that processes xml from a third party web service. We were constantly getting decoding errors so we now use BeautifulSoup to tidy the xml up before any processing. best wishes Ray On 7 Sep, 10:03, Tracy Reed <tr...@ultraviolet.org> wrote: > I have a Django

How to add basic text formatting to the message body of send_mail in django?

2009-08-21 Thread Ray
Hi, I'm trying to do this: send_mail(subject='hey, Ray', message='Hey ray, this is an automated message, \n heres a link: yahoo.com or yahoo.com', from_email='bl...@gmail.co', recipient_list=['blan...@gmail.com'], fail_silently=False

  1   2   >