Ongoing incidient djangoproject.com

2015-10-26 Thread Jannis Leidel
Hi all, We’re still investigating an ongoing incident that impacts the availability of https://www.djangoproject.com and https://docs.djangoproject.com – both are currently down. Downloads from PyPI are not affected by that and should work as ever. We’re in touch with our upstream provider and

Re: Which is the best tutorial to learn django, djangobook.com or djangoproject.com?

2015-05-24 Thread Carsten Fuchs
Hi all, Am 2015-05-23 um 19:47 schrieb Daniel Roseman: On Saturday, 23 May 2015 18:17:15 UTC+1, Preeti wrote: Which is the best tutorial to learn django, djangobook.com <http://djangobook.com> or djangoproject.com <http://djangoproject.com>? Why do you even need to ask t

Re: Which is the best tutorial to learn django, djangobook.com or djangoproject.com?

2015-05-23 Thread Daniel Roseman
On Saturday, 23 May 2015 18:17:15 UTC+1, Preeti wrote: > > Which is the best tutorial to learn django, djangobook.com or > djangoproject.com? > Why do you even need to ask that question, given the large bold warning on the front page of the Django book site? -- DR. -- You r

Re: Which is the best tutorial to learn django, djangobook.com or djangoproject.com?

2015-05-23 Thread François Schiettecatte
djangoproject.com is the best place and is the official django website, djangobook.com is way out of date. François > On May 23, 2015, at 1:17 PM, Preeti wrote: > > Which is the best tutorial to learn django, djangobook.com or > djangoproject.com? > > -- > You received

Which is the best tutorial to learn django, djangobook.com or djangoproject.com?

2015-05-23 Thread Preeti
Which is the best tutorial to learn django, djangobook.com or djangoproject.com? -- 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-user

Re: djangoproject.com https access problems

2015-02-28 Thread anton
OK, I will do that, because even IE 11 doesn't work (by the way I use FF 36.0 on Win7 64bit). Anton James Schneider wrote: > The proxy is likely forcing a TLS fallback in a way that Firefox doesn't > like. Ensure you are using the latest version of FF, but even then, unless > you have control

Re: djangoproject.com https access problems

2015-02-27 Thread James Schneider
The proxy is likely forcing a TLS fallback in a way that Firefox doesn't like. Ensure you are using the latest version of FF, but even then, unless you have control off the proxy, there may not be much you can do except open a support ticket with your IT department. https://bugzilla.mozilla.org/sh

djangoproject.com https access problems

2015-02-27 Thread anton
Hi, at home it works, but in my company the proxy refuses the connection to: https://www.djangoproject.com and my firefox gives me an error: ssl_error_inappropriate_fallback_alert Question: since when did you switch the website to https (or didn't I notice it) Other sites seems to work, is th

Re: djangoproject.com tutorial part 3

2014-11-01 Thread Tri Vo
I've figure out the problem. I was supposed to not have "/admin/" in the link. -- 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...@googlegro

Re: djangoproject.com tutorial part 3

2014-10-21 Thread Lee
Im not sure I understand so maybe I am stating the obvious here... but "python manage.py runserver" shouldnt call the page. It should start your dev server. Then you call http://localhost:8000/polls as Daniel mentioned when the server is started. On Tuesday, 21 October 2014 18:14:34 UTC+1, Tri

Re: djangoproject.com tutorial part 3

2014-10-21 Thread Tri Vo
Ok, I forgot say this. I'm using a different server to run Django. It works on the server that I am using. On Tue, Oct 21, 2014 at 3:42 AM, Daniel Roseman wrote: > On Tuesday, 21 October 2014 00:01:56 UTC+1, Tri Vo wrote: >> >> I am calling the page with "python manage.py runserver 0.0.0.0:8000"

Re: djangoproject.com tutorial part 3

2014-10-21 Thread Daniel Roseman
On Tuesday, 21 October 2014 00:01:56 UTC+1, Tri Vo wrote: > > I am calling the page with "python manage.py runserver 0.0.0.0:8000" When > I load up the page before adding the views and urls files, I see the polls > and everything that I have set up with the codes from the previous pages of > the

Re: djangoproject.com tutorial part 3

