Re: psycopg2 and django issue.. (again)

2007-07-11 Thread Etienne Robillard
TECTED]> wrote: > > On Tue, 2007-07-10 at 10:51 -0400, Etienne Robillard wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > > Hi all, > > > > I'm running into an issue using the latest psycopg2 module from svn. >

Re: Confusion over CRUD generic views and newforms

2007-07-25 Thread Etienne Robillard
I think the default value for {{ form }} is {{ form.as_table }}, so perhaps it is safe to just use the default {{ form }} within a table element: {{ form }} As for this error, it looks like the server didnt finished serving a request and crashed. Maybe upgrading Python and a couple of pytho

Re: Reutilizing views

2007-08-29 Thread Etienne Robillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Grupo, I think it would be better not using the minus sign for naming your front page function. Also, dont put weird attributes directly in a view, but instead use a dictionary in your urls.py (read "Passing extra options to view functions in

Re: Reutilizing views

2007-08-29 Thread Etienne Robillard
Grupo Django <[EMAIL PROTECTED]> wrote: > > Thanks Etienne! > By the way, the minus sign in the view was a mistake, I wanted to > write front_page. Anyway, it was just an example, in my case, the view > is called 'portada' = 'front page' in Spanish :

notmm-0.2.9 (phycocyanine) released

2008-01-20 Thread Etienne Robillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I'm pleased to announce the release of notmm-0.2.9. notmm is a heterogenous toolkit which strives at becoming a multi-purpose swiss knife for Django. It is fully unstable, unreviewed, and there's no favicon.ico yet... ;) The release

Re: Django with SQLAlchemy?

2008-02-13 Thread Etienne Robillard
Looks like they have resumed development, and looking forward on using Elixir. I guess that's not totally a bad idea... ;) http://code.google.com/p/django-sqlalchemy/source/browse/trunk/django_sqlalchemy/models/base.py Regards, Etienne On Feb 13, 2008 12:21 PM, Michael Hipp <[EMAIL PROTECTED]> w

Re: Setting request.GET when sending an HttpResponse

2008-02-13 Thread Etienne Robillard
I'll try to help ya a little... > I receive a request via GET and, based on request.GET, I generare a > result and send a HttpResponse. However, when sending the response, > I'd like to set additional parameters in the query string. > > For example, suppose I receive the following request: > > h

Re: Voici certains des sites Internet les plus intéressants -

2008-03-05 Thread Etienne Robillard
On Wed, Mar 5, 2008 at 3:48 PM, abidjana <[EMAIL PROTECTED]> wrote: > > Voici certains des sites Internet les plus intéressants - > > http://ordinary-stars.blogspot.com/ > > http://ilaarijs.blogspot.com/ > > http://www.foundshit.com/ > > http://laughingducks.wordpress.com/ > > http://crummychurchs

notmm-0.2.10p1 released to the wild...

2008-03-25 Thread Etienne Robillard
rball may be downloaded from: http://pypi.python.org/pypi/notmm/ For questions, comments or feedback: http://groups.google.com/group/notmm-discuss/ For more informations surrounding notmm development: http://tools.assembla.com/notmm/wiki/ Best regards, Etienne -- Etienne Robillard <[EMAIL P

Beta testers (and writers) wanted for the notmm project!

