Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Hi, Can you please recommend any ui components to use with django, like graphs, datagrid etc. With regards, Annadatha. On Sun, Jun 18, 2023, 8:59 PM Annadatha Rao wrote: > Dear All, > > Do DJANGO migrations work with Oracle 11.2 with python-oracle db driver, > please show me an example if wor

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Thank you for your reply. Annadatha. On Thu, Jun 22, 2023, 10:45 PM Praveen Chaudhary wrote: > Hi Annadatha, > > I'm glad to hear that upgrading to Oracle 21c worked for you. As for your > question about working without migrations in Django, it's certainly > possible but it's important to under

Re: Can any one help me with this question

2023-06-22 Thread Praveen Chaudhary
Hi Annadatha, I'm glad to hear that upgrading to Oracle 21c worked for you. As for your question about working without migrations in Django, it's certainly possible but it's important to understand the implication and trade-offs. Django migrations provide a way to manage and apply changes to your

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Hi Prabin, Thank you, it worked when I upgraded db to 21c (oracle), thank you for your help. Small question, can I work without migrations, some have I hate migrations being a legacy programmer from (Cobol days). I value your opinion. Thank you, ANNADATHA. On Sun, Jun 18, 2023 at 9:19 PM Pravee

Re: Can any one help me with this question

2023-06-18 Thread Annadatha Rao
Thank you very much praveen, I will try and let you know. Annadatja On Sun, Jun 18, 2023, 9:19 PM Praveen Chaudhary wrote: > Yes, Django migrations can work with Oracle 11.2 using the python-oracle > database driver. However, it's important to note that the python-oracle > package is not an

Re: Can any one help me with this question

2023-06-18 Thread Praveen Chaudhary
Yes, Django migrations can work with Oracle 11.2 using the python-oracle database driver. However, it's important to note that the python-oracle package is not an official Oracle-provided driver. The official driver is called cx_Oracle, which is widely used for connecting Django to Oracle databases

Can any one help me with this question

2023-06-18 Thread Annadatha Rao
Dear All, Do DJANGO migrations work with Oracle 11.2 with python-oracle db driver, please show me an example if works. Thank you for your support, Annadatha. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st

Re: can any one help

2022-12-26 Thread Eng Thanoon
Don't understand questions perfect. But if your question is you have list and make pdf Then try to generate new pdf from items You want the new pdf have only new items ( not include old items in new pdf ) ? You can add( is_add_to_pdf ) bool field to your items and make it true when added to pdf Th

Re: can any one help

2022-12-26 Thread 'Kasper Laudrup' via Django users
On 25/12/2022 21.18, 'Gaurav Mishra' via Django users wrote: i have a list of items .and user can generate pdf of that item but one condition is there when user genrate pdf after that when new item added in list and after adding if your generate pdf then he show only newly added item. i need

can any one help

2022-12-26 Thread 'Gaurav Mishra' via Django users
i have a list of items .and user can generate pdf of that item but one condition is there when user genrate pdf after that when new item added in list and after adding if your generate pdf then he show only newly added item. i need help? -- This e-mail and any files transmitted with it may co

Re: Hi, can any one help me please.

2019-08-12 Thread Sundararajan Seshadri
It means that there is no line in urls.py of the main application with the name as 'display_laptop'. Probably you are confused with the action and name. Action should be a callable and should be imported in urls.py file. Name is the name of the route and it appears within quote (normally). Typi

Re: Hi, can any one help me please.

2019-08-12 Thread DPM
Can u plz show the code where this error coming... On Mon, 12 Aug, 2019, 5:00 PM goitom negash, wrote: > the following error is displayed when i try to write a function named as > display_laptop to display the available laptops in the backend. > NoReverseMatch at / > > Reverse for 'display_lapto

Hi, can any one help me please.