2014-10-20 Thread Tri Vo
I am calling the page with "python manage.py runserver 0.0.0.0:8000" When I load up the page before adding the views and urls files, I see the polls and everything that I have set up with the codes from the previous pages of the tutorial. After adding the views and urls files, the page looks th

Re: djangoproject.com tutorial part 3

2014-10-20 Thread Lee
When you say nothing changes, how are you calling the page? And what do you see in your browser - any error message or stack trace or is it just a blank page? Also I assume the below were copied from the tutorial. Can you post the contents of the three files as you typed them in your code? On

djangoproject.com tutorial part 3 "Hello, World..." not showing up.

2014-10-20 Thread Tri Vo
I am using this site to learn Django, and at this link https://docs.djangoproject.com/en/1.7/intro/tutorial03/ I created the polls/urls.py, polls/views.py, and mysite/urls.py files as followed in the site, but when I run the site, the site is running OK, but I do not see the "Hello, World..." m

djangoproject.com tutorial part 3

2014-10-20 Thread Tri Vo
So I am following the tutorial in this site, and copy and the first three codes into my project (polls/views.py, polls/urls.py, and mysite/urls/py) https://docs.djangoproject.com/en/1.7/intro/tutorial03/ polls/views.py from django.http import HttpResponse def index(request): return HttpResp

Re: DjangoProject.com community feeds

2013-11-28 Thread Silvio J. Gutierrez
Thanks for the info Russ. If you guys need any help, please let me know. I'd be happy to contribute. - Silvio On Wed, Nov 27, 2013 at 6:44 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > Hi Silvio, > > I've just checked the record for the feed in our database, and it worked > as exp

Re: DjangoProject.com community feeds

2013-11-27 Thread Russell Keith-Magee
Hi Silvio, I've just checked the record for the feed in our database, and it worked as expected -- it's a valid RSS feed, currently showing 4 articles. Unfortunately, I can't offer any advice as to why this isn't being picked up by the community aggregator. I know the feed aggregator has been a l

Re: DjangoProject.com community feeds

2013-11-27 Thread Silvio J. Gutierrez
Could you please confirm the URL that's in the system? That way I can double check that everything works. Much appreciated, Silvio On Tue, Nov 26, 2013 at 6:22 PM, tim wrote: > Your feed was approved on Oct. 14. I'm not sure why your recent entries > haven't appeared. > > > On Tuesday, Novemb

Re: DjangoProject.com community feeds

2013-11-26 Thread tim
Your feed was approved on Oct. 14. I'm not sure why your recent entries haven't appeared. On Tuesday, November 26, 2013 4:14:48 PM UTC-5, Silvio wrote: > > Hi there, > > I used the form here: https://www.djangoproject.com/community/add/blogs/to > add my blog feed a while ago. But it was never ad

DjangoProject.com community feeds

2013-11-26 Thread Silvio
Hi there, I used the form here: https://www.djangoproject.com/community/add/blogs/ to add my blog feed a while ago. But it was never added. Does anyone still check those feed submissions? The actual blog: Name: Silvio on Django Feed URL: https://www.silviogutierrez.com/blog/tags/django/feed/ H

[Announce] Expected djangoproject.com downtime tomorrow, Oct 18, starting 20:00 UTC

2013-10-17 Thread Jacob Kaplan-Moss
Hi folks - We'll be doing some work on djangoproject.com (and associated sub-sites) tomorrow, starting around 20:00 UTC. Expect some downtime, possibly as long as an hour or so, starting around then. During the downtime, as usual, you can find a mirror of Django's documentation on Rea

Re: djangoproject.com is down

2013-05-14 Thread Jacob Kaplan-Moss
silient against any future outages like this. Thanks for your patience! Jacob On Tue, May 14, 2013 at 5:53 PM, Jacob Kaplan-Moss wrote: > FYI - djangoproject.com is currently down, I'm investigating and I'll > try to have it back up ASAP. > > In the meantime, if you need t

djangoproject.com is down

2013-05-14 Thread Jacob Kaplan-Moss
FYI - djangoproject.com is currently down, I'm investigating and I'll try to have it back up ASAP. In the meantime, if you need to get to the docs, you can hit up the ReadTheDocs mirror: http://django.rtfd.org/ Thanks for your patience, Jacob -- You received this message becau