2008-04-01 Thread Etienne Robillard
50.00$ USD to anyone willing to to write and publish a short review for notmm. That review should be at least 200 lines long and should be written in proper english. Thanks in advance, Etienne -- The WISN (Women Initial Sequence Number) usually starts at 0. Etienne Robillard <[EMAIL PROT

Re: django + lighttpd + fastcgi = no logs and no clues

2008-04-10 Thread Etienne Robillard
On Thu, 10 Apr 2008 06:06:16 -0700 (PDT) annacoder <[EMAIL PROTECTED]> wrote: > > Hi, > I am trying hard to figure out why my lighttpd + fastcgi + django > setup is not working. > First, I have verified my django project is OK by running it with the > local web server provided by django. > >

Re: How to use dojo toolkit in django?

2008-04-14 Thread Etienne Robillard
On Mon, 14 Apr 2008 00:13:35 -0700 (PDT) Duke <[EMAIL PROTECTED]> wrote: > > How to use dojo toolkit in django project? > Where to store the dojo toolkit in the project and how to use them in > the html page? > http://code.djangoproject.com/wiki/AJAX/Dojo/RefactoredFormSubmit Feel free to rev

technomobilequebec.com

2008-04-14 Thread Etienne Robillard
Hi, Here is a link to technomobilequebec.com, a small computer services and repair website. This site is powered by a development snapshot of notmm (revision 674) and also requires a modified Django tree. Moreover, it uses FastCGI to communicate with Nginx, which makes things quite efficient a

Re: Sorry to butt in. I'm just trying to get my message out.

2008-05-03 Thread Etienne Robillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 2 May 2008 11:49:19 -0700 (PDT) Slayer <[EMAIL PROTECTED]> wrote: > > Please come check out SaveTheWorld. It's my own group that I'm trying > to get started. > There's no harm in looking is there? Come see what I'm trying to do > to change

Updated notmm docs now available

2008-05-18 Thread Etienne Robillard
Hi list, I've updated the documentation for the notmm project: http://gthc.org/projects/notmm/ Please note that this page doesn't require Flash nor Javascript to be viewed. :) Cheers, Etienne --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: Model inheritance and primary keys

2008-06-03 Thread Etienne Robillard
On Tue, 3 Jun 2008 12:33:25 +0200 ekellner <[EMAIL PROTECTED]> wrote: > > As I was looking at model inheritance with admin recently, I came > across this issue: > http://code.djangoproject.com/ticket/6755 > > I'm thinking now that the underlying issue that I'm seeing, and what > the patch in 67

Re: Title: Once again, subclassing User, UserProfile, Multiple User types...

2008-06-16 Thread Etienne Robillard
On Mon, 16 Jun 2008 11:58:48 -0700 (PDT) radioflyer <[EMAIL PROTECTED]> wrote: > > I've spent quite a lot of time reading through information about > extending Django's User model. I've read the arguments about > inheritance vs. user profiles. I've seen some posts in this forum > where the examp

Re: Damn unicode error

2008-06-24 Thread Etienne Robillard
On Tue, 24 Jun 2008 07:33:14 -0700 (PDT) "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > The unicode stuff continues to give me no end of headaches. This > morning I keep getting the error below. As near as I can tell, when I > call AddManipulator it's getting the related fields, and there's

Re: The Lost Fingers

2008-06-27 Thread Etienne Robillard
On Fri, 27 Jun 2008 11:47:35 +0100 "Emily Rodgers" <[EMAIL PROTECTED]> wrote: > > I am listening to Django and Stephane right now (and using Django) :) Emilie-Claire Barlow is also a great pick for smooth jazz lovers! She's from Canada, but I'm not sure if she's at the Montreal jazz fest, howe

notmm-devel-0.2.9p2 now available via Subversion!

2007-09-17 Thread Etienne Robillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, I've done some new changes to the notmm toolkit and was thinking to release some new documentation here. [1,2] In a nutshell, the new features are: - The package ``apps.newadmin'' can now be used as a drop-in replacement for ``dj

Re: ANN: Reusable apps for Django - django-reusableapps 0.1

2007-11-19 Thread Etienne Robillard
On Nov 19, 2007 8:59 AM, Jannis Leidel <[EMAIL PROTECTED]> wrote: > > Hi users, > > django-reusableapps [1] is yet another approach on enabling Django to > load reusable, pluggable, egg-based applications without changing the > Django sourcecode. Think of plugins or components, e.g. django- > regi

TypeError: unorderable types: CharField() < CharField()

