Re: Problem in Configuring the database

2011-05-06 Thread Stuart MacKay
basic things you need. You can "upgrade" to MySQL later. Regards, Stuart MacKay Lisboa, Portugal -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubsc

Re: Problem in Configuring the database

2011-05-06 Thread Stuart MacKay
options you have tried would make it easier to identify the problem. Regards, Stuart MacKay Lisboa, Portugal -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe

Re: Problem in Configuring the database

2011-05-09 Thread Stuart MacKay
Rajul, If disk space is a problem why did you install VMWare and SUse - it should be easier to run MySQL directly on Windows. If you are using a viurtual machine then the VMWare installation, SUSE and then MySQL is going to take a lot more space. At this point I would use SQLite just to get

Re: Loading project to alwaysdata

2011-05-10 Thread Stuart MacKay
Try Google Translate, http://translate.google.com/?hl=en#fr|en|, it's not perfect but it does rather a good job, particularly on formal documents. Regards, Stuart MacKay Lisboa, Portugal My problem with those is that I can't read french so I have no idea what it is saying. On M

Re: Apache + mod_wsgi deploy problem

2011-05-10 Thread Stuart MacKay
Can you telnet to the web server: telnet 80 (assuming it is listening on port 80). That would at least tell you whether your LAN setup was correct. Stuart MacKay Lisboa, Portugal -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Apache + mod_wsgi deploy problem

2011-05-10 Thread Stuart MacKay
jango production server on port 8000 and ssh and they works just fine from external hosts. Does that help? Thanks. 2011/5/10 Stuart MacKay <mailto:smac...@flagstonesoftware.com>> Can you telnet to the web server: telnet 80 (assuming it is listening on port 80). That would at leas

Re: How to choose a license for an app or a project?

2011-05-13 Thread Stuart MacKay
selections of links that describe the different types of Open Source licences available. Regards, Stuart MacKay Lisbon, Portugal What do you guys think about the MIT license? In what particular case would I be needing an MIT license? -- You received this message because you are subscribed to the Google

Re: How to choose a license for an app or a project?

2011-05-13 Thread Stuart MacKay
BoĊĦtjan, Details of the BSD (2 and 3 clause versions) can be found at, http://www.opensource.org/licenses/bsd-license. I use the 3-clause version for my Open Source projects which allows anybody to redistribute the code in binary form only. However if you really want to keep the source priva

Re: MEDIA and STATIC in a nutshell?

2011-05-15 Thread Stuart MacKay
. Each sentence has the same level of importance so it is easy to miss an important detail in the middle of a paragraph. Happily this confusion quickly disappears once you become more familiar with Django and the documentation style. Regards, Stuart MacKay Lisbon, Portugal Shawn, Thank you

Re: Experiences with virtualenv + Django?

2011-05-24 Thread Stuart MacKay
pip effectively does a clean install. Regards, Stuart MacKay Lisbon, Portugal I'd like to know what kind of experience people have had, in using virtualenv (to run a particular version of Python on a VPS) with Django, and related packages? Not *just* Django (and Python), I'm fairly

Re: installing django

2011-05-24 Thread Stuart MacKay
installing Django and second it will give everybody on this list who can help you with a good reference point for the steps you carried out. So when you say "I am having trouble with X" then it will be a lot easier to identify what the problem might be. Regards, Stuart MacKay Lisbon, Portug

Re: UK-based Django Host?

2011-05-25 Thread Stuart MacKay
I use a Linode 512 VPS hosted in London. So far it has been awesome. Stuart MacKay Lisbon, Portugal I know this question has been asked before, but the most recent thread I can find in the archives is from 2007, and presumably the landscape has changed since then. I'm looking for a Webfa

Re: django database

2011-05-26 Thread Stuart MacKay
your site is wildly successful - at this point you will be more than able to pay somebody else to worry about that. Regards, Stuart MacKay Lisbon, Portugal hi, do i have to install mysql to create a database in my website? tnx -- You received this message because you are subscribed to the

