Customizing the Django Admin Interface

2012-09-15 Thread JJ Zolper
Hello, I was able to locate the Django files for the admin under contrib in the source. I was curious if I could get some tips about customizing the interface. One website I read said I shouldn't change any of the Django source but if I want to set up a slightly different login page for exampl

Newbie, trying [read: failing] to set up Django

2012-09-15 Thread Helly
Hello all, I've been trying to set up Django for quite some time now. I'm on Mac OS X Lion 10.7.4. As to my level of expertise, let's just say I'm pretty new to...computers. I guess I figured I'd just stumble around until it worked. How hard could it be right? Wrong. It seems like you all don't

Django, how to automatically sort the database's entries when I add an entry?

2012-09-15 Thread Nicolas Dubien
Hi, I'm using a quite huge database with twenty thousand entries or more. At the beginning, I used to sort it each time (.sort_by("my_field_name")) I need the page but I saw that it took me lot of time to generate the page. I'm looking for a solution, that allows me to show the data without sor

Re: Django sms

2012-09-15 Thread Lunga Baliwe
Thanks Dennis, I'm kind of newbie to software, but now I have an idea of what I need to do because two of cellphone service providers in South Africa(Vodacom and MTN - thanks for the list) do support email2sms. I now have an idea of what I need to do, if I end up using the Django-sms app, I wi

Re: tree.io installation with django

2012-09-15 Thread Nick Apostolakis
On Sat, Sep 15, 2012 at 11:41 PM, Fabian Weiss wrote: > I do so! I tried now this one: > http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ > And it works! :) > http://project.immersight.de/ > > I tried again all I could find in the net for treeio, b

Re: tree.io installation with django

2012-09-15 Thread Fabian Weiss
I do so! I tried now this one: http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ And it works! :) http://project.immersight.de/ I tried again all I could find in the net for treeio, but nothing works :( How can I totally remove all my steps? Is it

Re: django.contrib.markup deprecated in 1.5 - what's the alternative?

2012-09-15 Thread Jirka Vejrazka
Hi Phil, incidentally, I was looking at this just recently. The contrib.markup was deprecated mainly due to security issues with 3rd party libraries that could not be fixed in Django itself and were compromising its security. For more, read https://code.djangoproject.com/ticket/18054 Can't te

django.contrib.markup deprecated in 1.5 - what's the alternative?

2012-09-15 Thread Phil Gyford
I noticed that django.contrib.markup is marked as deprecated in Django 1.5 . If I'm starting a new project now, what alternative should I be using, to avoid running into problems with future versions of Django? I could write my own Markdown

sorl-thumbnail or easy-thumbnail

2012-09-15 Thread galgal
What image engine to choose sorl-thumbnail or easy-thumbnail? I saw on github, that easy-thumbanil is still updates, and sorl last update is about 5 months ago. I use sorl for a while but want to try something else. Does easy-thumbnail work in admin when image are displayed? sorl has a special a

Re: Django newbie with issues

2012-09-15 Thread Karen Tracey
On Wed, Sep 12, 2012 at 5:46 AM, Morrti wrote: > Thanks for your comments on version numbers, but moving to 1.4 isn't a > quick option for me/us so I'm stuck on 1.1 for a while. > > Trying to run the app and instead of getting the "welcome" page I get the > following, see below. > > Not withstand

Django & subprocess

2012-09-15 Thread malinoff
Hi all, please, i need your help. I use suprocess module, executing 'stockfish' uci engine, like: engine = subprocess.Popen('stockfish', stdin=subprocess.PIPE, stdout=subprocess.PIPE) My module use opened subprocess receiving some information from Django's form, for example - move like 'e2e4'