2017-10-25 Thread Etienne Robillard
ivestore/contrib/django-1.4/django/db/models/options.py", line 171, in add_field self.local_fields.insert(bisect(self.local_fields, field), field) TypeError: unorderable types: CharField() < CharField() -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ -- You received

Re: TypeError: unorderable types: CharField() < CharField()

2017-10-25 Thread Etienne Robillard
compatibility but it can't do everything. I think you'll spend less time updating your application to a supported version of Django which supports Python 3 than you would adding Python 3 support to Django 1.4. On Wednesday, October 25, 2017 at 12:10:15 PM UTC-4, Etienne Robillard wrote

Null characters in SQL query after having migrated to python 3.5.3

2017-10-26 Thread Etienne Robillard
Hi, I successfully ported Django 1.4.22 to Python 3.5.3. However, I'm getting a unexpected issue when attempting to fetch a new session key with the _get_new_session_key() function. Environment: Request Method: GET Request URL: http://localhost:8133/admin/ Django Version: 1.4.22 Python Ver

Re: Possible Bug Regarding model choices and form hidden input?

2017-10-28 Thread Etienne Robillard
FkpmVNnz39Gt7NMjJUX9jXsr9tenGYhwgG_GA%40mail.gmail.com <https://groups.google.com/d/msgid/django-users/CAEH8JE3HuYObgFkpmVNnz39Gt7NMjJUX9jXsr9tenGYhwgG_GA%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienn

[ANNOUNCE] Django-livestore 1.0-beta1 is out

2017-10-30 Thread Etienne Robillard
3.5.3 support and bugfixes. Download: - http://www.isotopesoftware.ca/pub/livestore/django-livestore-1.0-beta1.tar.xz - https://bitbucket.org/tkadm30/livestore/ For support, please ask a question to django-hotsa...@googlegroups.com Best regards, Etienne -- Etienne Robillard tkad...@yandex.com

Re: how to create path for sqlite3 in django? I'm unable to access my database.

2017-10-30 Thread Etienne Robillard
_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: WSGI Steps and Sequence ... django.setup() reduces latency?

2017-11-07 Thread Etienne Robillard
t;https://groups.google.com/d/msgid/django-users/0c3d11a9-b72a-4322-a97a-da33d60cefdc%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ -- You receiv

Extending WSGI with Cython

2017-11-07 Thread Etienne Robillard
utput buffering: cdef class BaseControllerMixIn(object):     cdef async streamed_get_response(self, request, ...):     response = callback(request, *args, **kwargs)     return response What do you think? Etienne -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftw

Re: WSGI Steps and Sequence ... django.setup() reduces latency?

2017-11-10 Thread Etienne Robillard
Hi, Le 2017-11-10 à 08:50, guettli a écrit : AFAIK django.setup() gets done implicit for web requests, you only need to call it for scripts. What do you mean with "when django.setup() is disabled"? But maybe in my code base something works different than in standard django. Up to now I

Django-hotsauce 0.8.2

2017-11-23 Thread Etienne Robillard
a bug to django-hotsa...@googlegroups.com Cheers, Etienne -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: Django Channels and multi-tenant will this be a world of hurt?

2017-11-25 Thread Etienne Robillard
GbUT8XfA%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users

Re: How to configure NGINX to run Django app in a subpath?

2017-11-27 Thread Etienne Robillard
%2BFDnhLuJEm4kE1D1FHMApW8nYQv%2BWi1Xt9R7o07bgOwqLGsjw%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscr

Re: How to configure NGINX to run Django app in a subpath?

2017-11-29 Thread Etienne Robillard
ca Moiana > wrote: Googling around I found this page http://albertoconnor.ca/hosting-django-under-different-locations.html <http://albertoconnor.ca/hosting-django-under-different-locations.html> but ain't working for me Il giorno l

memory leak in django app?

