similar to: django not picking up template change on CentOS

Displaying 20 results from an estimated 2000 matches similar to: "django not picking up template change on CentOS"

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(), items: [{
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/python2.6/site-packages/django followed by the setup.py install. My django app
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 89522
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 forms (and/or any other forms that django supports)? Thanks-
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
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 included in my php-sites, and
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
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, set samba passwords
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
2006 Aug 30
0
Django and Rails...
Restaurants? http://www.djangorestaurant.com http://www.railscafe.com (also redirects from railsrestaurant.com) I wonder which is better? ;P Joe -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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
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
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... URL:
2009 Aug 11
13
I've decided to use Rails... (I hope I made the right decision).
I''ve read a ton of comparisons that compare one framework to another, and one language to another. There''s so much conflicting advice out there that it''s hard to know what is best. Did I make the right choice choosing Rails for my first web project? I guess we''ll see. The only reason why I''m hesitant is that a lot of the big name sites use php
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
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 decoupled from models ... form objects have fields with validation rules that
2012 Feb 23
1
Sorted hash in template example
I''m building a module to handle django local_settings.py and I''m using a hash to store the database settings. The problem I ran into was the if I had multiple databases defined then it was possible for the config file to be recreated as the order of the databases in the hash wasn''t guaranteed. To work around this I sorted all the keys in the hash and enumerated over
2017 Dec 05
2
upgrading python
On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote: > On 05.12.2017 14:05, Larry Martell wrote: >> >> I am running CentOS 7 and I have python version: >> >> Python 2.7.5 (default, Sep 15 2016, 22:37:39) >> >> I need a newer version of 2.7 to pick up a bug fix. How can I do that >> (without breaking anything in CentOS)? >
2017 Dec 05
2
upgrading python
On 12/05/2017 02:45 PM, Kai Grunau wrote: > On 05.12.2017 14:24, Larry Martell wrote: >> On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote: >>> On 05.12.2017 14:05, Larry Martell wrote: >>>> I am running CentOS 7 and I have python version: >>>> >>>> Python 2.7.5 (default, Sep 15 2016, 22:37:39) >>>>