Re: Has the djangoproject.com site been down?

2013-02-13 Thread +Emmanuel
Thanks y'all. I'll try other options. On Tuesday, February 12, 2013 7:40:17 PM UTC+3, +Emmanuel wrote: > > Is it just me or is djangoproject.com not loading? Been trying to access > it for a couple of weeks without success. I've tried different browsers to > no

Re: Has the djangoproject.com site been down?

2013-02-13 Thread Sanjay Bhangar
frica > > Sent from my Windows Phone > > From: tOlorun > Sent: 2/12/2013 5:53 PM > To: django-users@googlegroups.com > Subject: Re: Has the djangoproject.com site been down? > > its just you ... > its loading here ... > Thanks >

RE: Has the djangoproject.com site been down?

2013-02-13 Thread Babatunde Akinyanmi
Its not just you, at least when I'm not trying with my phone. ..and say your from Nigeria not Africa Sent from my Windows Phone -- From: tOlorun Sent: 2/12/2013 5:53 PM To: django-users@googlegroups.com Subject: Re: Has the djangoproject.com site been down?

Re: Has the djangoproject.com site been down?

2013-02-12 Thread tOlorun
...@yahoo.co.uk | Skype: omniotosho On Tue, Feb 12, 2013 at 5:40 PM, +Emmanuel wrote: > Is it just me or is djangoproject.com not loading? Been trying to access > it for a couple of weeks without success. I've tried different browsers to > no avail. Am accessing it from Africa. > &g

Re: Has the djangoproject.com site been down?

2013-02-12 Thread frocco
It is working for me. On Tuesday, February 12, 2013 11:40:17 AM UTC-5, +Emmanuel wrote: > > Is it just me or is djangoproject.com not loading? Been trying to access > it for a couple of weeks without success. I've tried different browsers to > no avail. Am accessing it from

Has the djangoproject.com site been down?

2013-02-12 Thread +Emmanuel
Is it just me or is djangoproject.com not loading? Been trying to access it for a couple of weeks without success. I've tried different browsers to no avail. Am accessing it from Africa. -- You received this message because you are subscribed to the Google Groups "Django users&

Re: Maintenance on djangoproject.com tomorrow

2013-02-06 Thread Sergei V
Hi, is it a smell of next RC in the air? :) regards, Sergei On Wednesday, February 6, 2013 8:43:38 PM UTC+2, Aymeric Augustin wrote: > > Hi folks, > > We've scheduled maintenance operations on djangoproject.com tomorrow, > starting at 09:00 UTC. > > The website and t

Maintenance on djangoproject.com tomorrow

2013-02-06 Thread Aymeric Augustin
Hi folks, We've scheduled maintenance operations on djangoproject.com tomorrow, starting at 09:00 UTC. The website and the docs may be temporarily unavailable. Please use the mirror of the docs at Read The Docs in the meantime: http://django.readthedocs.org/ Thanks, -- Aymeric. --

Re: FYI: Scheduled downtime on djangoproject.com Thursday night

2013-01-29 Thread Gabriel Abdalla
>> >> MediaTemple, our hosting provider for djangoproject.com, is going to >> be taking our server offline Thursday night while they give us more >> RAM. >> >> The window for downtime is some time between 9PM and 4AM, though the >> actual downtime its

Re: FYI: Scheduled downtime on djangoproject.com Thursday night

2013-01-29 Thread Mário Neto
Thank's Jacob! 2013/1/29 kl4us > nice one, i'm new on django and i'm reading documentation all day > > Il giorno martedì 29 gennaio 2013 18:11:48 UTC+1, Jacob Kaplan-Moss ha > scritto: > >> Hey folks -- >> >> MediaTemple, our hosting provider for

Re: FYI: Scheduled downtime on djangoproject.com Thursday night

2013-01-29 Thread kl4us
nice one, i'm new on django and i'm reading documentation all day Il giorno martedì 29 gennaio 2013 18:11:48 UTC+1, Jacob Kaplan-Moss ha scritto: > > Hey folks -- > > MediaTemple, our hosting provider for djangoproject.com, is going to > be taking our server offline