2017-12-06 Thread Etienne Robillard
ion, but it does not appears to make any differences. Can you recommend any libraries to debug/profile memory allocation in Python 2.7 ? Is Django more memory efficient with --pymalloc or by using the default linux malloc() ? Thank you in advance, Etienne -- Etienne Robillard tkad

Re: memory leak in django app?

2017-12-06 Thread Etienne Robillard
ards, Antonis Antonis Christofides http://djangodeployment.com On 2017-12-06 14:04, Etienne Robillard wrote: Hi all, I'm struggling to understand how django/python may allocate and unallocate memory when used with uWSGI. I have a Debian system running Python 2.7 and uwsgi with 2GB of RAM

Re: memory leak in django app?

2017-12-06 Thread Etienne Robillard
production? What about when you run a development server? What is the memory usage of your development server? Antonis Christofides http://djangodeployment.com On 2017-12-06 15:05, Etienne Robillard wrote: Hi Antonis, Thank you for your reply. I installed the htop utility and found that 2 of my

Re: memory leak in django app?

2017-12-06 Thread Etienne Robillard
Django. For example, running the development server with wsgiref on my local host do not take more than 3.5% of rss memory with DEBUG=True. Regards, Etienne Regards, Antonis Antonis Christofides http://djangodeployment.com On 2017-12-06 19:38, Etienne Robillard wrote: Hi Antonis, M

uwsgi stats middleware for Django

2017-12-07 Thread Etienne Robillard
standard Django view: def someview(request):     # retrieve the number of active requests (connections)     connections = request.environ['uwsgi.requests'] What do you think? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message b

Re: uwsgi stats middleware for Django

2017-12-08 Thread Etienne Robillard
m uWSGI's stats server. http://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html In order to get that JSON via HTTP requests, your server ".ini" should receive extra arguments to start an stats server listening to the specified port and application must be somehow aware of su

Re: uwsgi stats middleware for Django

