Install Django Apps via Admin Interface

2014-09-09 Thread guettli
How can I install Django apps via admin interface? -- 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 gr

Django 1.7 opening one database connection for each request

2014-09-09 Thread Mauro Alexandre
Please help, i have a problems in my production enviromet. After Django update when my database stopping by "Too many open connections". I use mariadb and, i tried set explict 'CONN_MAX_AGE' to 0, but now solved. I'm desperate, I do not know what to do with the production environment. -- You

Re: Javascript requests after user login

2014-09-09 Thread Javier Guerra Giraldez
On Tue, Sep 9, 2014 at 4:29 PM, Sarfraz Nawaz wrote: > The problem is that I keep getting forbidden 403. Having looked around it > seems that it is because this request does not include the sessionid cookie > which is an http only cookie. have you checked the response content? more likely is th

Re: Javascript requests after user login

2014-09-09 Thread Collin Anderson
So the app is issuing a GET (not POST) via ajax on the same domain as the sessionid cookie, and the view is returning a 403 because the user is not logged in? If the app is in the same domain as the cookie, the the ajax request will include the cookie, even if it's a http-only (non-javascript)

Django job: recruiter emailed me

2014-09-09 Thread Mark McWiggins
*http://www.CyberCoders.com/qc.aspx?posId=GB1-55353&ad=CSGia.Boulos * Good luck! I have had several other recruiters respond to resumes of mine with Django prominently featured on them. If you're looking please let me know and

extremely slow django migrations

2014-09-09 Thread Jesse Collier
Hi all, First post here. I'm currently trying to transition to django migrations which seems pretty bad ass. We currently do not use south, and keep track of migrations manually (yuk). However, initializing a new database is pretty straight forward; syncdb. It's quick, and efficient. Once we cr

Re: TypeError: int() argument must be a string or a number, not 'User'

2014-09-09 Thread Adam Cooley
pip freeze for the win! On Tuesday, September 9, 2014 7:54:35 AM UTC-5, Adam Cooley wrote: > > I moved my django app from a single model to multiple apps inside a > project, and for some reason I'm getting an error: > > TypeError: int() argument must be a string or a number, not 'User' > > When

Re: TypeError: int() argument must be a string or a number, not 'User'

2014-09-09 Thread Adam Cooley
So come to find out when i re-installed i got django 1.7 instead of 1.6.2. Forked it back and i'm good. On Tuesday, September 9, 2014 7:54:35 AM UTC-5, Adam Cooley wrote: > > I moved my django app from a single model to multiple apps inside a > project, and for some reason I'm getting an error:

Javascript requests after user login

2014-09-09 Thread Sarfraz Nawaz
Hello everyone, Django newbie here, so please forgive me if this has been asked before but I haven't been able to find it. I am using django-registration with Django 1.6 and I can register a user, log a user in and out fine using /accounts/login and /accounts/logout urls. After the user logs i

Re: Query parameters in the URL, with REST Framework

2014-09-09 Thread Elio Gerson Clímaco Herrera
Yes, Carlos I, have read documentation, but this don't show how put parameters in router.register like this. router.register(r'author/(?P\d+)/books', BooksList, base_name = 'Books') please, any help -- You received this message because you are subscribed to the Google Groups "Django users" g

Re: Query parameters in the URL, with REST Framework

2014-09-09 Thread carlos
Hi, maybe you need read documentation about filtering http://www.django-rest-framework.org/api-guide/filtering Cheers On Mon, Sep 8, 2014 at 1:41 PM, Elio Gerson Clímaco Herrera < elioclim...@gmail.com> wrote: > Hi, everybody. > > I, stared using *REST Framework*

TypeError: int() argument must be a string or a number, not 'User'

2014-09-09 Thread Adam Cooley
I moved my django app from a single model to multiple apps inside a project, and for some reason I'm getting an error: TypeError: int() argument must be a string or a number, not 'User' When i attempt to migrate and sync my project. Does anyone know what this is about? Tracebback is attached.

Re: deleting apps from heroku

2014-09-09 Thread ngangsia akumbo
i have done it On Tuesday, September 9, 2014 11:48:51 AM UTC+1, ngangsia akumbo wrote: > > please i have a free account in heroku and i have already 5 apps there how > do i delete some of them > > i just want to delet some app on my heroku account > -- You received this message because you ar

deleting apps from heroku

2014-09-09 Thread ngangsia akumbo
please i have a free account in heroku and i have already 5 apps there how do i delete some of them i just want to delet some app on my heroku account -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Re: Suggestions about building new ecommerce website

2014-09-09 Thread Agnese Camellini
Well, i had friends running ecommerce sites in django, they where using their own developed package, but it was one year ago so probably the package pointed in the last email is a good choice. Best Agnese On 9 September 2014 01:11, Luca Corti wrote: > > https://www.djangopackages.com/grids/g/ec