Re: Nginx versus Apache

2013-10-08 Thread Victor Manuel Quiñones Victor
+1 Nginx


On Tue, Oct 8, 2013 at 10:06 AM, Valder Gallo  wrote:

> +1 nginx
>
>
> On Tue, Oct 8, 2013 at 9:16 AM, Andreas Kuhne 
> wrote:
>
>> Hi,
>>
>> I was wondering, which server would be best for a production environment.
>> Nginx or apache? At the moment we are running both, nginx for static files
>> and apache + mod_wsgi for django. But in the future we will be moving our
>> static assets to S3 and cloudfront, so the reason for using nginx for that
>> will be gone.
>>
>> So now I am wondering which of the 2 webservers is the fastest and most
>> efficient in serving a django website?
>>
>> Regards,
>>
>> Andréas
>>
>> --
>> 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...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CALXYUbk2Sv6ia%3DhgHxDw%2BH0f6w89ys-q0zj7LDfBXWEKnENs_A%40mail.gmail.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> Valder Gallo
> +55 11 9949 2911
> +55 11 2532 2911
> Skype: valdergallo
> @valdergallo
> www.valdergallo.com.br
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAPjQhUU_n18vJCzpwDq_QikN2406Z7kizEscLwKSK61m1CM%2B7A%40mail.gmail.com
> .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABV2brhotnqRd7Vn8RafLc1uVSc_HuJP7%2B296pmNhn5MoagFxw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: view data tables?

2013-05-25 Thread Victor Manuel Quiñones Victor
Hi,

what do you mean with view tables? Pgadmin3 is a GUI for Postrges which has
a data browser and also you can edit data and table structure.


On Sat, May 25, 2013 at 8:53 PM, Kakar Arunachal Service <
kakararunachalserv...@gmail.com> wrote:

> Hi, how to view the tables in pg admin for postgresql database, or in
> workbench for mysql db.?? Like there's sqlite databse browser for sqlite3.
> Any other GUI maybe?
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: virtualenv setup

2012-12-29 Thread Victor Manuel Quiñones Victor
Hi Phil

sorry for the question, but, did you activate your virtualenv source?
$ source bin/activate (?)

Anyway, I'd try to install django via pip once you I have my virtualenv
created and activated.

Cheers

On Sat, Dec 29, 2012 at 7:01 PM, Phil  wrote:

> Hi,
>
> I have python/django working system wide. But am currently looking into
> using Heroku for a new project so am trying to get virtualenv setup for the
> first time. When I run "django-admin.py startproject whatever" it creates
> the project ok, but then when I run "python manage.py runserver 8080" from
> the project folder I get the following error...
>
> ImportError: No module named django.core.management
>
> Is it because at the top of my "manage.py" it is pointing to my system
> wide python(#!/usr/bin/env python) instead of my virtualenv one? If so how
> do I fix this? I tried changing the path at the top of the manage.py file
> but didn't seem to do anything.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/n4-fu8ioveIJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

-- 
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 email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django MongoDB

2012-11-26 Thread Victor Manuel Quiñones Victor
Hi guys

thank you Yati, this really help me. Will check right away.

Cheers

On Mon, Nov 26, 2012 at 2:32 AM, yati sagade  wrote:

> Hi. I've used django-nonrel for interfacing with the Google datastore on
> appengine and I use mongoengine for the rest. I guess mongoengine is the
> recommended way to work with mongodb on django. I've set up a small
> example, a Twitter clone that uses mongoengine. The app can be deployed on
> OpenShift, but the source should give you a clear view of what's going on.
> Check it out 
> here.
> The app is called twtapp. Look into settings.py to see how the mongodb
> connection is established there. Then take a took at twtapp/documents.py to
> see how to define documents (these are the mongodb equivalents of
> "models"). Then hack around to see how it all works. You can also deploy
> this app on openshift  to see it
> running in the cloud.  It really is very simple :)
>
> Regards
>
>
> On Sun, Nov 25, 2012 at 10:14 PM, Carlos Aguilar wrote:
>
>> You know which mongoengine and django-nonrel are 2 different libraries
>> for mongodb???
>>
>> Please select one and use it, but not both.
>>
>> Best Regards
>>
>> --
>> Carlos Aguilar
>> Consultor Hardware y Software
>> DWD&Solutions
>> http://www.dwdandsolutions.com
>> http://www.houseofsysadmin.com
>> Cel: +50378735118
>> USA: (301) 337-8541
>>
>>  --
>> 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 email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>
>
> --
> Yati Sagade
>
> Software Engineer at mquotient 
> 
>
> Twitter: @yati_itay  | Github: 
> yati-sagade
>
> Organizing member of TEDx EasternMetropolitanBypass
> http://www.ted.com/tedx/events/4933
>
> https://www.facebook.com/pages/TEDx-EasternMetropolitanBypass/337763226244869
>
>
>  --
> 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 email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

