search for: django

Displaying 20 results from an estimated 181 matches for "django".

2006 Jan 16
2
what is your Django experience?
My organisation is currently looking at Django and Rails. Has anyone tried Django? What was your experience? Do you prefer Rails or Django? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2013 Aug 01
1
Django 1.5 Upgrade
Anyone here using django on centos. On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by doing this: rm -rf /Library/Python/2.7/site-packages/django Followed by python setup.py install in the dir I untar-ed Django-1.5.1 to. This all worked fine. On a Centos system running python 2.6 I did: rm -rf /usr/lib/pyt...
2012 Mar 06
0
CentOS 6 connection with sieveshell failed
...rus-master tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 0 8977 1392/master tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 0 137246 25617/cyrus-master I've no problem to connect with sieveshell on my IMAP-host: [django at vml000070 ~]$ sieveshell --user=django --authname=django 127.0.0.1:2000 connecting to 127.0.0.1:2000 Please enter your password: BUT, if I try to connect from an other host inside my DMZ a see this error: [django at vml000090 ~]$ sieveshell --user=django --authname=django 10.0.0.70:2000 conne...
2007 Jan 30
3
Interesting Framework Speed Test Results. Shows Rails 1.2.1 trailing 1.1.6.
I found this little post over at the Slicehost forums (http:// forums.slicehost.com): http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading- frameworks/ Speed test between Rails (1.1.6 and 1.2.1), Django (w/wo psyco and threaded/pre-forked), TurboGears, Symfony, Catalyst etc. Nginx as the front-end for all of them. Even though they are simulated numbers I thought it might be interesting to discuss. Besides the fact that from these tests Django seems to be whooping serious butt on all fronts,...
2010 Sep 21
0
Samba management using python/django?
Hi, I`ve searched the net looking for a way to synchronize users in a django-based web project ( www.djangoproject.com ) with samba users. I want all registered django users to have access to a user-specific password protected share and I want to maintain the users using django`s built-in user management. My question is easy; can I add/edit/delete samba users, samba shares...
2014 Mar 21
1
Dovecot/Django authentication
We've got an application in django that has passwords stored in both sha1 and pbkdf2_sha256 form. We need dovecot to be able to authenticate against the django database (we can't modify django to store passwords in dovecot's form, I'm afraid). Has anyone done a dovecot authentication plugin to support these password fo...
2009 Aug 17
3
Difference Between ROR and Django...
Hi I am the newbie to both Django as well as ROR.... Which one i have to choose as my carrier one.... And what is the main difference.... Djkango in Python & It is in Ruby.. which one is best to easy learn and about security Thank you... -- WithRegards... K.Ramkumar Blog at http://fallinlinux.wordpress.com/ contact : 97915 895...
2006 May 05
1
Date calender instead of selectboxes like in Django
Hi, please have a look at http://www2.jeffcroft.com/2006/may/02/django-non-programmers/ especially the screenshot in the middle with the Calender. Instead of 3 selectfields with day, month, year I find this one much more userfriendly, also having yesterday, today and tomorrow. Are there plugins for this? I know http://www.dynarch.com/projects/calendar/ which I often...
2011 Jan 05
1
Place of Django template tags inside of ext3.0 viewport panels
Hello, Does anyone know where I can find information on using ext3 with Django. Specifically, I want to place Django template tags inside of a particular panel in my ext3 viewport... I have tried what is seen below, but it doesn't seem to work.. var viewport=new Ext.Panel({ layout: 'border', width:1200, height:650, renderTo: Ext.getBody()...
2010 Jun 28
3
Upgrading MySQL
Hi; I'm trying to install django and got this error: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 So then I tried yum upgrade mysql and got this: No Packages marked for Update Please advise. TIA, Susan -------------- next part -------------- An HTML attachment was scrubbed.....
2011 Aug 07
1
SQL passdb lookups not working
Hello everyone, I'm trying to make dovecot do user authentication against a SQL database. The passwords (managed by Django) are stored as salted SHA1 encoded in hex. I monkey patched Django's password method so that the password hash is made with <password><salt> (Django does <salt><password>, the patched method was verified to return same value as dovecotpw) and the passwords are store...
2010 Apr 23
2
Blog ruby on rails/Django Fastes made
Hi I''ve got a little quetion. For school I''ve to make a blog either using ruby on rails or Django. I''ve to do this at home, install the languages, etc. I''ve to make screenshots while running the language and blog. tell why I chose that language and the files i made for the blog. What would be the fastes way to do this?? Thanks a lot already -- Posted via http://www.ruby-for...
2009 Aug 11
13
I've decided to use Rails... (I hope I made the right decision).
...he only reason why I''m hesitant is that a lot of the big name sites use php (facebook, wordpress, joomla, etc). At some point I''d like to write plugins and extensions for them and integrate with their API''s with my site, will Rails will do the trick? Also, I looked into django, the framework for python. I was sorta intrigued by python because that''s what google uses and I believe yahoo as well. However, there is 0.00% chance of my little ol'' web app ever reaching their seismic proportions, but from what I''ve read django is quite comparable to...
2012 Sep 12
2
django not picking up template change on CentOS
Don't know if anyone here can help me or not, but here's my problem: I have a django app. I develop on a Mac, but it's deployed on CentOS. I've been doing it like this for a long time with no issues. Today I changed a template on my Mac, and the change was picked up, no problem. I checked my change into git, went to a CentOS box, pulled the change down, but django is not pi...
2010 May 27
1
Question on Rails 3 : forms && ORM && ActiveModel
I''m a Django/Catalyst user that''s evaluating Rails ... I need a Ruby framework, and I''m trying to see if learning Rails is worth it or I should just go for Sinatra + various libs available. Django has a couple of things I like ... 1) the Forms API In Django I like that it''s being d...
2009 Sep 30
3
django like admin interface
Hi, I am building an application where i need to have an admin interface from where the admin can assign permission for different methods (create, edit etc.) in controller based on roles . It should be similar to django administration, where we can assign permission on methods based on the role. How can i do the implementaton ? Can anybody give me some pointers on how to start ? Thanks and Regards, Saurav -- Posted via http://www.ruby-forum.com/.
2015 Nov 14
0
Processed: reassign 804993 to libjs-pie-doc, fixed 804993 in 1.0.0+dfsg-2, affects 804993 ..., tagging 805060 ...
Processing commands for control at bugs.debian.org: > reassign 804993 libjs-pie-doc 1.0.0+dfsg-1 Bug #804993 {Done: Michael Fladischer <fladi at debian.org>} [libjs-pie-doc,python-django-classy-tags-doc] python-django-classy-tags-doc and libjs-pie-doc: error when trying to install together Bug reassigned from package 'libjs-pie-doc,python-django-classy-tags-doc' to 'libjs-pie-doc'. Ignoring request to alter found versions of bug #804993 to the same values previously...
2017 Dec 05
2
upgrading python
...;> >>>> I need a newer version of 2.7 to pick up a bug fix. How can I do that >>>> (without breaking anything in CentOS)? >>> you could use the anaconda software, it is independent of the OS >>> regards >> I am not familiar with that. This is for a django app, using nginx, >> uWSGI, and mysql - will it integrate easily with those components? > Anaconda is a python installation independent of the OS. > You can install it without root rights. Only your environment > has to change to use the new python version > > I think is easy t...
2006 Apr 09
0
Can rails create table if doesnt exist allready? (~django)
Hi I''d like rails to create the tables in the DB if they do not exist. Is this possible? Is there an easy way to do this? DJANGO does this which is nice, Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2008 May 15
0
RoR, Django and Seam source code analysis
Hi, In the great tradition of web framework comparisons ;-) : here is a blog entry focused on a source code analysis of RoR, Django and Seam: http://www.mininglabs.com/2008/05/13/web-frameworks-a-free-software-oriented-study --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to...