FYI: Scheduled downtime on djangoproject.com Thursday night

2013-01-29 Thread Jacob Kaplan-Moss
Hey folks -- MediaTemple, our hosting provider for djangoproject.com, is going to be taking our server offline Thursday night while they give us more RAM. The window for downtime is some time between 9PM and 4AM, though the actual downtime itself should be less than an hour. Since most people

Tests tutorial for djangoproject.com

2012-11-07 Thread Daniele Procida
I have done some work on writing up a tutorial for testing (part 5 of the existing tutorial, in effect). My draft so far: I'd really appreciate feedback, on any aspect (accuracy, style, terminology, good p

Re: djangoproject.com

2012-02-06 Thread Russell Keith-Magee
http://www.isup.me/djangoproject.com I don't know what's happening at *your* end, but djangoproject.com is working for me right now, and I'm not aware of any major outages over the last couple of days. We hosted a sprint this past weekend, so if there was an outage, I thin

djangoproject.com

2012-02-06 Thread DSblizzard
What's happening with it? It's unavailable for several days. -- 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+unsubscr

Re: Can't get official "djangoproject.com" site running

2011-06-25 Thread Karen Tracey
ks. > I have choosen the official djangoproject website from here > https://github.com/django/djangoproject.com as the subject for my > experiments. But I can't get it running. > I have installed all packages it needed. And, as I didn't want to > bother myself with PostgreSQL I

Can't get official "djangoproject.com" site running

2011-06-25 Thread mark elion
://github.com/django/djangoproject.com as the subject for my experiments. But I can't get it running. I have installed all packages it needed. And, as I didn't want to bother myself with PostgreSQL I changed engine to sqlite3. Now I

Re: djangoproject.com/community feeds not updating for a couple days

2011-06-24 Thread swiharta
Thanks Russ. I notice it updated at least once after I posted here, now it's been stalled again for the past couple days. -- 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 unsu

Re: djangoproject.com/community feeds not updating for a couple days

2011-06-20 Thread Russell Keith-Magee
On Tue, Jun 21, 2011 at 7:03 AM, swiharta wrote: > I noticed the feeds at http://djangoproject.com/community have not > updated for a couple days. This probably isn't the right place to > report it. Hi, This is probably related to the outage on djangoproject.com that we had ov

djangoproject.com/community feeds not updating for a couple days

2011-06-20 Thread swiharta
I noticed the feeds at http://djangoproject.com/community have not updated for a couple days. This probably isn't the right place to report it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: ANN: Server upgrade on djangoproject.com

2011-01-31 Thread Eric Chamberlain
On Jan 31, 2011, at 9:15 AM, Shawn Milochik wrote: > > I was using my iPhone at the time. I probably should have checked it on a > desktop browser before replying to the thread. Sorry 'bout that. > On the iPhone, use two fingers to scroll to the cut-off text in the code box. -- Eric Chamber

Re: ANN: Server upgrade on djangoproject.com

2011-01-31 Thread Shawn Milochik
On Jan 31, 2011, at 12:12 PM, Jacob Kaplan-Moss wrote: > On Mon, Jan 31, 2011 at 2:40 AM, Shawn Milochik wrote: >> I'm seeing the code samples being cut off in the docs as well. >> http://docs.djangoproject.com/en/dev/topics/signals/ >> See sample under: >> Preventing duplicate signals > > It's

Re: ANN: Server upgrade on djangoproject.com

2011-01-31 Thread Jacob Kaplan-Moss
On Mon, Jan 31, 2011 at 2:40 AM, Shawn Milochik wrote: > I'm seeing the code samples being cut off in the docs as well. > http://docs.djangoproject.com/en/dev/topics/signals/ > See sample under: > Preventing duplicate signals It's working for me (Chrome/Safari OSX), so it's probably a browser-spe

Re: visually cut off code on djangoproject.com after upgrade?

2011-01-31 Thread Tom Evans
On Mon, Jan 31, 2011 at 4:11 PM, Shawn Milochik wrote: > Could have been the browser I was using. I'm not seeing the issue there now > on Chrome. > > Shawn > I don't think they've been updated yet. I'm using this page: http://docs.djangoproject.com/en/1.2/howto/static-files/ as a test to see w

