Re: Hiring Django Developer with Front-end skills

2023-10-24 Thread Ghalib Raja
ampaign=share_via&utm_content=profile&utm_medium=android_app would be happy to provide references upon request. Please feel free to reach out to me at WhatsApp +923459262764 to schedule an interview or discuss any further details. Sincerely, Engr. Raja Ghalib On Tue, 24 Oct 2023, 2:00 am Gabriel

Need best tutorial

2022-06-12 Thread Ghalib Raja
hi there, i am beginner in python. can anyone share python best tutorial for web development please -- 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

Re: How to print sequence number in python

2020-11-15 Thread MAHA RAJA
ordered print i=1 while (i>=5){ print (i) i=i+1 } unordered print i=5 while (i<=1){ print (i) i=i-1 } On Sun, 15 Nov 2020, 10:39 pm Derek You can also use range; > > >>> for i in range(0, 5): > ... print(i + 1) > ... > 1 > 2 > 3 > 4 > 5 > >>> > > or in reverse: > > >>> for i in range(

Re: django.urls.exceptions.NoReverseMatch: 'courses' is not a registered namespace

2020-04-24 Thread Raja Sekar Sambath
Hi Bruno Gama, Try this, update reverse('courses:datails', (), {'slug': self.slug}) as reverse('courses:datails', kwargs={'slug': self.slug}) On Fri, 24 Apr 2020 at 18:50, Bruno Gama wrote: > Thank you, Raja Sekar Sambath. > > It stopped

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-24 Thread Raja Sekar Sambath
Yes I'm On Fri, 24 Apr 2020 at 18:30, DANIEL URBANO DE LA RUA < dannybombas...@gmail.com> wrote: > are you using virtual environment? > > El vie., 24 abr. 2020 a las 14:33, Raja Sekar Sambath () > escribió: > >> could you share the solution here >> rese

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-24 Thread Raja Sekar Sambath
kspace/Ioana/test1/test1$ >>>> django-admin shell >>>> Python 3.6.9 (default, Nov 7 2019, 10:44:02) >>>> [GCC 8.3.0] on linux >>>> Type "help", "copyright", "credits" or "license" for more information. >>>

Re: NoReverseMatch at /update-orders/12 Reverse for 'update_order' with arguments '('',)' not found. 1 pattern(s) tried: ['update\\-orders/(?P[0-9]+)$']

2020-04-24 Thread Raja Sekar Sambath
egisterUserView.as_view(), > name='register_page'), > path('logout', views.MyprojectLogout.as_view(), name='logout_page'), > ] > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users&quo

Re: django.urls.exceptions.NoReverseMatch: 'courses' is not a registered namespace

2020-04-23 Thread Raja Sekar Sambath
27;. >> >> -Jorge >> >> -- >> 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

Re: Duplication of Query - reg

2019-12-27 Thread Raja Sekar Sambath
elated" and ".prefetch_related" in view. > > Saygılarımla, > Sencer HAMARAT > > > > On Fri, Dec 27, 2019 at 4:59 AM Raja Sekar Sambath > wrote: > >> Hi, >> >> I have a table of data with self relation , I am Querying all records and >>

Duplication of Query - reg

2019-12-26 Thread Raja Sekar Sambath
] -- Thanks & Regards, Raja Sekar Sampath +91 9087434567. -- 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

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-27 Thread Raja Sekar Sambath
Hey Patrick, Can you post forms.py here? On Wed, 27 Nov 2019 at 21:23, Patrick Carra wrote: > Raja that was a great suggestion thank you! Once a started playing around > with the urls in the project level I found that it was still being routed > to viewLit despite the edit/ in the

Re: self.foreign_related_fields[0] IndexError: tuple index out of range

2019-11-26 Thread Raja Sekar Sambath
gt;>>>>>> "C:\Users\ZAB-SAKI\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\__init__.py", >>>>>>>>> line 381, in execute_from_command_line >>>>>>>>> utility.execute() >>&g

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-26 Thread Raja Sekar Sambath
nsubscribe 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 > https://groups.google.com/d/msgid/django-users/a4e4c292-11cb-443f-8a2a-bcb91053f6f1%40googlegroups.com > <https://groups.goog

Re:

2019-11-23 Thread Raja Sekar Sambath
t > https://groups.google.com/d/msgid/django-users/CAMtmBS9v8TppM55c__92m_r5q601Me%2B-OB2LuW4HdNFwuh_33Q%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAMtmBS9v8TppM55c__92m_r5q601Me%2B-OB2LuW4HdNFwuh_33Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . >

Re: django print all record in the cmd but display the last one on template

