Re: Development GUI

2012-09-06 Thread Alec Taylor
Hi Timothy, Not sure where you're going with this… but sounds interesting. [watching] -> looking forward to some sample code + whatever in the Readme :) On Fri, Sep 7, 2012 at 11:38 AM, Timothy Clemans wrote: > Hi, > > I'm developing a web-based development GUI for

Re: Multi-tenant Django

2012-05-15 Thread Alec Taylor
h get_current_site() or > similar) and see if I can serve multiple sites+databases from the same > Django instance. > > Not sure if that helps, or even it it'll work, but if it does it might do > what you need. > > Cheers, > > Anthony > > On 9 May 2012 13:02, Ale

Re: Redesign of djangoproject.com?

2012-05-02 Thread Alec Taylor
I quite like that last one (on Google Docs) Only caveat is the way sites that use Django are listed. It seems quite pedestrian... maybe add big image logos or whatnot... advertising that Bitbucket, Instagram and The Washington Post use Django is the easiest way to make people consider Django.

Re: Redesign of djangoproject.com?

2012-04-30 Thread Alec Taylor
The http://proxart.co/ design on that page is quite a good one On Tue, May 1, 2012 at 2:50 PM, Joe Tennies wrote: > A lot of these mockups are good, but I have a couple comments. > > I'd like to see more "interesting" grid layout. Django comes from the world > of newpapers. I

Re: Redesign of djangoproject.com?

2012-04-29 Thread Alec Taylor
Here is a design I just pulled up: http://i.imgur.com/wIkel.png Thoughts? On Mon, Apr 30, 2012 at 1:34 AM, Alec Taylor <alec.tayl...@gmail.com> wrote: > Contact me for UX once you have forked the repo, I'll throw something > up and place it on the wiki (or in an issue) of t

Re: Redesign of djangoproject.com?

2012-04-29 Thread Alec Taylor
Contact me for UX once you have forked the repo, I'll throw something up and place it on the wiki (or in an issue) of that new repo. Email: alectayl...@gmail.com On Sun, Apr 29, 2012 at 10:33 AM, Dana Woodman wrote: > Great info Russ, thanks! > > My thoughts at this point

Re: Redesign of djangoproject.com?

2012-04-28 Thread Alec Taylor
I can throw in some UX designing if you want On Sat, Apr 28, 2012 at 11:53 PM, Ned Batchelder wrote: > Will there be any specific discussion about what's wrong with the current > site?  You two seem to agree something needs to be done, but haven't > mentioned anything

Re: ANNOUNCE: Django 1.4 released

2012-03-23 Thread Alec Taylor
Awesome! -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more

Re: Tutorial for dev version not working (Polls app): admin

2012-01-28 Thread Alec Taylor
kk On Sun, Jan 29, 2012 at 4:15 AM, Florian Apolloner wrote: > Hi, > > Please post questions to django-users; once we determined it's not an error > by you django-developers is the correct mailinglist for discussing bugs. > > Cheers, > Florian > > -- > You received this

Tutorial for dev version not working (Polls app): admin

2012-01-28 Thread Alec Taylor
s/poll/add/). There are no differences in field order/display on any of these pages. I have followed the tutorial exactly, but it isn't rearranging the fields. Is there a different way of rearranging admin fields in Django 1.4? Thanks for helping me get this working, Alec Taylor -- You received this message b

Re: Ad-hoc Django integration for fault-tolerance

2012-01-28 Thread Alec Taylor
rorce...@gmail.com> wrote: >> I also got the backlog, in addition my gmail has been buggy and slow for a >> few days, so I'm assuming it's Google having an issue. >> >> On Fri, Jan 27, 2012 at 8:18 PM, Russell Keith-Magee >> <russ...@keith-magee.com> wro

Re: Ad-hoc Django integration for fault-tolerance

2012-01-27 Thread Alec Taylor
Thanks, hadn't thought to go with NoSQL. :) Quick side-note: I received 14 emails on the django-devel list between 30 and 40 minutes ago. Strange, seeing as this one is dated 10 days ago. Google Groups problem? On Wed, Jan 18, 2012 at 10:07 AM, Kenneth Reitz wrote: >