Re: visually cut off code on djangoproject.com after upgrade?

2011-01-31 Thread Shawn Milochik
On Jan 31, 2011, at 11:05 AM, creecode wrote: > Hello Shawn, > > I'm not seeing < ... Could have been the browser I was using. I'm not seeing the issue there now on Chrome. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: visually cut off code on djangoproject.com after upgrade?

2011-01-31 Thread creecode
Hello Shawn, On Jan 31, 12:40 am, Shawn Milochik wrote: > I'm seeing the code samples being cut off in the docs as well. > > http://docs.djangoproject.com/en/dev/topics/signals/ > > See sample under: > Preventing duplicate signals I'm not seeing < https://docs.google.com/leaf?id=0B2mWx-jMqJNcOD

Re: ANN: Server upgrade on djangoproject.com

2011-01-31 Thread Shawn Milochik
I'm seeing the code samples being cut off in the docs as well. http://docs.djangoproject.com/en/dev/topics/signals/ See sample under: Preventing duplicate signals Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: ANN: Server upgrade on djangoproject.com

2011-01-30 Thread creecode
Hello Russ, On Jan 29, 8:53 pm, Russell Keith-Magee wrote: > What exactly do you mean by "visually cut off code"? Can you give a > specific URL that demonstrates the problem you're talking about? Sorry. My intent was to include an example link < http://code.djangoproject.com/browser/django/bra

Re: ANN: Server upgrade on djangoproject.com

2011-01-29 Thread Russell Keith-Magee
On Sun, Jan 30, 2011 at 12:29 PM, creecode wrote: > Hello Jacob, > > On Jan 28, 12:33 pm, Jacob Kaplan-Moss wrote: > >> I'm starting the switchover to the new djangoproject.com server right >> now. > > The source listings seem to visually cut off code.  I don&

Re: ANN: Server upgrade on djangoproject.com

2011-01-29 Thread creecode
Hello Jacob, On Jan 28, 12:33 pm, Jacob Kaplan-Moss wrote: > I'm starting the switchover to the new djangoproject.com server right > now. The source listings seem to visually cut off code. I don't recall seeing this issue before the upgrade. Thanks, creecode -- You recei

Re: ANN: Server upgrade on djangoproject.com

2011-01-28 Thread Karen Tracey
On Fri, Jan 28, 2011 at 4:45 PM, Jacob Kaplan-Moss wrote: > On Fri, Jan 28, 2011 at 3:33 PM, Jacob Kaplan-Moss > wrote: > > I'm starting the switchover to the new djangoproject.com server right > > now. Might be around 5 mins of downtime or so. > > Migration shou

Re: ANN: Server upgrade on djangoproject.com

2011-01-28 Thread Łukasz Rekucki
On 28 January 2011 21:33, Jacob Kaplan-Moss wrote: > Hi folks -- > > I'm starting the switchover to the new djangoproject.com server right > now. Might be around 5 mins of downtime or so. > > Jacob > Hurray for upgrading the Trac instance! Are there any additional Tra

Re: ANN: Server upgrade on djangoproject.com

2011-01-28 Thread Jacob Kaplan-Moss
On Fri, Jan 28, 2011 at 3:33 PM, Jacob Kaplan-Moss wrote: > I'm starting the switchover to the new djangoproject.com server right > now. Might be around 5 mins of downtime or so. Migration should be complete now. I'm still cleaning up a few last-minute things, but if you notic

ANN: Server upgrade on djangoproject.com

2011-01-28 Thread Jacob Kaplan-Moss
Hi folks -- I'm starting the switchover to the new djangoproject.com server right now. Might be around 5 mins of downtime or so. Jacob -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: where is the link of password reset page on djangoproject.com ?

2010-08-09 Thread nyambaa
Thanks On Aug 9, 8:55 pm, rebus_ wrote: > On 9 August 2010 14:30, nyambaa wrote: > > > Hello guys, > > please help, I've not found the password reset page on > > djangoproject.com > > where is it? > > > thanks > > > -- > > You rec

Re: where is the link of password reset page on djangoproject.com ?