-- 
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 email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Django MongoDB

2012-11-25 Thread Victor Manuel Quiñones Victor
Hi guys


I'm having problems settings Django 1.4 with MongoDB. I already have
installed
MongoEngine and Django-nonrel from git repos, but still with problem.
I read somewhere that Django 1.4 it is not full compatible with MongoDB yet?

Error Message:

 File
"/usr/local/lib/python2.7/dist-packages/django_mongodb_engine/__init__.py",
line 13, in 
settings.INSTALLED_APPS.insert(0, 'django_mongodb_engine')
AttributeError: 'tuple' object has no attribute 'insert'

Any help?

Thank you all.

Victor


-- 
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

-- 
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 email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Object Serializer

2012-10-09 Thread Victor Manuel Quiñones Victor
Hi guys, I need some help here...

I need to serialize some objects and save them into the database. What
library would you suggest for it?

Thank you

-- 
Quiñones Victor Manuel
Tel: +54 0362 15 4 880839
Resistencia - 3500
Argentina

-- 
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 email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Web development newbie

2011-07-23 Thread Victor Manuel Quiñones Victor
Hi guys

I'm agree with those guys, no further python knowledge it is required to
start with django, but maybe in the future will be necesary to increase your
django skills.

good luck and enjoy django.

On Sat, Jul 23, 2011 at 11:04 AM, Furqan Rauf  wrote:

> One thing for sure you need to know some HTML + CSS as well I remember when
> I started Django I had my application but the UI sucked bad so put the combo
> on ur check list :D
>
>
> On Sat, Jul 23, 2011 at 8:52 AM, jocke khazad  wrote:
>
>> HI,
>>
>> To have some knowlege of python is of course helpful but I think you can
>> learn to write django applications quite fast starting with Djangos own
>> tutorial since you have programming knowlege form another language.
>>
>> https://docs.djangoproject.com/en/dev/intro/tutorial01/
>>
>> Good luck!
>>
>>
>> On Sat, Jul 23, 2011 at 3:29 PM, Paul Schewietzek <
>> tetsuo...@googlemail.com> wrote:
>>
>>> Some python knowledge is helpful, if not required.
>>>
>>> Since you should know general programming architectures from java, I
>>> recommend "Dive into Python" to learn python.
>>>
>>> http://diveintopython.org/
>>>
>>>
>>>
>>>
>>> 2011/7/23 Riefers 
>>>
 I've spent the 10+ years developing serverside apps in java. I've
 never done any web page developement. Someone recommended Django. Any
 suggestions on where to start? Is Django too advanced for me if I've
 never done web side developement?

 --
 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 email to
 django-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/django-users?hl=en.


>>>  --
>>> 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 email to
>>> django-users+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>
>>  --
>> 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 email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>
>
> --
> *-Furqan Rauf*
> *Do you love your creator? Love your fellow-beings first. -Prophet
> Muhammad
> *
> *http://www.amway.com/furqanrauf*
>
>  --
> 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 email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Quiñones Victor Manuel
Tel: +54 03722 684102
Resistencia - 3500
Argentina

-- 
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 email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.