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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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,
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
'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
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 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
24 matches
Mail list logo