2010-08-09 Thread rebus_
On 9 August 2010 14:30, nyambaa wrote: > Hello guys, > please help, I've not found the password reset page on > djangoproject.com > where is it? > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Django use

where is the link of password reset page on djangoproject.com ?

2010-08-09 Thread nyambaa
Hello guys, please help, I've not found the password reset page on djangoproject.com where is it? thanks -- 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 u

Re: djangoproject.com inaccessible?

2010-08-02 Thread Steve Holden
On 8/2/2010 1:29 PM, creecode wrote: > Now working for me as well with no changes on my end. H.. > > On Aug 2, 9:42 am, Antoni Aloy wrote: > >> works for me! > > Toodle-lo.. > creecode > When is the Internet going to come with a guarantee, I wonder ... regards

Re: djangoproject.com inaccessible?

2010-08-02 Thread creecode
Now working for me as well with no changes on my end. H.. On Aug 2, 9:42 am, Antoni Aloy wrote: > works for me! Toodle-lo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: djangoproject.com inaccessible?

2010-08-02 Thread Antoni Aloy
2010/8/2 creecode : > Hello all, > > djangoproject.com appears to be inaccessible to me.  Is anyone else > having problems?  Is anyone able to access it? > > Toodle-looo... > creecode > http://downforeveryoneorjustme.com/ works for me! -- Anto

djangoproject.com inaccessible?

2010-08-02 Thread creecode
Hello all, djangoproject.com appears to be inaccessible to me. Is anyone else having problems? Is anyone able to access it? Toodle-looo... creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: No module named il8n after following up all the recommendation on djangoproject.com

2009-12-06 Thread rebus_
2009/12/6 GoSantoni : > Hey all, i am new to django and started using pinax. For now i am > trying to set up il8n support using > http://docs.djangoproject.com/en/dev/topics/i18n/?from=olddocs > but it keeps on failing with a TemplateSyntaxError > 'il8n' is not a valid tag library: Could not load

No module named il8n after following up all the recommendation on djangoproject.com

2009-12-06 Thread GoSantoni
Hey all, i am new to django and started using pinax. For now i am trying to set up il8n support using http://docs.djangoproject.com/en/dev/topics/i18n/?from=olddocs but it keeps on failing with a TemplateSyntaxError 'il8n' is not a valid tag library: Could not load template library from django.tem

Re: What happened to Documentation layout on djangoproject.com?

2008-11-18 Thread John M
Karen, As always, you're the best, thanks. John On Nov 18, 11:33 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Tue, Nov 18, 2008 at 2:23 PM, John M <[EMAIL PROTECTED]> wrote: > > > I just noticed that the documentation layout change (for the better). > > Did I miss an announcement. > > > E

Re: What happened to Documentation layout on djangoproject.com?

2008-11-18 Thread Karen Tracey
On Tue, Nov 18, 2008 at 2:23 PM, John M <[EMAIL PROTECTED]> wrote: > > I just noticed that the documentation layout change (for the better). > Did I miss an announcement. > > Either way, I love it. > http://groups.google.com/group/django-developers/browse_thread/thread/f3cd6873ce97c003 Karen --

What happened to Documentation layout on djangoproject.com?

2008-11-18 Thread John M
I just noticed that the documentation layout change (for the better). Did I miss an announcement. Either way, I love it. John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gro

Re: ANN: Making some changes to djangoproject.com

2007-09-14 Thread Jarek Zgoda
Tim Chase napisał(a): > - the addition of Cobol data-stores and hierarchical databases - ability to write code in positional way, like in RPG/400 -- Jarek Zgoda Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 "We read Knuth so you don't have to." (Tim Peters) --~--~-~-

Re: ANN: Making some changes to djangoproject.com

2007-09-14 Thread TheMaTrIx
Rewrote Django in PHP. Rewrote Django in ASP. Rewrote Django in Java. Dropped Django development and defected to Ruby on Rails. Rewrote Django to be the root of all online evil (but then again, doing any of the above would qualify it for this by default :p) If your server move messages have anyth

Re: ATTN: (NOT) Moving djangoproject.com to a new server!

