how to run django test with a default test database , while the real database is a posgres with 5 shemas ?

2016-01-29 Thread JAMES DAMILD ETIENNE
any help 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@g

How should it make django test create a default_test database that is using 5 shemas ?

2016-01-29 Thread JAMES DAMILD ETIENNE
I have a possgres database with 5 shemas , it connects very well to it , but when truing to do unit test on my models or view , the default table created in sqllite3 is saysing that on of my table is not there : return Database.Cursor.execute(self, query, params) OperationalError: no such tabl

Re: Using Django Smart Selects to populate a dropdown menu within a form

2016-01-29 Thread Rafael E. Ferrero
you must to use Ajax to populate the second dropdown Rafael E. Ferrero 2016-01-29 14:08 GMT-03:00 Andrea Pinna : > Dear all, > > I'm very unexperienced with Django but at the same time I'm trying hard to > learn as much as possible. > > In my website I have a form with two dropdown menus, and I

Using Django Smart Selects to populate a dropdown menu within a form

2016-01-29 Thread Andrea Pinna
Dear all, I'm very unexperienced with Django but at the same time I'm trying hard to learn as much as possible. In my website I have a form with two dropdown menus, and I'd like to make the second (items) dependent by the first (categories). As an example, in the first dropdown the possible ch

RE: How to install Django on Windows article

2016-01-29 Thread Ricardo Daniel Quiroga
Install python and add to path In cmd > pip install django. -Mensaje original- De: Carlos Andre Enviado: 29/01/2016 11:36 Para: django-users@googlegroups.com Asunto: Re: How to install Django on Windows article 1º download a version django (admint who python intaled); 2º unzip the

Re: Animate.css on django

2016-01-29 Thread Sinwar Prem
Hey, Use div class="specify animation iteration count"; On 29 January 2016 at 20:40, Xristos Xristoou wrote: > i cant to use that with div class or div id in my title ?i want more simple > > Τη Παρασκευή, 29 Ιανουαρίου 2016 - 12:53:02 μ.μ. UTC+2, ο χρήστης Xristos > Xristoou έγραψε: >> >> hello

Re: proxy model inheritance generates a migration file in a third party app

2016-01-29 Thread Iliana Toneva
Hi Markus, Thank you very much, that solved the issue. Many thanks, Iliana On Thursday, 28 January 2016 17:31:36 UTC-7, Markus Holtermann wrote: > > Hello Iliana, > > this is due to the definition of app_label = 'actstream' on your proxy > model. This tells Django that this model should belo

Re: Animate.css on django

2016-01-29 Thread Xristos Xristoou
i cant to use that with div class or div id in my title ?i want more simple Τη Παρασκευή, 29 Ιανουαρίου 2016 - 12:53:02 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello > > > has work somebody with this animate.css > ?and somebody can to explanat

Re: How to install Django on Windows article

2016-01-29 Thread Carlos Andre
1º download a version django (admint who python intaled); 2º unzip the django in your prefer path; 3º acess that path with cmd; 4º insert: setup.py install 2016-01-29 8:29 GMT-03:00 Rafael E. Ferrero : > Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu > or other flavo

Re: Adding a field to a model after initial migration

2016-01-29 Thread Guan Ke
When you run makemigrations command, Django will compare your current model module with the newest migration module. You should have a look at your 0002_signup_updated... file to find out what cause the problem. On Thursday, January 28, 2016 at 3:21:16 AM UTC+8, ofeyofey wrote: > > Hi, > I forgo

Re: Animate.css on django

2016-01-29 Thread Rafael E. Ferrero
See readme.md for help how you can use it https://github.com/daneden/animate.css (all this stuff must stay in your template file) Rafael E. Ferrero 2016-01-29 8:47 GMT-03:00 Xristos Xristoou : > yeah but how to connect with my post titles ? > > Τη Παρασκευή, 29 Ιανουαρίου 2016 - 12:53:02 μ.μ.

Re: Animate.css on django

2016-01-29 Thread Xristos Xristoou
yeah but how to connect with my post titles ? Τη Παρασκευή, 29 Ιανουαρίου 2016 - 12:53:02 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > > hello > > > has work somebody with this animate.css > ?and somebody can to explanation > how to use this > on my

Re: How to install Django on Windows article

2016-01-29 Thread Rafael E. Ferrero
Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu or other flavor of linux ? (if you need your windows) It's more easy for django and... it's recommended. Cheers !! Rafael E. Ferrero 2016-01-29 3:17 GMT-03:00 Руслан Ломагин : > Hello, i have some issues that is occured

Re: Animate.css on django

2016-01-29 Thread Rafael E. Ferrero
It's only css... include this in your template! Rafael E. Ferrero 2016-01-29 7:53 GMT-03:00 Xristos Xristoou : > hello > > > has work somebody with this animate.css > ?and somebody can to explanation > how to use this > on my title from my post details ?

Django installation guide on windows is not correct

2016-01-29 Thread Руслан Ломагин
I'm using this guide to install django on windows with virtualenvwrapper. But commands in guide hang my command pormpt, e.g. pip install virtualenvwrapper-win, pip install django May be someone had same issues, or has any ideas, please shar

How to install Django on Windows article

2016-01-29 Thread Руслан Ломагин
Hello, i have some issues that is occured while i was installing Django on my Windows 10. I'm new in using Django framework and also python on windows. To the article: Install Python I installed python as it was said: Downloaded python 3.5.1 for windows. Installed using option: create system v

Animate.css on django

2016-01-29 Thread Xristos Xristoou
hello has work somebody with this animate.css ?and somebody can to explanation how to use this on my title from my post details ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from t