Re: 2 projects based on the same codebase

2011-06-14 Thread Stuart MacKay
is to some extent) but you easily avoid compatibility issues and then both projects are free to take whatever path works best. Regards, Stuart MacKay Lisbon, Portugal Hi, I developed a calltracking for our team and now, another team is interested to have their own calltracking. The best

Re: Authentication in API (REST)

2011-06-14 Thread Stuart MacKay
Neznez, The authentication problem is one that has never really been solved to any general level of satisfaction for REST APIs, since the connection should be stateless. For HTTP authentication there is either HTTPS + Basic or Digest. HTTPS + Basic considered to be the easiest to implement a

Re: Authentication in API (REST)

2011-06-15 Thread Stuart MacKay
oauth solves this problem well. What do you see wrong with it? Malcolm Sent from my iPhone, please excuse any typos On 14 Jun 2011, at 16:35, Stuart MacKay wrote: Neznez, The authentication problem is one that has never really been solved to any general level of satisfaction for REST APIs

Re: Split up .po files for Internationalization

2011-06-24 Thread Stuart MacKay
but at the cost of an extra step in preparing for deployment. Stuart MacKay Lisbon, Portugal On 24/06/2011 15:45, Gelonida wrote: On 6/24/2011 1:54 PM, Thomas M wrote: Hello django users, I want to use the django internationalization module to translate stuff. The problem is the large .po

Re: Implementing a User Search Feature

2011-06-30 Thread Stuart MacKay
The canonical answer for search in django is probably solr, http://lucene.apache.org/solr/ This probably covers all your search needs. haystack, http://haystacksearch.org/ should provide an easy to use API Stuart Mackay Lisbon, Portugal > Tried googling but couldn't come up with much.

Re: Implementing a User Search Feature

2011-06-30 Thread Stuart MacKay
something that could easily be found in the django docs. Stuart MacKay Lisbon, Portugal On Jun 30, 9:02 pm, Stuart MacKay wrote: The canonical answer for search in django is probably solr,http://lucene.apache.org/solr/This probably covers all your search needs. haystack,http://haystacksearch.org

Re: snippet

2011-07-27 Thread Stuart MacKay
w up until the bottom of the second page. Stuart MacKay Lisbon, Portugal Tried this snippet but not working http://djangosnippets.org/snippets/2306/ Anyone else tried it, I would like to drag and drop rows on django admin. Thanks. RJ -- You received this message because you are subscri

Re: Customizing Form Field HTML Attributes

2011-07-31 Thread Stuart MacKay
) url = forms.URLField() comment = forms.CharField( widget=forms.TextInput(attrs={'size':'40'}))" Regards, Stuart MacKay Lisbon, Portugal > > I would like to use the 'title' attribute of several form fields to hold our > help_text, rather th

Re: Django can't see my static files

2011-08-04 Thread Stuart MacKay
web server to serve up the files): if settings.DEBUG: urlpatterns += patterns('django.views.static', (r'^%s(?P.*)$' % settings.STATIC_URL[1:] , 'serve', {'document_root': settings.STATIC_ROOT}), ... ) This should get everything

Re: Localization of CharField entries

2011-03-22 Thread Stuart MacKay
The sync_transmeta_db command will set only the field for the language you select when it performs the schema conversion. The others will be null so you probably want to add some default content e.g. Needs Translation" or simply update all the other fields with the value you already have. Reg

Re: Hi multilingual charfields?

2011-03-31 Thread Stuart MacKay
One more vote for django-transmeta, http://code.google.com/p/django-transmeta/, it's really simply to use. I have used in a project for names and small sections of text. The admin integration is nice as it allows you to view the fields side-by-side so it makes the process of translation easy to

Re: framework web comparison

2011-04-08 Thread Stuart MacKay
Evaluating frameworks that are reasonably feature complete can only be a subjective exercise. You could compare features but even with a specific feature set that you were looking for you stil have to evaluate the claims to make sure that the framework supports it effectively. So you are left w