Hello,
Does this help you? http://wiki.alwaysdata.com/wiki/Deploying_a_Django_App
Regards
--
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 from this group, send
Hi,
From their wiki [1], they provide a link for activating your ssh
account [2]. Then, you can connect from your client (they link to PuTTY
[3]). I see that your host provides a browser based client [4].
Using a ssh client is really easy, you've done hardest things. Just
install it, connect
Hello,
For Windows, I tried many ways that worked but I finally installed
Visual Studio 2008 C++ for the compilation problems and only pillow and
psycopg2 resist in my case (I simply extract the content of the binaries
from http://www.lfd.uci.edu/~gohlke/pythonlibs/, copy content from
'SCRIPT
Hello,
I don't know where you're trying the troublesome reverse but maybe the
following can help.
# myproject.urls
from django.conf.urls import patterns, url
from django.utils.translation import ugettext_lazy as _
from django.conf.urls.i18n import i18n_patterns
from help.views import HelpVi
Hello,
In that case, I would use a filter that
returnos.path.splitext(myfile.path)[1] (the result will be '.jpeg' with
your example).
Regards,
Michel
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop r
en it using language defined in
user's session ('en').
Thanks in advance,
Felipe
On Friday, February 7, 2014 11:23:39 PM UTC-2, werefrog wrote:
Hello,
I don't know where you're trying the troublesome reverse but maybe the
following can help.
# myproject.url
Felipe,
Sorry, I'm quite busy these days.
Here is the beginning of something, but I'd prefer to avoid the 'myurl'
function. I'm not a dev' so you'll probably jump looking at that.
The base idea was to use only 'mypatterns' for obtainning the same
results we handwritten previously, including
Hello Kyle,
I have no clue of what's happening at your Home object request but you
have two urls sharing the same name. You can allow the two urls in the
same pattern like this:
url(r'^(index\.html/)?$', views.index, name='index'),
Here, the group (index\.html/) can be found once or not at a
Hi John,
You might want to search for django+faceted+search. Is it what you're
looking for?
Best regards
Le 17/12/2014 16:20, John Rodkey a écrit :
Hi All, I apologize if this has been answered, but what is the best way to
search/query a model based on filters.
For example, say we are sett
9 matches
Mail list logo