Need help on Pinax and Django

2011-09-04 Thread О . Тэмүлэн
Hello. I need help on django. I'm using Django project with Pinax. And i need to translate default login page also sign up page fields. But i can't find where should i translate. I found the signup.html but it uses this: ** *{% csrf_token %}* ** *{{ form|as_

Re: Quick question on importing

2011-08-22 Thread О . Тэмүлэн
Maybe you need to write package name before it like this. if project is package "from project.myapp2.models import model2" On Tue, Aug 23, 2011 at 1:29 PM, raj wrote: > I am editing my user model, and I want to place a foreign key to a > class in another model, that is in a different app. How wo

Re: Need help on django admin site

2011-08-22 Thread О . Тэмүлэн
thanks for reply ^__^ On Mon, Aug 22, 2011 at 9:50 PM, Jaspreet Sarao wrote: > On Mon, Aug 22, 2011 at 12:11 PM, Temulen Odbayar > wrote: > > I'm creating a web with people registration site. And also companies > > can register people... I think i can use admin site to do these things > > and do