LiveFyre vs disqus Commenting system

2014-03-03 Thread vijay shanker
Hi I was pondering over using livefyre's comment on my site (to have something similar to disqus). I am inquisitive about how it fared for people who had already used it, i.e can i get total comments count, can i collect user information of people who use it to comment upon, what are the pros a

can anyone suggest me some host which is Australia based and also django friendly?

2014-03-03 Thread lu zou
As above, can anyone suggest me some host which is Australia based and also django friendly?:) -- 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+unsu

Re: can anyone suggest me some host which is Australia based and also django friendly?

2014-03-03 Thread Mario Gudelj
Amazon now has a dc in Sydney. I believe that Gondor is au based as well. On 03/03/2014 10:44 pm, "lu zou" wrote: > As above, can anyone suggest me some host which is Australia based and > also django friendly?:) > > -- > You received this message because you are subscribed to the Google Groups >

create user define groups via interface

2014-03-03 Thread django-newb
I have build a simple site which is similar to a regular forum. I want to create a functionality where any user of the system can create a group via user interface. The functionality that I am thinking as follows: Interface allow a user to enter group name and three email address. Then when grou

Testing Multiple Sequential Forms in one Test Function

2014-03-03 Thread James P
Hello, I am having trouble trying to figure out how to test a set of multiple forms being submitted sequentially. I tried using FormWizard which works fine when I test manually in the browser, my session variables pass intact and I can move through multiple forms and do my transaction processin

Re: Terrible performance when dropping into raw SQL Oracle

2014-03-03 Thread junctionapps
Hey Shawn, would you do me a favour and try something a query with a implicit distinct like the following substituting YOURRECORDTABLE for whatever table holds your recordnumb as a unique value (I'm making a large assumption you have a table where each recordnum occurs once). Could you let me k

Re: can anyone suggest me some host which is Australia based and also django friendly?

2014-03-03 Thread Russell Keith-Magee
On Mon, Mar 3, 2014 at 7:55 PM, Mario Gudelj wrote: > Amazon now has a dc in Sydney. > As does Rackspace. However, both of those options are just normal cloud server options. You'll still need to do the devops part to turn a bare Ubuntu box into a working web server. This isn't too hard, but I'm

Re: Trouble with Django in production server.

2014-03-03 Thread Camilo Torres
On Sunday, March 2, 2014 10:36:51 PM UTC-4:30, Omar Acevedo wrote: > > I have inside a file called .bashrc, > source /home/userName/.env/env/bin/active, > which makes me be in in a virtual environment already, no? > It has a (env) to the left all the time. > I presume that that is "activating vir

Re: create user define groups via interface

2014-03-03 Thread Camilo Torres
On Monday, March 3, 2014 11:52:13 AM UTC-4:30, django-newb wrote: > > I have build a simple site which is similar to a regular forum. I want to > create a functionality where any user of the system can create a group via > user interface. The functionality that I am thinking as follows: Interface

Re: Trouble with Django in production server.

2014-03-03 Thread Omar Acevedo
No, the server itself it's not running in a virtualenv. Yes, it is a shared hosting service which it's both domain and account. And about the server, ... well, (idk), I'm using FastCGI, also, I followed this tutorial first -> https://help.asmallorange.com/index.php?/Knowledgebase/Article/View/140 ,

Re: Trouble with Django in production server.

2014-03-03 Thread Omar Acevedo
Also there's a file called .bashrc which activates the virtualenv. This is the line that does that: source /home/userName/.env/env/bin/activate So it runs (the virtualenv) always. Probably I'm still having problem because of the database file, ... but I don't know that else to do! Where to put

modification time in Python - Django

2014-03-03 Thread Jaap van Wingerde
views.py: ... pwd = os.path.dirname(os.path.realpath(__file__ )) home_lastmod = strftime('%Y-%m-%dT%H:%m:%SZ',gmtime(os.path.getmtime(pwd+'/templates/art_index.html'))) ... The template says: "2014-03-02T19:03:55Z". ... jaap@liakoster:~$ python Python 2.7.3 (default, Jan 2 2013, 13:56:14) [GC

[ELI5] how to deploy django

2014-03-03 Thread Walter Wang
I tried my best to follow the various guides out there, but the official documentation here https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/ has different instructions than the instructions here, https://www.digitalocean.com/community/articles/using-mod_wsgi-to-serve-applic

Re: [ELI5] how to deploy django

2014-03-03 Thread Sam Lai
On 4 March 2014 14:36, Walter Wang wrote: > I tried my best to follow the various guides out there, but the official > documentation here > https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/ has > different instructions than the instructions here, > https://www.digitalocean.com/