2019-08-12 Thread goitom negash
the following error is displayed when i try to write a function named as display_laptop to display the available laptops in the backend. NoReverseMatch at / Reverse for 'display_laptop' not found. 'display_laptop' is not a valid view function or pattern name. Request Method: GET Request URL: ht

Re: can any one help me in solving the following error

2019-08-07 Thread Mike Dewhirst
Provided you are using virtualenv, that sounds right. It us the same for everyone starting a new project. Connected by Motorola goitom negash wrote: >when i want to work on a new django project i have to install it again . if >not it gives me an error "no module called django" > >-- >You

Re: can any one help me in solving the following error

2019-08-07 Thread goitom negash
thanx sir!! On Tuesday, August 6, 2019 at 7:57:44 PM UTC-7, Mike Dewhirst wrote: > > On 6/08/2019 6:19 pm, goitom negash wrote: > > when i want to work on a new django project i have to install it again > > . if not it gives me an error "no module called django" > > If you are working with

Re: can any one help me in solving the following error

2019-08-06 Thread Mike Dewhirst
On 6/08/2019 6:19 pm, goitom negash wrote: when i want to work on a new django project i have to install it again . if not it gives me an error "no module called django" If you are working with virtualenv and creating a new one for each new project - as I do and most Django devs do too - t

can any one help me in solving the following error

2019-08-06 Thread goitom negash
when i want to work on a new django project i have to install it again . if not it gives me an error "no module called 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,

Re: Can any one help me with this error "Page not found (404)" ?

2017-01-31 Thread ludovic coues
Could you share your urls.py files and the actual error you get ? On 31 Jan 2017 1:09 p.m., "Thames Khi" wrote: Once the polls app is created there is no reference to the root /project site! On Wednesday, April 27, 2011 at 1:48:17 PM UTC+1, Oleg Lomaka wrote: > > Go on read 3rd part of tutorial

Re: Can any one help me with this error "Page not found (404)" ?

2017-01-31 Thread Thames Khi
Once the polls app is created there is no reference to the root /project site! On Wednesday, April 27, 2011 at 1:48:17 PM UTC+1, Oleg Lomaka wrote: > > Go on read 3rd part of tutorial about urls.py configuration > http://docs.djangoproject.com/en/dev/intro/tutorial03/ > > > On Wed, Apr 27, 2011 a

Re: Can any one help me with this error "Page not found (404)" ?

2011-04-27 Thread Oleg Lomaka
Go on read 3rd part of tutorial about urls.py configuration http://docs.djangoproject.com/en/dev/intro/tutorial03/ On Wed, Apr 27, 2011 at 8:13 AM, Maaz Muqri wrote: > Page not found (404) > Request Method: GET > Request URL:http://127.0.0.1:8000/ > Using the URLconf defined in mysite.urls,

Can any one help me with this error "Page not found (404)" ?

2011-04-27 Thread Maaz Muqri
Page not found (404) Request Method: GET Request URL:http://127.0.0.1:8000/ Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order: ^admin/ The current URL, , didn't match any of these. You're seeing this error because you have DEBUG = True in your Django setti

Re: Hey can any one help me.

2009-12-15 Thread Javier Guerra
'chiru'tha wrote: > Hey i created a django project on linux read hat, and started the > server.. now i want to access the server from the windows browser. bt > it displays the diagnostic error, cont be able to connect to the > server. can any one help me what the actual p

Re: Hey can any one help me.

2009-12-14 Thread rhce.san
e: > Hey i created a django project on linux read hat, and started the > server.. now i want to access the server from the windows browser. bt > it displays the diagnostic error, cont be able to connect to the > server. can any one help me what the actual problem is.. >  thank u. --

Hey can any one help me.

2009-12-14 Thread 'chiru'tha
Hey i created a django project on linux read hat, and started the server.. now i want to access the server from the windows browser. bt it displays the diagnostic error, cont be able to connect to the server. can any one help me what the actual problem is.. thank u. -- You received this message