2017-12-09 Thread Etienne Robillard
    {% trans "Busy threads" %}             {{stats.threads_busy}}                     {% trans "Total processed r

Re:

2017-12-09 Thread Etienne Robillard
r>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

Re: ModelAdmin Media JS file order issue in Django 2.0

2017-12-10 Thread Etienne Robillard
ango-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/

[OT] Is Trump planning to break the Internet?

2017-12-10 Thread Etienne Robillard
is a brilliant technology allowing billions of people to share their knowledge independently. We must defend at all costs its very own foundations and protect it from censorship and tyranny! Sincerely, Etienne Robillard https://www.fightforthefuture.org/ -- Etienne Robillard tkad

Re: nginx error in Digital Ocean

2017-12-12 Thread Etienne Robillard
.google.com/d/msgid/django-users/48496a0d-60c8-41f1-8721-4b379bf47d92%40googlegroups.com <https://groups.google.com/d/msgid/django-users/48496a0d-60c8-41f1-8721-4b379bf47d92%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout.

Re: can't create app in putty

2017-12-13 Thread Etienne Robillard
on on the web visit https://groups.google.com/d/msgid/django-users/3cf5b8f8-dcdc-4827-9af6-0878fb33ce22%40googlegroups.com <https://groups.google.com/d/msgid/django-users/3cf5b8f8-dcdc-4827-9af6-0878fb33ce22%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https

Re: Decrypting Password

2017-12-14 Thread Etienne Robillard
2c-493d-ad34-a7ca43524318%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Djan

How to implement full-text search in Django?

2017-12-16 Thread Etienne Robillard
Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@

Re: How to implement full-text search in Django?

2017-12-16 Thread Etienne Robillard
ge of backends. On 16/12/2017, Etienne Robillard wrote: Hi all, I would like some input on implementing a full-text search engine for my website and blog. I really don't want to use Google search API or a external webservice to index my documents. Also, my blog is powered by ZODB while my ma

Re: Still having trouble with django-filebrowser

2017-12-17 Thread Etienne Robillard
;https://groups.google.com/d/msgid/django-users/f9a34b92-9005-4cda-a4a6-40efc00dcf28%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You recei

Re: Still having trouble with django-filebrowser

2017-12-18 Thread Etienne Robillard
have also deleted my project/templates/admin folder and still no change from the screenshot sent earlier - which I did not see so I'll attach a new one to this email. Cheers Mike On 18/12/2017 11:35 AM, Mike Dewhirst wrote: On 18/12/2017 9:28 AM, Etienne Robillard wrote: Hi Mike, What Dja

Re: Geo problem. TypeError: get_distance() got an unexpected keyword argument 'handle_spheroid'

2017-12-18 Thread Etienne Robillard
d-3a98-4ebb-9603-2535127f0698%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups &q

Re: How to send parameter to view?

2017-12-19 Thread Etienne Robillard
id/django-users/ddc3b1d3-32a3-4457-a36d-5cbbea6255b6%40googlegroups.com <https://groups.google.com/d/msgid/django-users/ddc3b1d3-32a3-4457-a36d-5cbbea6255b6%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad.

Django-hotsauce-oauthclient 0.2 is out

2017-12-21 Thread Etienne Robillard
anges: - Added experimental HTTPS support. For more info please see: https://www.isotopesoftware.ca/wiki/DjangoHotSauce/OAuth Cheers, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups &q

Re: 'WSGIRequest' object has no attribute 'user'

2017-12-25 Thread Etienne Robillard
jango-users/2f504ec2-ddde-4bd9-95ed-74edf91584b0%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscri

Re: DJANGO NOT FOUND

2017-12-25 Thread Etienne Robillard
Ev9jCqT2h%3Dd5K4QocPUjx4MvnNiNwQDQ9ZyAkdv5gg%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to

[ANN] BlogEngine 0.8.2 release

2017-12-26 Thread Etienne Robillard
gine2/blogengine2-0.8.2.tar.gz https://pypi.python.org/pypi/blogengine2/0.8.2 Changes: - Bugfixes release - Updated to django-hotsauce 0.8.2 For more info, please see the wiki: https://www.isotopesoftware.ca/wiki/BlogEngine Cheers, Etienne -- Etienne Robillard tkad...@yandex.com

'module' object has no attribute 'lru_cache'

2017-12-27 Thread Etienne Robillard
Hi, I'm trying to upgrade my development server to Django 2.0 using setup.py develop command: erob@marina:~/ncvs/django$ sudo python setup.py develop Traceback (most recent call last):   File "setup.py", line 32, in     version = __import__('django').get_version()   File "/home/erob/ncvs/djan

Re: 'module' object has no attribute 'lru_cache'

2017-12-27 Thread Etienne Robillard
OK, I've read the INSTALL file and noticed that Django dropped support for Python 2.7. Any reasons for dropping support for Python 2.7 in the first place ? Regards, Etienne Le 2017-12-27 à 05:05, Etienne Robillard a écrit : Hi, I'm trying to upgrade my development server to

Re: Possible bug Django 2.0 CreateView generic CBV

2017-12-29 Thread Etienne Robillard
sers+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/dj

Re: Still having trouble with django-filebrowser

2017-12-29 Thread Etienne Robillard
Hey Mike, Please take a look at this: https://stackoverflow.com/questions/3231432/admin-field-fails-to-save-with-tinymce-and-filebrowser-in-django Best regards, Etienne Le 2017-12-29 à 17:30, Mike Dewhirst a écrit : On 18/12/2017 8:23 PM, Etienne Robillard wrote: Looks likes this is using

Re: Django: text, font, and style

2018-01-01 Thread Etienne Robillard
ogle.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0b700a53-7812-4a64-a690-0f606980179f%40googlegroups.com <https://groups.google.com/d/msgid/django-users/0b700a53-7812-4a64-a690-0f606980179f%40googlegroups.com?utm_medium=email&utm_source

Re: How to convert Queryset to String?

2018-01-02 Thread Etienne Robillard
.com/d/msgid/django-users/9d47f644-68f6-4939-a0f2-65b4681701b5%40googlegroups.com <https://groups.google.com/d/msgid/django-users/9d47f644-68f6-4939-a0f2-65b4681701b5%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- E

Re: How can i get more clear understanding on django models?

2018-01-05 Thread Etienne Robillard
gid/django-users/39e00f5e-41d1-4d17-8116-41db3c6ab072%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you a

Re: MongoDB and Django

2018-01-07 Thread Etienne Robillard
.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: Handling secret keys in digitalocean

2018-01-10 Thread Etienne Robillard
ur site in digitalocean, where will you have to store your secret keys. And how will you load it in your settings.py file.? I am a newbie when it comes to deploying, anyhelp will please.!!! -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message becau

Re: Handling secret keys in digitalocean

2018-01-10 Thread Etienne Robillard
//groups.google.com/d/msgid/django-users/52e78880-3127-42c3-b2de-50a451b22072%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this m

Re: Handling secret keys in digitalocean

2018-01-10 Thread Etienne Robillard
glegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Is CSRF middleware to be taken seriously (from a XSRF point of view)?

2018-01-16 Thread Etienne Robillard
isit https://groups.google.com/d/msgid/django-users/9c4a794f-aa9e-4c00-ba20-779ad7a87d2a%40googlegroups.com <https://groups.google.com/d/msgid/django-users/9c4a794f-aa9e-4c00-ba20-779ad7a87d2a%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.

Re: Is CSRF middleware to be taken seriously (from a XSRF point of view)?

2018-01-16 Thread Etienne Robillard
to:secur...@djangoproject.com>. On Tue, Jan 16, 2018 at 1:26 AM, Etienne Robillard <mailto:tkad...@yandex.com>> wrote: Hi Stephan, I'm also interested to understand why I should have some form of CSRF protection for my wsgi app... perhaps recoding the Django 1.

Re: Is CSRF middleware to be taken seriously (from a XSRF point of view)?

2018-01-16 Thread Etienne Robillard
See this: https://www.owasp.org/index.php/SameSite Cheers, Etienne Le 2018-01-16 à 10:36, knbk a écrit : How does using nginx protect against CSRF attacks? Marten On Tuesday, January 16, 2018 at 10:49:21 AM UTC+1, Etienne Robillard wrote: A much more practical way to improve

Re: 'WSGIRequest' object is not callable error generate

2018-01-19 Thread Etienne Robillard
0googlegroups.com <https://groups.google.com/d/msgid/django-users/9a822b59-f3cb-4024-955a-11c8e9ca8a9e%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopes

How to autoGenerate C bindings for Django 1.11 ?

2018-01-23 Thread Etienne Robillard
Hi, I would like to know if it would be possible to autogenerate C bindings for the whole Django package in Cython or similar extension. What do you think? :) Cheers, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you