2019-10-11 Thread Raja Sekar Sampath
e0a-81cf-4e62-bd15-14e2006e0157%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/68025e0a-81cf-4e62-bd15-14e2006e0157%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Thanks & Regards, Raja Sekar Sampath +91 9087434567. -- You received thi

[no subject]

2019-10-08 Thread Raja Sekar Sampath
ser_group.name Now I want to get the list of UserMenu mapped with the user_group of logged in user. I could not able to get expected result with prefetch_related or select_related, Can anybody help ?? -- Thanks & Regards, Raja Sekar Sampath +91 9087434567. -- You received this me

How to create user registration

2019-09-06 Thread VIJAY RAJA
How to create user registration forms -- 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 w

Re: Minimum Hardware requirement - reg

2019-06-27 Thread Raja Sekar Sampath
rds, > > Aldian Fazrihady > > On Wed, Jun 26, 2019 at 1:19 AM Raja Sekar Sampath > wrote: > >> Hi, >> >> What are the facts to be considered while determine the server >> configuration for a Django Application? >> >> My Client preferring self ho

Minimum Hardware requirement - reg

2019-06-25 Thread Raja Sekar Sampath
& Regards, Raja Sekar Sampath -- 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 post to this group,

Re: mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
o get my working. > > On Tue, Jun 11, 2019 at 4:42 PM Raja Sekar Sampath > wrote: > >> Hi Deepak, >> >> Thanks for reply., >> >> Is there any alternative for that ? >> >> I didn't want to downgrade the django >> >> On Tuesday,

Re: mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
load older Django version 2.0 for the > database connection. > > > Thanks > Desh Deepak > +917011101001 > > On Tue, 11 Jun 2019, 19:37 Raja Sekar Sampath, > wrote: > >> Hi Guys, >> >> While installing mysqlclient using pip, getting this error >

mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
Hi Guys, While installing mysqlclient using pip, getting this error VS C++ Build tool was installed in system and updated the setup tools, still getting this issue.. Any solution for this ? My Environment : OS : Windows 10 Python : 3.7 Django : 2.2 DB : MariaDB 10.2 -- You received this mess

Name error

2019-06-05 Thread RAJA MISHRA
Name error : name 'django' is not defined in one of my app Plzz anyone explain how to fix this also how to use django.setup() -- 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

error while migrating

2019-04-30 Thread RAJA MISHRA
django.setup() NameError: name 'django' is not defined -- 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 post to thi

Re: Issue using django-admin

2016-09-19 Thread Bharathi Raja
As said in docs , your django version may be different, check your system $PATH or try symlinking On Monday, September 19, 2016 at 7:40:50 AM UTC+5:30, PARTH VERMA wrote: > > Hello everyone, > > I am n

Re: Just starting, cannot create Password for superuser

2015-11-11 Thread Raja Weise
Thank you so much! I didn't know that it didn't echo even **. On Wednesday, November 11, 2015 at 12:36:02 PM UTC-5, Raja Weise wrote: > > Hi there, > I am having difficulty while following the "Writing your First Django app, > Part 2." Everything prior to this I b

Just starting, cannot create Password for superuser

