Re: ePub documentation issue

2014-03-07 Thread Gaetan Balbo
> > Yes, but it is tedious. Each file in the document has a tag that is > missing a closing tag. So the reader is likely seeing all of the text of > the file as the content of the link tag, and so not displaying it. It seems > to more or less work in Calibre. It is ugly. > > > -- You receive

Re: ePub documentation issue

2014-03-07 Thread Gaetan Balbo
> > Yes, there is a way to fix it, but it is tedious. I just ran the file > through epubcheck, and there are many errors. Or, I should say, a few > errors repeated in many files. There's a tag without a closing tag > in every file. Since it's supposed to be xhtml, this makes everything seem >

Re: Trying to set up hashed versioning in Django for static files

2014-03-07 Thread Camilo Torres
On Thursday, March 6, 2014 11:38:07 PM UTC-4:30, Vernon Burt wrote: > > I've pretty quikly found out in my DJango adventure that I need to have > some kind of versioning for my static css and javascript files. After > talking to some web developers I was directed to use Django's > CachedStaticFi

Re: Cannot get mp4 to play in IOS

2014-03-07 Thread Tom Evans
On Fri, Mar 7, 2014 at 10:02 PM, Jason Kirby wrote: > Hi all, > > I have a site that allows users the ability to watch an mp4 video on my > Django site. It can be played anywhere except on iOS devices. I'm pretty > sure it has something to do with Django because when I play the video on my > iPad

Cannot get mp4 to play in IOS

2014-03-07 Thread Jason Kirby
Hi all, I have a site that allows users the ability to watch an mp4 video on my Django site. It can be played anywhere except on iOS devices. I'm pretty sure it has something to do with Django because when I play the video on my iPad outside of Django it played just fine. If I view the network

Re: Newbie: ImportError during syncdb

2014-03-07 Thread David
Dear Robin and Jay, thanks, I was able to solve my problem: setting.py just wants the name of the app. Cheers, David On 06/03/14 08:42, Jay Parikh wrote: > Let say for example i am going to create new app say bookmarks then i > will do something like *"python manage.py startapp bookmarks" *lik

ePub documentation issue

2014-03-07 Thread Jirka bianco Vágner
Hello everyone! I tried to read django epub doc (1.5 and 1.6) on my e-ink reader and on ipad. My reader displays only blank pages and ipad ibooks app displayed this msg: The page contains the following errors: error on the line 60 at column 10: Opening and ending tag mismatch: link line 0 and

Re: RAW query to non default DB

2014-03-07 Thread Tom Evans
On Fri, Mar 7, 2014 at 3:31 PM, bikeridercz wrote: > Dear colleagues, > > I'm trying to do a direct select do database other than the default one. But > it fails with error. > > Note 1: "ASSETS.objects.using('vodb').filter(...)" works fine > Note 2: the select is little tricky and unfortunately ca

RAW query to non default DB

2014-03-07 Thread bikeridercz
Dear colleagues, I'm trying to do a direct select do database other than the default one. But it fails with error. Note 1: "ASSETS.objects*.using('vodb')*.filter(...)" works fine Note 2: the select is little tricky and unfortunately cannot be replaced by a database view, because I have no acces

Re: Django 1.6 test cases for code which calls transaction.set_autocommit()

2014-03-07 Thread Justin Michalicek
On Friday, March 7, 2014 2:58:29 AM UTC-5, Anssi Kääriäinen wrote: > > On Friday, March 7, 2014 12:11:59 AM UTC+2, Justin Michalicek wrote: >> >> It appears that due to test cases running in an atomic block, testing >> methods which use transaction.set_autocommit() all fail. I've got a small >

Re: URL Namespaces

2014-03-07 Thread anubhav joshi
Thanks. That was quite helpful. Regards Anubhav -- 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