Re: How to autoGenerate C bindings for Django 1.11 ?

2018-01-23 Thread Etienne Robillard
Can I create a file named libdjango.pyx with the following code: {{{ import django from django import * }}} Then compile the C file with gcc to access django in C ? Etienne Le 2018-01-23 à 04:32, Etienne Robillard a écrit : Hi, I would like to know if it would be possible to

Re: How to autoGenerate C bindings for Django 1.11 ?

2018-01-24 Thread Etienne Robillard
an 2018 9:56 PM, "Etienne Robillard" > wrote: > >> Can I create a file named libdjango.pyx with the following code: >> >> {{{ >> >> import django >> >> from django import * >> >> }}} >> >> Then compile the C file with gc

Re: How to autoGenerate C bindings for Django 1.11 ?

2018-01-24 Thread Etienne Robillard
web visit https://groups.google.com/d/msgid/django-users/9210f6ce-e01c-423f-a1a7-1eae6fe596a0%40googlegroups.com <https://groups.google.com/d/msgid/django-users/9210f6ce-e01c-423f-a1a7-1eae6fe596a0%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://gr

Re: How to autoGenerate C bindings for Django 1.11 ?

2018-01-25 Thread Etienne Robillard
Is it possible to wrap Django API into public C methods in Cython? I'm thinking I could define a few functions in my libdjango.pyx typically used for Django administration. What do you think? Etienne Le 2018-01-24 à 06:26, Etienne Robillard a écrit : Hi Jason, Le 2018-01-24 à 06:11,

