Re: [Django Documentation] Auto Scrolling the contents along with the page

2019-09-13 Thread Lokesh Sanapalli
yeah... the contents should be fixed on the right side just like in django rest framework docs. please refer to the link above On Friday, September 13, 2019 at 7:31:58 PM UTC+5:30, mohamed khaled wrote: > > Do you mean when you are in the middle of the page should notes you about > where you in

Re: [Django Documentation] Auto Scrolling the contents along with the page

2019-09-13 Thread mohamed khaled
Do you mean when you are in the middle of the page should notes you about where you in the right side ? like make bold text as marker to know you where you are ??? On Friday, 13 September 2019 13:54:57 UTC+2, Lokesh Sanapalli wrote: > > Hi Everyone, > > I am a big fan of django and using it sinc

Re: [Django Documentation] Auto Scrolling the contents along with the page

2019-09-13 Thread Lokesh Sanapalli
If you look at django rest framework docs, the topics are fixed on the left side as you scroll through. For example take this page : https://www.django-rest-framework.org/api-guide/serializers/ On Friday, September 13, 2019 at 5:24:57 PM UTC+5:30, Lokesh Sanapalli wrote: > > Hi Everyone, > >

Re: Django Documentation 1.7 shows "django-admin.py" whereas it should be "django-admin"

2017-09-11 Thread Deep Sukhwani
The answer is in the first post in this thread! -- Regards Deep L Sukhwani On 11 September 2017 at 10:51, margana harika wrote: > > hello sir, >even i got the same problem can you just tell me how did > you solve this please!! > > -- > You received this message because you a

Re: Django Documentation 1.7 shows "django-admin.py" whereas it should be "django-admin"

2017-09-11 Thread margana harika
hello sir, even i got the same problem can you just tell me how did you solve this 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

Re: Django documentation tutorial part 1

2017-02-15 Thread Dário Carvalho
Yeah, was that. 2017-02-14 17:32 GMT-02:00 Alexis Carmona : > Hey, I checked your code on githubt and i think that you missed yo import > your views in your urls file > > El lunes, 6 de febrero de 2017, 17:12:30 (UTC-4), Philip escribió: >> >> Hello, >> >> I am working through the tutorial includ

Re: Django documentation tutorial part 1

2017-02-14 Thread Alexis Carmona
Hey, I checked your code on githubt and i think that you missed yo import your views in your urls file El lunes, 6 de febrero de 2017, 17:12:30 (UTC-4), Philip escribió: > > Hello, > > I am working through the tutorial included with the django documentation, > and I am confused as to why my url

Re: Django documentation tutorial part 1

2017-02-14 Thread Dário Carvalho
I'm seeing your post only know. Sorry. In deed I used 127.0.0.1:8000 without the /polls when I first ran the server. When I tried with the /polls could finally see the page. 2017-02-07 11:18 GMT-02:00 Gerald Brown : > Have you tried using "127.0.0.1" instead of "localhost"? I had a similar > pro

Re: Django documentation tutorial part 1

2017-02-07 Thread Gerald Brown
Have you tried using "127.0.0.1" instead of "localhost"? I had a similar problem when I used "localhost" On Tuesday, February 7, 2017 at 5:12:30 AM UTC+8, Philip wrote: > > Hello, > > I am working through the tutorial included with the django documentation, > and I am confused as to why my url

Re: Django documentation tutorial part 1

2017-02-06 Thread Dário Carvalho
You welcome. I'm new in django too. Em segunda-feira, 6 de fevereiro de 2017 21:47:46 UTC-2, Philip escreveu: > > Solved. > > On Monday, February 6, 2017 at 3:12:30 PM UTC-6, Philip wrote: >> >> Hello, >> >> I am working through the tutorial included with the django documentation, >> and I am con

Re: Django documentation tutorial part 1