2015-11-11 Thread Raja Weise
Hi there, I am having difficulty while following the "Writing your First Django app, Part 2." Everything prior to this I believe I have done correctly, as I have been testing along the way just as the instructions say, however when creating the admin user, in cmd I cd to C:\Python27\mysite (wher

Re: A module for adding link suggestions to 404 pages

2010-01-02 Thread Raja
://nlp.stanford.edu/IR-book/html/htmledition/spelling-correction-1.html -- Raja On Jan 2, 3:23 am, aditya wrote: > While redoing my website, I came up with a simple module that adds a > url suggestion if a user encounters a 404 page. For example, following > this link:http://www.wefoundland.com/rresume

Re: a request for some brain picking

2010-01-02 Thread Raja
x27;s library. -- Raja On Jan 2, 6:01 pm, Dougal Matthews wrote: > How would you propose people edit and manage the templates? > > Do you follow a wiki style where everybody can edit others? or follow a VCS > and allow forking of templates? > > I think it will be hard to find contri

Re: reverse drops the project from the url returned

2009-12-28 Thread Raja
Are you running it through a mod-python handler? From your urls.py, it looks like it would handle ^support as the first level match and then continue for "/case", so the reverse URL seems to be correct, i.e. / support/case/1. How are you tacking the "/helpdesk" to your request initially? On Dec

Re: MySQLdb problem in conjunction with MAMP

2009-12-27 Thread Raja
You need the Mysql-dev package. Im not familiar with OSX but in Linux, you need the libmysqlclient-dev package that contains the load libraries for python-mysql support. Also, you might have better luck in the http://sourceforge.net/projects/mysql-python/forums/forum/70461 forums as your problem se

Re: View with keyword arguments

2009-08-15 Thread Raja
Is there a reason to mix the positional and keyword arguments. If you use def my_view(request,*arg, **kwargs): .. kwargs will contain { 'name': value for the second grouping } and the first group will not be used. -- raja On Aug 15, 5:24 pm, Juanjo Conti wrote: > In the e

Re: subdomains cookie problem

2009-06-29 Thread Raja
Setup the cookie.domain attribute value to '.mydomain.com' (The first dot is important) and all hosts in that domain will get the cookie. -- Raja On Jun 29, 4:01 pm, Stephen Cheng wrote: > Yes, I check the cookie value in view or in middleware class. > > Just give exam

Re: Base view class ?

2009-06-29 Thread Raja
. -- Raja On Jun 29, 3:16 pm, Daniel Guryca wrote: > OK > As I have said I'm coming from java so it's not so easy to change my > mind to a totally different approach. > > But I'm still curious if there is any before or after interceptor in django. > Or how to i

Re: subdomains cookie problem

2009-06-29 Thread Raja
Just checking, Are you submitting back to the server before checking for the cookie value ? Cookies are sent only when the request reaches the server. -- Raja On Jun 29, 9:21 am, Stephen Cheng wrote: > Hi > > I am facing a problem in DEV server that I really have no idea how to

Re: 404 Error HTTP_FORBIDDEN

2008-11-12 Thread Raja
(With Django or apache setup). -- Raja On Nov 12, 11:57 pm, Brandon Martin <[EMAIL PROTECTED]> wrote: > I had everything running fine with my django setup and apache vhost. > My project root dir was: > > /home/user/public_html/django/project > > I wanted to change the d

Re: 'WSGIRequest' object has no attribute 'session'

2008-11-09 Thread Raja
Can you check if ur settings.py has django.contrib.sessions.middleware.SessionMiddleware before django.contrib.sessions.middleware.SessionMiddleware ? -- Raja On Nov 9, 10:36 am, "为爱而生" <[EMAIL PROTECTED]> wrote: > Hi,all. > I often meet this problem recently while I

Re: defaultdict is not working on "for" template tag iteration.

2008-11-07 Thread Raja
dict) to the Context. >>> t.render(Context({'data': dict(default_dict)})) -- Raja On Nov 7, 12:51 pm, Hyungyong Kim <[EMAIL PROTECTED]> wrote: > Hi, > > Since a few hours ago, I've suffered following problem. > I found this problem is due to collection

Re: Logout- Back Button

2008-11-07 Thread Raja
Sorry for the spam, I thought Google dint record my earlier reply ;) On Nov 7, 12:36 pm, Raja <[EMAIL PROTECTED]> wrote: > If you are using the "django.contrib.auth" app, then the > logout_then_login method should logout the user, then redirect them to > the login scr

Re: Select a list item by index

2008-11-07 Thread Raja
You can use something like {{ array.index}} to get the value of a specific index. For e.g. arr = [1,2,3,4] In view, if I do a {{ arr.1 }}, it should return 2 -- Raja On Nov 7, 5:52 am, jago <[EMAIL PROTECTED]> wrote: > I have a for loop over a list A. > > inside the loop I wa

Re: Logout- Back Button

2008-11-07 Thread Raja
If you are using the "django.contrib.auth" app, then the logout_then_login method should logout the user, then redirect them to the login screen. Since this is a http redirect, doing a back after logout will still bring them back to login page. -- raja On Nov 7, 9:21 am, jai_pyth

Re: Logout- Back Button

2008-11-07 Thread Raja
If you are using "django.contrib.auth", you can use the logout_then_login method, which logs out a user, then redirects to the login page. Since its redirected, you will be brought back to the login page even if the user hits the back button. -- Raja On Nov 7, 9:21 am, jai_pyth

Re: How to make files with and similar to exe and jpeg

2008-03-26 Thread Raja
But the content inside the downloaded file is wrong. > > But this problem doesn't exists with txt and html files. > > > I have tried with ['Content-Type'] = 'application/jpg' > > ['Content-Type'] = 'image/jpg' > > ['Content-Ty

Don't Miss It ................

2008-02-22 Thread raja vathani
Adobe photoshop cs3 [image: Adobe photoshop cs3] Foreground Lighting mprove your portraits with this easy and effective foreground lighting effect.

Hi Friend.........Tips 4u

2008-02-22 Thread raja vathani
Interior Design Ideas Episode Hi friends here u learn about interior design and how to make in AutoCAD u want any details please comments have a nice day enjoy and Learn This site provides great tutorials / lessons for the student of AutoCAD