Native JIT compiler for Django?

2018-01-27 Thread Etienne Robillard
Hi, I would like to know if it's possible to compile Django code with a JIT compiler to a C file using LLVM? What do you think? Etienne Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups &q

Re: Native JIT compiler for Django?

2018-01-28 Thread Etienne Robillard
ed to optimize your python code before trying such an extreme actions? 27.1.2018 9.04 ip. "Etienne Robillard" <mailto:tkad...@yandex.com>> kirjoitti: Hi, I would like to know if it's possible to compile Django code with a JIT compiler to a C file using LLVM? Wh

Re: Native JIT compiler for Django?

2018-01-28 Thread Etienne Robillard
ow in my apps. [1] http://pypy.org/ On Sun, Jan 28, 2018 at 10:53 AM, Etienne Robillard mailto:tkad...@yandex.com>> wrote: Hi Jani, I don't want to optimize my code manually except with machine-compiled instructions. Cheers, Etienne Le 2018-01-28 à 0

Re: [pypy-dev] How to implement a JIT compiler for Django ?

2018-01-28 Thread Etienne Robillard
to speed up what exactly... I'm looking to use JIT as a replacement for Cython in a upcoming Django-hotsauce release. :) Cheers, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Gr

Re: [pypy-dev] How to implement a JIT compiler for Django ?

2018-01-28 Thread Etienne Robillard
Great! Thanks very much for this post, Yury. I'll do just what you suggested. :) Cheers, Etienne Le 2018-01-28 à 07:35, Yury V. Zaytsev a écrit : On Sun, 28 Jan 2018, Etienne Robillard wrote: Anyways, having that said, I can't even infer what your original line of thinking wa

Re: Native JIT compiler for Django?

2018-01-28 Thread Etienne Robillard
ca1-4c33-a819-6c524c76deb1%40googlegroups.com <https://groups.google.com/d/msgid/django-users/b5f37295-8ca1-4c33-a819-6c524c76deb1%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.co

Re: Native JIT compiler for Django?

2018-01-28 Thread Etienne Robillard
Hi Jani, I agree. I'm really not interesting in "fixing" bad code. I work with open-source grade only softwares like Django. :) Cheers, Etienne Le 2018-01-28 à 08:30, Jani Tiainen a écrit : Hi. 28.1.2018 3.10 ip. "Etienne Robillard" <mailto:tkad...@yandex.com

Re: Native JIT compiler for Django?

2018-01-28 Thread Etienne Robillard
whats the whole fuzz about JIT and all that if you're happy with Django as is and how it works with Python..? :-o On Sun, Jan 28, 2018 at 3:45 PM, Etienne Robillard <mailto:tkad...@yandex.com>> wrote: Hi Jani, I agree. I'm really not interesting in "fixin

Django-hotsauce 0.9.0 is out!

2018-01-28 Thread Etienne Robillard
s for experimental use only. Schevo and ZODB databases are supported in this release! Have fun! :)) Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Re: need to find out if someone is an orphan when I have mother_alive and father_alive fields in the database

2018-01-29 Thread Etienne Robillard
126-636231b36bfd%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "D

Re: Django api call in view unable to save for foreign key userId

2018-01-30 Thread Etienne Robillard
erializer(many=False)| Perhaps you could trace the error in serializers.ModelSerializer by using pdb ? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group.