Ad-hoc Django integration for fault-tolerance

2012-01-17 Thread Alec Taylor
n? Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django

Implement automatic graceful degradation (to CSS) and progressive enhancement (to JavaScript) in Django

2011-12-17 Thread Alec Taylor
abstracted format, then based on the browser capabilities of the requester; CSS+HTML xor JS+HTML is sent. Is there already a technique for doing this in Python? Do you think Django would benefit from this feature being implemented? Thanks for your consideration, Alec Taylor -- You received th

Re: Cleaning up manage.py and import paths

2011-10-12 Thread Alec Taylor
Hmm, well maybe we need to survey current structures, I'd expect some constant (i.e. the settings.py file) On Wed, Oct 12, 2011 at 11:53 PM, Carl Meyer <c...@oddbird.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Alec, > > On 10/12/2011 06:

Re: Cleaning up manage.py and import paths

2011-10-12 Thread Alec Taylor
On Tue, Oct 11, 2011 at 9:05 AM, Carl Meyer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > In the spirit of making Django behave better as a Python library (c.f. > Glyph's keynote at djangocon.us), I'd like to finally tackle removing > the sys.path

Re: Removing pickle from cookie-based session storage

2011-10-02 Thread Alec Taylor
Remove the pickle from the cookie jar! Only cookies are meant to be there :P On Sun, Oct 2, 2011 at 3:26 PM, Paul McMillan wrote: > We recently committed changes to 1.4 that added signed cookie based > session storage. Session data is pickled, signed, and sent to the > client

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-27 Thread Alec Taylor
readme I'm currently too distracted by the actual project I want to distribute to do this on my own. If a few of you are interested though, I can give you tips+guidance to get started. :] All the best, Alec Taylor On Tue, Sep 27, 2011 at 1:10 PM, jaminw <wong.ja...@gmail.com> wrote: &g

Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-21 Thread Alec Taylor
ich is what > a PYD file is in any case). Hope some of that helps! > > Anthony > > On Wed, Sep 21, 2011 at 9:58 PM, Alec Taylor <alec.tayl...@gmail.com> wrote: >> Thanks Anthony, unfortunately although I made progress, I am still >> unable to proceed due to a

Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-21 Thread Alec Taylor
ilable from Microsoft which includes > the compilers and set the environment variable > > DISTUTILS_USE_SDK=1 > > Without that you need a copy of Visual Studio installed on your machine. > > Hope that helps. > > Anthony > > On Wed, Sep 21, 2011 at 9:25 AM, Alec Taylor

DJango doesn't work with Oracle 11g on Windows 8

2011-09-21 Thread Alec Taylor
m/rCsY63RS Summary: "Unable to find vcvarsall.bat" How can I make DJango work with my Oracle 11g Express database? Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to th

Re: PHP-inspired user-friendly in-browser DJango install

2011-09-13 Thread Alec Taylor
Agreed On Wed, Sep 14, 2011 at 1:00 AM, h3 wrote: >> Beyond that, what I am wondering is how much users will be able understand >> how Django work if they can't do the installation. > > Each year I accept foreign students for internship in my company and > most of then

Re: PHP-inspired user-friendly in-browser DJango install

2011-09-12 Thread Alec Taylor
things. Of course, a more "newbie-friendly" may be "nice-to-have", but > imho the "core" of a framework should not provide such thing. > > Romain. > > On 12/09/2011 18:39, Tom Evans wrote: >> >> On Fri, Sep 9, 2011 at 4:56 PM, Alec Taylor<

Re: PHP-inspired user-friendly in-browser DJango install

2011-09-09 Thread Alec Taylor
Looks useable. Anyone interested in working with me to port this to DJango? (the reason I'm not doing it myself is that I am very new to Python and DJango) On Fri, Sep 9, 2011 at 5:38 PM, Jens Diemer wrote: > Am 09.09.2011 08:23, schrieb Aymeric Augustin: >> >>

PHP-inspired user-friendly in-browser DJango install

2011-09-07 Thread Alec Taylor
does this? Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-