Re: manage.py makemessages doesn't create .po files

2011-01-06 Thread maclin kallat
Try using the -e option for adding the extensions. django-admin.py makemessages -l=lv -e=html,htm From: skazhy To: Django users Sent: Thu, 6 January, 2011 16:45:59 Subject: Re: manage.py makemessages doesn't create .po files I tried running it with the djang-

Re: first time app - admin site importerror

2010-08-23 Thread maclin kallat
Try and check if all the imports in your models.py file are OK. From: burnsr77 To: Django users Sent: Mon, 23 August, 2010 5:09:02 Subject: first time app - admin site importerror Hi everyone, I have begun my first Django app according to the instructions on t