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
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
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
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
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.
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
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
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
. 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
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
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
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
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
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
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
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
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
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.
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
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
)
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
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
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
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
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
25 matches
Mail list logo