Multiple database Router

2011-10-26 Thread Gabriela
I need to synchronize multiple databases, i have readed the https://docs.djangoproject.com/en/1.3/topics/db/multi-db/ where they explain how to make this. but i dont understand what do they refer with 'myapp' and 'other', are this tables from the database? I dont understand what do they mean. I

Re: Multiple database Router

2011-10-26 Thread Gabriela
Thanks Tom, so Django dont allow to make replication? On Oct 26, 4:32 pm, Tom Evans wrote: > On Wed, Oct 26, 2011 at 3:24 PM, Gabriela wrote: > > I need to synchronize multiple databases, i have readed the > >https://docs.djangoproject.com/en/1.3/topics/db/multi-db/where they

Re: Multiple database Router

2011-10-26 Thread Gabriela
Can you suggest me , if you know, any software replicator, I had only configure with RubyRep and SymmetricDS but I need more options? I have been trying wit DBReplicator but is impossible. Do you handle this theme about replication? Cheers On Oct 26, 4:38 pm, Gabriela wrote: > Thanks

Re: Multiple database Router

2011-10-26 Thread Gabriela
26, 4:52 pm, Tom Evans wrote: > On Wed, Oct 26, 2011 at 3:38 PM, Gabriela wrote: > > Thanks Tom, > > > so Django dont allow to make replication? > > Django is a web application framework, database replication is > orthogonal to that. > > My current setup has

Menu fixed in top of scrren

2021-01-02 Thread gabriela...@gmail.com
Hi, I've build a horizontal menu, but this hide the superior part of the HTML page. Is something that can I do in a way displaces down the whole html page? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group a

Re: PostgreSQL Django Query

2021-01-07 Thread gabriela...@gmail.com
Sachin: I don't understand the reason you bring 2 million records. Why you don't do that witht REACT? So there is not recharge the browser every time request data from server. El jueves, 7 de enero de 2021 a las 11:13:23 UTC-3, sachin...@gmail.com escribió: > I am using Python Django and Postg

Re: Cache pages for fast loading

2021-01-07 Thread gabriela...@gmail.com
Eugene: is IIS a Microsoft server ? Have you tray this with other server? for example, APACHE. There are a lot of hosting they give host service. El jueves, 7 de enero de 2021 a las 12:10:19 UTC-3, eugenet...@gmail.com escribió: > Dear team, > > I deployed a django application on windows serve

Re: How to get request.user.username in django logger?

2021-01-07 Thread gabriela...@gmail.com
user = auth.authenticate(username=username, password=password) El jueves, 7 de enero de 2021 a las 10:58:36 UTC-3, shailesh...@gmail.com escribió: > Hello Everyone, > > Can you please check this question and help me what mistake I am doing. > > > https://stackoverflow.com/questions/65613400/ho

Re: Conversion and import of a pre-existing database

2021-01-07 Thread gabriela...@gmail.com
Perhaps there is a utility program that can do that. Something like converter. Have you look in web foros ? El jueves, 7 de enero de 2021 a las 11:58:36 UTC-3, pe...@oneilinteractive.com escribió: > Jérémy, > > It all depends on the Database which route to take. Is it one table, > multiple ta

Re: Reports in Django

2021-01-17 Thread gabriela...@gmail.com
Why you don't try with reporlab ? It's very easy to use. The only things that i don't know if I can make a sub-reports like Crystal. That is very uselfully. Regards, gabrielaraya2...@gmail.com El domingo, 17 de enero de 2021 a las 10:29:20 UTC-3, alisuf...@gmail.com escribió: > Hi All: > >

Re: django server not runing

2019-10-17 Thread Gabriela Barrera
In your urls.py file, you have a syntax error, change '=' for ',' On Thu, Oct 17, 2019, 17:41 Muhamed Bešić wrote: > > -- > 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 a

Re: New on Django and applications

2015-12-16 Thread Gabriela Lavinia Gheghea
Hello Take a look here: https://codingforentrepreneurs.com/ there are some very interesting tutorials You can learn a lot of things from there. Have a nice day! On Wednesday, 16 December 2015 12:53:56 UTC+2, Baptiste Guillaud wrote: > > Hi ! > > I'm new on Django, I'm French and I study IT sinc