similar to: Can rails create table if doesnt exist allready? (~django)

Displaying 20 results from an estimated 100000 matches similar to: "Can rails create table if doesnt exist allready? (~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/.
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
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
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
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-
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
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: [{
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 picking
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
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
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
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
2006 Mar 30
7
Enterprise rails app with - about 100 tables
I''ve just started creating a web application with approx. 100 tables. Possibly more. Oracle is the DB. There exists a legacy schema I that i will use some of. So far i have created a small bit of the app, approx 10 tables. Im using webrick on my local machine. The Oracle DB is on its own server. My boss has noticed that its not really that zippy, there is a small delay between
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
2006 Apr 03
1
gem install rails -include--dependencies doesnt -> to 1.1
Running "gem install rails -include--dependencies" on a a unix box does not install rails 1.1. It just says rails 1.0.0 has been installed. Any ideas? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
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
2012 Apr 24
1
[LLVMdev] unwind.h, header file doesnt exist ??
I want to make svn access about compiler-rt. But, after running make clang_linux, I got this error result saying about: /home/user-compiler-rtllvm/projects/compiler-rt/lib/asan/asan_linux.cc:31:10: fatal error: 'unwind.h' file not found #include <unwind.h> ^ 1 error generated. make: ***
2004 Jun 23
1
specified user doesnt exist
when i want to try joining win2k workstation into samba 2.2.1a error message occured "specified user doesnt exist, but in win 9x and nt there is no problem ,does any know what should i do ? =========================================================================================== "Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, langsung dapat akses Internet
2006 Feb 08
5
Can rails cache a table?
We have a few tables that do not change, unless something big happens which will only happen when it is time to deploy. Is there a way to get Rails to cache the contents of these tables? We can''t just go to config files or not DB models for reasons I won''t get into. Thanks, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jun 18
2
[Q] Newbie (continued.. at least I got R running allready :-)
Hi all a week ago, I posted a newbie question in data smoothing & maximum-extraction with R. I got quite a lot of response, but I'm still kinda stuck with it... I'll restate the problem : i got a datafile with 2400 measuerements (every 250msec) of a CO2 measurement device, capturing the breath of a subject. I uploaded such a sample here :