Django-hotsauce: Current status and roadmap

2018-01-31 Thread Etienne Robillard
should be done next? How can Django-hotsauce attract a larger audience? Best regards, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: Django-hotsauce: Current status and roadmap

2018-01-31 Thread Etienne Robillard
er to make cool benchmarks. :) Many thanks for your input! Etienne On 31 Jan 2018 12:35, "Etienne Robillard" <mailto:tkad...@yandex.com>> wrote: Hi everyone, This is a quick post to present the current state of development in Django-hotsauce, a

Re: Django-hotsauce: Current status and roadmap

2018-01-31 Thread Etienne Robillard
Hi, Any ideas of good python library for benchmarking standalone Django 2.0 http server? Thanks in advance, Etienne Le 2018-01-31 à 07:38, Etienne Robillard a écrit : Hi Avraham, Le 2018-01-31 à 06:35, Avraham Serour a écrit : Why do you call it microframework? Because it still

Re: Django-hotsauce: Current status and roadmap

2018-02-01 Thread Etienne Robillard
Hi, Actually, I want to benchmark the WSGI application/handler of Django 2.0.1. And, I want to compare the Gevent loop engine with python based poll/epoll . Do i really need to setup django with uwsgi to make theses tests/benchmarks? Etienne Le 2018-01-31 à 19:02, Etienne Robillard a écrit

Re: Django-hotsauce: Current status and roadmap

2018-02-04 Thread Etienne Robillard
Hi, Is wrk (https://github.com/wg/wrk) any better than ab for making HTTP benchmarks of django applications? how should i collect wrk input to make graphs in Python? Etienne Le 2018-02-01 à 04:27, Etienne Robillard a écrit : Hi, Actually, I want to benchmark the WSGI application/handler

Re: Please support Django Girls Fundraising Campaign (sorry for irrelevant topic in this group)

2018-02-06 Thread Etienne Robillard
view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJ8iCyOfov04jCSAJKioD_Ha7Uqj49LZ%3DxvPaLhrd4w8V9G4nA%40mail.gmail.com <https://groups.google.com/d/msgid/django-users/CAJ8iCyOfov04jCSAJKioD_Ha7Uqj49LZ%3DxvPaLhrd4w8V9G4nA%40mail.gmail.com?utm_medium=email&utm_source

Re: Django-hotsauce: Current status and roadmap

2018-02-06 Thread Etienne Robillard
lite3 when using standard Django 1.11 models. i would also like to measure the speed of ZODB connections. Is it possible to not use uWSGI while running Django benchmarks with unittest? Best regards, Etienne Le 2018-02-04 à 04:19, Etienne Robillard a écrit : Hi, Is wrk (https://github.com/w

Re: Please support Django Girls Fundraising Campaign (sorry for irrelevant topic in this group)

2018-02-06 Thread Etienne Robillard
.com/d/msgid/django-users/CAJ8iCyOfov04jCSAJKioD_Ha7Uqj49LZ%3DxvPaLhrd4w8V9G4nA%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>. -- Etienne Robillard tkad...@yandex.com <mailto:tkad.

Re: One domain doesn't work for multiple django projects in one DigitalOcean droplet

2018-02-09 Thread Etienne Robillard
roups.com>. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bdde099a-bf5d-4362-b5ee-feb643249622%40googlegroups.com <https://groups.google.com/d/msgid/django-users/bdde099a-bf5d-4362-b5

Re: How to install and use Django

2018-02-09 Thread Etienne Robillard
: https://docs.djangoproject.com/en/2.0/ref/applications/ Homebrew: https://brew.sh/ Virtualenv: https://virtualenv.pypa.io/en/stable/ Virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/install.html -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You

Re: hi

2018-02-10 Thread Etienne Robillard
&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from th

Re: How to install and use Django

2018-02-10 Thread Etienne Robillard
a standard location. Best regards, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

  1   2   >