Re: ecommerce like openCart in php

2012-04-11 Thread Eugene MechanisM
https://github.com/RaD/dishop

четверг, 12 апреля 2012 г., 2:34:07 UTC+4 пользователь randa hisham написал:
>
>
> iam searching for an ecommerce  open source like OpenCart in php 
> -  - 
> Randa Hesham
> Software Developer
>
> Twitter:@ro0oraa 
> FaceBook:Randa Hisham 
>
> ٍ
>
> 

-- 
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/-/TMUAQ2LtgoYJ.
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: ecommerce like openCart in php

2012-04-11 Thread Eugene MechanisM
I would recommend this shop http://tangentlabs.github.com/django-oscar/

четверг, 12 апреля 2012 г., 2:34:07 UTC+4 пользователь randa hisham написал:
>
>
> iam searching for an ecommerce  open source like OpenCart in php 
> -  - 
> Randa Hesham
> Software Developer
>
> Twitter:@ro0oraa 
> FaceBook:Randa Hisham 
>
> ٍ
>
> 

-- 
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/-/Qtw1T16F2WMJ.
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 Donations App

2011-05-04 Thread Eugene MechanisM
https://launchpad.net/django-donation

-- 
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: upload files via ajax

2011-01-12 Thread Eugene MechanisM
I'm using Plopload http://plupload.com it's very nice!!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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: mod_wsgi or mod_fcgi

2011-02-24 Thread Eugene MechanisM
I'll advice you to use nginx+uwsgi stack.

-- 
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: mod_wsgi or mod_fcgi

2011-02-24 Thread Eugene MechanisM
You can check out this tutorial:
http://www.jeremybowers.com/blog/post/5/django-nginx-and-uwsgi-production-serving-millions-page-views/
I prefer to use also Varnish and Memcached with this stack.
Nginx is best for static files. and will proxy non-static requests to
uwsgi.
nginx+uwsgi it's the best stack out there for deploying django.Forget
about slow apache and lighttpd.
also nice choise is cherokee+uwsgi.

-- 
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: mod_wsgi or mod_fcgi

2011-02-24 Thread Eugene MechanisM
> I used this for several months, and encountered all kinds of horrible memory
> allocation problems, crashes, etc etc.
it's can be posiible with any server software if this server is bad
configured.
I'll never use apache or cherokee or lighttpd, coz nginx faster and
better.

-- 
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: What is the best server for Django

2011-03-10 Thread Eugene MechanisM
I've server (4x 2.66+ GHz, 8GB RAM, 2TB HDD, Debian 6) at http://ovh.co.uk
they're offers really great up-time/performance/service/broadband
speed.
I'm serving radio stations streams, several django sites(of coz nginx-
varnish-uwsgi)..

-- 
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: Auto refresh of page for one user on other user's update

2011-03-24 Thread Eugene MechanisM
look at http://ape-project.org

-- 
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.