2007-09-14 Thread TheMaTrIx
Hrm, I ran Django on configs from old to bleeding edge python, mod_python and apache and haven't had a problem with the auth layer (aka apache 2.2, python 2.5.1, latest mod_python etc) What trouble is it giving you? On Sep 14, 8:32 am, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > Hi all -- >

Re: ATTN: (NOT) Moving djangoproject.com to a new server!

2007-09-13 Thread Jacob Kaplan-Moss
Hi all -- OK, so I've run into some problems setting up the new box, so this isn't going to happen tonight. (If anyone can help me get Django's authentication handler working with Apache 2.2 / mod_python 3.3, please get in touch!) So chances are I'll put this off until after the sprint. Sorry fo

ATTN: Moving djangoproject.com to a new server!

2007-09-13 Thread Jacob Kaplan-Moss
Howdy folks -- I'm about to move djangoproject.com (and subdomains) to a new server. The short version of the changes: DNS should update within the hour, but if it doesn't, you'll want to put this in your /etc/hosts (or equivalent):: 64.207.133.18 djangoproject.com

Re: ANN: Making some changes to djangoproject.com

2007-09-07 Thread Tim Chase
>> These changes are in preparation of some exciting news, but I'll leave >> y'all in suspense until next week. > > You're rewriting Django in Java! Finally, enterprise capability! I thought it was one of the following: - adding "2.0" to the official name to make it a "Web 2.0" buzzword-complia

Re: ANN: Making some changes to djangoproject.com

2007-09-07 Thread ToddG
> These changes are in preparation of some exciting news, but I'll leave > y'all in suspense until next week. You're rewriting Django in Java! Finally, enterprise capability! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: ANN: Making some changes to djangoproject.com

2007-09-07 Thread Jacob Kaplan-Moss
On 9/7/07, ToddG <[EMAIL PROTECTED]> wrote: > You're rewriting Django in Java! Finally, enterprise capability! Dammit, that news wasn't supposed to leak! Who told you!? Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

ANN: Making some changes to djangoproject.com

2007-09-07 Thread Jacob Kaplan-Moss
Howdy folks -- A quick announcement: I'm going to be making some changes to djangoproject.com over the next week or so. The first of those changes are done and don't appear to have broken anything, but if you notice anything busted, please send me an email ([EMAIL PROTECTED]). The

Re: Generating docs in the djangoproject.com/documentation style

2006-11-27 Thread James Bennett
On 11/27/06, Vladimir Pouzanov <[EMAIL PROTECTED]> wrote: > Is it possible to get script that generates docs on > http://djangoproject.com/documentation? I've tried to use rst2html, > but the resulting html looks ugly even if I apply django website CSS > to it. I'm mo

Generating docs in the djangoproject.com/documentation style

2006-11-27 Thread Vladimir Pouzanov
Hi all, Is it possible to get script that generates docs on http://djangoproject.com/documentation? I've tried to use rst2html, but the resulting html looks ugly even if I apply django website CSS to it. I'm mostly interested in the right navigation menu ;) The website docs are very

Re: Downloading the djangoproject.com site code

2005-08-05 Thread PythonistL
I use http://tortoisesvn.tigris.org/ It seems much more better for my XP

Re: Downloading the djangoproject.com site code

2005-08-03 Thread Jacob Kaplan-Moss
On Aug 3, 2005, at 11:55 AM, stinger wrote: Good to see the djangoproject.com site code available for study and inspection. Is there a zipped file containing the code? I haven't seen it, so forgive if it's there. You'll need to check it out using SVN for the time being; use

Re: Downloading the djangoproject.com site code

2005-08-03 Thread stinger
thanks Adrian btw, nice work!

Re: Downloading the djangoproject.com site code

2005-08-03 Thread Adrian Holovaty
On 8/3/05, stinger <[EMAIL PROTECTED]> wrote: > Good to see the djangoproject.com site code available for study and > inspection. > > Is there a zipped file containing the code? I haven't seen it, so > forgive if it's there. Hey stinger, No, there's no ZIP

Downloading the djangoproject.com site code

2005-08-03 Thread stinger
Hello Good to see the djangoproject.com site code available for study and inspection. Is there a zipped file containing the code? I haven't seen it, so forgive if it's there.