2017-02-06 Thread Philip
Solved. On Monday, February 6, 2017 at 3:12:30 PM UTC-6, Philip wrote: > > Hello, > > I am working through the tutorial included with the django documentation, > and I am confused as to why my url is not working. I have the most recent > versions of django and python (the ones that the tutorial

Re: Django documentation tutorial part 1

2017-02-06 Thread Philip
On Monday, February 6, 2017 at 3:12:30 PM UTC-6, Philip wrote: > > Hello, > > I am working through the tutorial included with the django documentation, > and I am confused as to why my url is not working. I have the most recent > versions of django and python (the ones that the tutorial says to

Re: Django documentation tutorial part 1

2017-02-06 Thread Philip
Thanks to the link you posted, I figured it out! I had the url in the wrong urls file. Thank you so much! On Monday, February 6, 2017 at 3:58:48 PM UTC-6, Dário Carvalho wrote: > > The "urls.py" at docexample should look like: > > """mysite URL Configuration > > The `urlpatterns` list rou

Re: Django documentation tutorial part 1

2017-02-06 Thread Philip
Not Found: /polls/ [06/Feb/2017 23:34:00] "GET /polls/ HTTP/1.1" 404 1925 Not Found: /polls/ [06/Feb/2017 23:34:01] "GET /polls/ HTTP/1.1" 404 1925 Above is my console output. My run server command is python3 manage.py runserver. I need to use python3 as the command otherwise it does not w

Re: Django documentation tutorial part 1

2017-02-06 Thread Dário Carvalho
The "urls.py" at docexample should look like: """mysite URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.10/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add

Re: Django documentation tutorial part 1

2017-02-06 Thread Sergiy Khohlov
I have not seen setting.py in your project . Also could you please send your runserver command and output Many thanks, Serge +380 636150445 skype: skhohlov On Mon, Feb 6, 2017 at 7:49 PM, Philip wrote: > Hello, > > I am working through the tutorial included with the django documentation,

Re: Django documentation release 1.10.1a1

2016-08-30 Thread Rich Shepard
On Tue, 30 Aug 2016, Tim Graham wrote: I don't think there have been any recent changes to the styling, but if you'd like to contribute, the place to look is probably https://github.com/django/django/tree/master/docs/_theme. Tim, I don't know what to do once I'm on that page but when time p

Re: Django documentation release 1.10.1a1

2016-08-30 Thread Tim Graham
I don't think there have been any recent changes to the styling, but if you'd like to contribute, the place to look is probably https://github.com/django/django/tree/master/docs/_theme. On Tuesday, August 30, 2016 at 6:15:45 PM UTC-4, Rich Shepard wrote: > > I don't know how this PDF displays

Re: Django Documentation 1.7 shows "django-admin.py" whereas it should be "django-admin"

2015-03-04 Thread James Schneider
Not technically a bug, although it is a common point of confusion. It depends on how you installed Django. Both perform the same function on their respective systems. There's a note with this link on the first page of the tutorial, although admittedly I believe they should be more explicit with thi

Re: django documentation tutorial 3 questions. home page missing.

2014-05-09 Thread François Schiettecatte
Presumably because there is nothing set to handle localhost:8000/ in your urlpatterns like this: # Root view, goes to 'app.home.views.page' (r'^$', 'app.home.views.page'), François On May 8, 2014, at 11:46 PM, cheesiong lim wrote: > hi all, > i am learning django by using django

Re: Django documentation code ?

2013-07-26 Thread Mike Dewhirst
On 27/07/2013 3:37am, Vinod Halaharvi wrote: Is there a way to download just the code examples listed in the Django documentation pages ? That's not necessarily a good idea but it depends what you want to do.. Why do you want to do that? It wouldn't be too difficult to write a little screen s

Re: Django documentation search not working

2010-10-07 Thread NoviceSortOf
Steve: Thanks, the problem must be Firefox plugin I'm running because Opera works just fine. Thanks for the suggestion. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsu

Re: Django documentation search not working

2010-10-02 Thread Steve Holden
On 10/2/2010 4:45 PM, NoviceSortOf wrote: > I used to be able to go to the following link and > seach django documents. > > http://docs.djangoproject.com/en/dev//search/ > >>From there I could search anything from 'widgets' to > 'login()' and find the related document/page discussion that time. >

Re: Django documentation search not working

2010-10-02 Thread diogobaeder
Hi there, I cannot enter the site at all, right now; I just opened a post here about that: http://groups.google.com.br/group/django-users/browse_thread/thread/18a99e355c601fc3?hl=pt-BR Does it have anything to do with the issue stated above? Thanks! Diogo On 2 out, 17:45, NoviceSortOf wrot

Re: Django documentation site is SLOW

2009-08-09 Thread Denis Cheremisov
I thinkg it's firefox issue - with google chromium, midori or opera it's felt much faster. On Aug 7, 3:46 pm, Jo wrote: > Surely can't only be me that finds the main Django site painfully > slow? There is some javascript in there or something that just kills > my browser. > > I'm using Firefox o

Re: Django documentation site is SLOW

2009-08-08 Thread Torsten Bronger
Hallöchen! Torsten Bronger writes: > [...] > > While loading the pages is sufficiently fast for me, scrolling has > always been slightly annoying for me, with various FFs on various > computers. [...] > > Funny enough, scrolling with the scroll bar is rather smooth, > while scrolling with the m

Re: Django documentation site is SLOW

2009-08-08 Thread Lakshman Prasad
Indeed for most of the people in this group Django documentation is very often consulted resource. It makes a lot of sense to have those locally. If you have a svn co, documentation is within the checkout, so you need to browse to file:///home/name/django-trunk/docs/_build/html/index.html and you h

Re: Django documentation site is SLOW

2009-08-08 Thread Torsten Bronger
Hallöchen! Malcolm Tredinnick writes: > On Sat, 2009-08-08 at 00:14 -0700, Thierry wrote: > >> Just wanted to add my own testimony: I too, noticed serious >> performance issues with Firefox when consulting Django >> documentation. > > "Performance issues" could many a myriad of things. Is it slo

Re: Django documentation site is SLOW

2009-08-08 Thread Malcolm Tredinnick
On Sat, 2009-08-08 at 00:14 -0700, Thierry wrote: > Hi, > > Just wanted to add my own testimony: I too, noticed serious > performance issues with Firefox when consulting Django documentation. "Performance issues" could many a myriad of things. Is it slow to render, or slow to load the data? Or s

Re: Django documentation site is SLOW

2009-08-08 Thread Thierry
Hi, Just wanted to add my own testimony: I too, noticed serious performance issues with Firefox when consulting Django documentation. So far it is the only website where I experience this. I am home, using Firefox 3.5.2 on Ubuntu 9.04 (officially installed package 'firefox-3.5'), and have Adblock

Re: Django documentation site is SLOW

2009-08-07 Thread Karen Tracey
On Fri, Aug 7, 2009 at 10:06 AM, Jo wrote: > > Ok, after a bit of tinkering I think I might have found the culprit. > > Seems fine in Opera, and much better in Firefox when I disable Adblock > Plus (the only add-on I've got installed!) > > Still a little sluggish in Firefox, but they are big page

Re: Django documentation site is SLOW

2009-08-07 Thread Jo
Ok, after a bit of tinkering I think I might have found the culprit. Seems fine in Opera, and much better in Firefox when I disable Adblock Plus (the only add-on I've got installed!) Still a little sluggish in Firefox, but they are big pages on quite an old machine. Goes from unusable to almost

Re: Django documentation site is SLOW

2009-08-07 Thread Russell Keith-Magee
On Fri, Aug 7, 2009 at 8:06 PM, Léon Dignòn wrote: > > I have an Intel C2D E2200 with 4 GB RAM. The Django docs are killing > my browser, it feels like FireSLUG instead of Firefox 3.5 . I don't know what to say. Your experience in no way matches my own. I use Safari and Firefox, and I certain

Re: Django documentation site is SLOW

2009-08-07 Thread Sam Walters
Hi Its probably not the browser. I am using firefox 3.5 on an eee pc and the documentation is fine. This is with Javascript disabled using noscript however i just turned it on again and no noticable difference in top readings *You should look at the install addons of firefox, eg: some plugin whic

Re: Django documentation site is SLOW

2009-08-07 Thread Léon Dignòn
Without it's better, but still now good enough for three colors and a little bit of text. On Aug 7, 2:09 pm, Mirat Bayrak wrote: > without javascript ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Django documentation site is SLOW

2009-08-07 Thread Mirat Bayrak
without javascript ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users

Re: Django documentation site is SLOW

2009-08-07 Thread Léon Dignòn
I have an Intel C2D E2200 with 4 GB RAM. The Django docs are killing my browser, it feels like FireSLUG instead of Firefox 3.5 . Hate it! On Aug 7, 1:46 pm, Jo wrote: > Surely can't only be me that finds the main Django site painfully > slow? There is some javascript in there or something

Re: Django documentation site is SLOW

2009-08-07 Thread Mirat Bayrak
i am not expert but i thought that it can be about javascripts, can you disable javascript support and retry it? i think you have to try opera too --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: django documentation

2008-11-25 Thread Brian Neal
On Nov 25, 8:44 am, ReneMarxis <[EMAIL PROTECTED]> wrote: > Hello Brian > > i allready saw those hints on the djangoproject/djangobook homepage > and that was the reason i was writing this post. > Imagine i am new to django, i read "i have to add those lines to my > model and do some stuff on the

Re: django documentation

2008-11-25 Thread ReneMarxis
Hello Brian i allready saw those hints on the djangoproject/djangobook homepage and that was the reason i was writing this post. Imagine i am new to django, i read "i have to add those lines to my model and do some stuff on the setting.py file and run syncdb" then everything is ok and i can use g

Re: django documentation

2008-11-24 Thread Steve Phillips
I too was in your position. I am fairly new to Django and was getting very frustrated with the docs. They tell me to just do something and left it at that. I then went to the django docs on the djangoproject website and discovered that everything I needed was there. I was just searching the wrong

Re: django documentation

2008-11-24 Thread Brian Neal
On Nov 24, 5:18 pm, ReneMarxis <[EMAIL PROTECTED]> wrote: > hi > > as mentioned earlyer today i am very new to django and againe have > some question, this time reguarding the documentation. > > I started django by duing the tutorial, and now i started building my > own little project from ground

Re: Django Documentation. License?

2008-06-01 Thread nallen05
On Jun 1, 6:25 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Alan is correct, the docs are definitely under the same license as the > source, BSD. That's awesome; good to hear. Thanks for the quick response guys :-) Nick --~--~-~--~~~---~--~~ You received t

Re: Django Documentation. License?

2008-06-01 Thread [EMAIL PROTECTED]
Alan is correct, the docs are definitely under the same license as the source, BSD. On Jun 1, 10:46 am, Alan Boyce <[EMAIL PROTECTED]> wrote: > Nick, > > Because the documentation is distributed with the source, see: > > http://code.djangoproject.com/browser/django/trunk/docs > > and it has no ot

Re: Django Documentation. License?

2008-06-01 Thread Alan Boyce
Nick, Because the documentation is distributed with the source, see: http://code.djangoproject.com/browser/django/trunk/docs and it has no other notice. I'm assuming it falls under the BSD license, same as the rest of the django framework. alan On Jun 1, 2008, at 10:08 AM, [EMAIL PROTECTED]

Re: Django documentation in chm (Dec 22, 2007)

2007-12-22 Thread [EMAIL PROTECTED]
Thanks for your done. But I can't get the django-documetn-chm for your given url. Can you send a copy to my email [EMAIL PROTECTED] please? Thank you very much, Merry Christmas to you... ^_^ On 12月22日, 下午9时36分, char101 <[EMAIL PROTECTED]> wrote: > Hi, > > I have created a chm format of the

Re: Django documentation in chm (Dec 22, 2007)

2007-12-22 Thread pk
Thanks very much for doing this. While reading on djangoproject is nice, sometimes it is faster/better to have a local version -- When I am coding on a plane, for example ! P.K. On Dec 22, 8:36 am, char101 <[EMAIL PROTECTED]> wrote: > Hi, > > I have created a chm format of the django docs taken

Re: Django documentation search bar plugin for Firefox

2006-10-06 Thread Noah
Fair enough. I actually didn't know those existed. I still like the search box tho --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroup

Re: Django documentation search bar plugin for Firefox

2006-10-06 Thread Rob Hudson
I simply added a Firefox keyword search on the Django search box on the docs page. Now I type this into my URL: "dj template tags" and I get what 'm looking for. More info are smart keywords: http://www.mozilla.org/products/firefox/smart-keywords.html -Rob --~--~-~--~~

Re: Django documentation search bar plugin for Firefox

2006-10-05 Thread Noah
No problem, please pass the link on to your friends. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this

Re: Django documentation search bar plugin for Firefox

2006-10-05 Thread Justin
Thanks, that's going to be really useful. On Oct 5, 10:21 pm, "Noah" <[EMAIL PROTECTED]> wrote: > I'm always searching the Django docs, so I decided to make a search > bar plugin for Firefox so that I don't have to go to the Django > documentation page in order to search the documentation. > > Yo

Re: Django documentation search engine

2005-09-01 Thread Adrian Holovaty
On 9/1/05, Rachel Willmer <[EMAIL PROTECTED]> wrote: > To help me get to grips with Django quickly, I created a search engine > of the documentation. > > On the off-chance this is useful to others, I've made it available at > That's pretty

Re: Django documentation, plucker format

2005-08-15 Thread Tesla
I usually use WinHTTrack but it gives a lot of unneeded HTML. A CHM is best when the HTML only has the simpliest of tags, Headers, paragraphs code and lists are what I usually set as boundaries. I run Perl scripts to do my clean up work but any pre formatted and cleaned files would be appreciate

Re: Django documentation, plucker format

2005-08-15 Thread Ludovico Magnocavallo
Tesla wrote: Any chance of getting the HTML files you used? I would like to make a windows chm. I just used the Django site, setting recursion depth and image formats in Jpluck. Making a .chm should not be too hard, it's just a matter of fetching the pages and parsing the HTML (elementtree/e

Re: Django documentation, plucker format

2005-08-15 Thread Tesla
Any chance of getting the HTML files you used? I would like to make a windows chm.