Re: Exception occurred processing WSGI script

2015-01-07 Thread sarfaraz ahmed
Issue resolved. Please close this On Wednesday, 7 January 2015 23:02:33 UTC+5:30, sarfaraz ahmed wrote: > > This is what I am trying to do. > > I am using amazon ec2 windows free tier and i am trying to setup django on > XAMPP. > > I am using apache 2.4 Windows 32 bit version > python 2.7.9 windo

Re: Recommendations for hosting service?

2015-01-07 Thread sarfaraz ahmed
I have trying to setup django on aws windows instance that not easy. Regards, Sarfaraz Ahmed On Wednesday, 7 January 2015 22:57:39 UTC+5:30, Stefano Probst wrote: > > OK, i just see you need 100GB. At Uberspace you have only 10GB for Data > (excl. OS, etc). > > Am Mittwoch, 7. Januar 2015 18:25:

running template system standalone on django 1.7.1 results in AppRegistryNotReady error

2015-01-07 Thread Oliver Willekens
I'm running into a problem when I'm trying to use Django's template system in a standalone application. Previously, in Django 1.4, I didn't have this problem. As described at configuring the template system in standalone mode

Re: Django 1.7 problem

2015-01-07 Thread Andreas Kuhne
Ok, What I did was modify how the dbgettext plugin loaded and changed the registrations of the models. You shouldn't have this problem without the plugin. Can you get the server to run without apache? If you just use manage.py runserver? Regards, Andréas 2015-01-07 21:23 GMT+01:00 sarfaraz ahm

Re: Django 1.7 problem

2015-01-07 Thread sarfaraz ahmed
I have posted the entire issue in another post. After that I found your reply. https://groups.google.com/forum/#!topic/django-users/mOJRvLYjzDs I m beginner in Django. I have configured Django/Python/ Apache/Mod_wsgi on EC2 Amazon Windows instance. I see the similar error. I am not using any p

Re: Django 1.7 problem

2015-01-07 Thread Andreas Kuhne
Hi Sarfaraz, Are you also having problems with the dbgettext plugin? Or is it with another plugin? Regards, Andréas 2015-01-07 18:40 GMT+01:00 sarfaraz ahmed : > I believe i am too facing the same issue. But from above conversation I am > not able to get solution of this issue. Could please he

Re: django form field validation and error display

2015-01-07 Thread James Schneider
You should remove the inner else: clause and the redirect() line. If is_valid() fails, the last return statement will be used, which will pass along the bound form in signup_form that was snagged inside of your first if statement. Mimic the behavior here: https://docs.djangoproject.com/en/1.7/topic

Re: Django 1.7 problem

2015-01-07 Thread sarfaraz ahmed
I believe i am too facing the same issue. But from above conversation I am not able to get solution of this issue. Could please help me. Regards, Sarfaraz Ahmed On Thursday, 4 December 2014 15:21:59 UTC+5:30, Andréas Kühne wrote: > > 2014-12-04 1:39 GMT+01:00 Carl Meyer >: > >> Hi Andreas, >> >

Exception occurred processing WSGI script

2015-01-07 Thread sarfaraz ahmed
This is what I am trying to do. I am using amazon ec2 windows free tier and i am trying to setup django on XAMPP. I am using apache 2.4 Windows 32 bit version python 2.7.9 window 32 bit version mod_wsgi 3.5 windows 32 bit version and Django 1.7 my project as nothing but just mysite project with

Re: Recommendations for hosting service?

2015-01-07 Thread Stefano Probst
OK, i just see you need 100GB. At Uberspace you have only 10GB for Data (excl. OS, etc). Am Mittwoch, 7. Januar 2015 18:25:44 UTC+1 schrieb Stefano Probst: > > I use DigitalOcean (VPS) & Uberspace > (German, shared hosting, support Django

Re: Recommendations for hosting service?

2015-01-07 Thread Stefano Probst
I use DigitalOcean (VPS) & Uberspace (German, shared hosting, support Django ). -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

django form field validation and error display

2015-01-07 Thread 赵飞
I want to make a signup page just like: When user click signup, I want to check the if the two password are the same, when n

Re: modelformset question - interspersing extra forms among existing forms

2015-01-07 Thread Richard Brockie
Hi Collin, Thanks again for the suggestion - I have the bare-bones version working in my code. Now to add in race_number validation and pretty up the form... R. On Sunday, January 4, 2015 11:41:36 AM UTC-8, Collin Anderson wrote: > > Hi, > > If the field on the model is already blank=True, then

porting to 1.7

2015-01-07 Thread MikeKJ
I have hit a snag and reading the relevant ticket has left me none the wiser RuntimeError: Conflicting 'category' models in application 'smartpages': and . this is the structure jade - directories( apache2, bin, jadeempire, lib jadeempire - directories(jadeempire) files(manage.py) jadeemp

Re: how can I choose option price from checkbox option and calculate the sum.

2015-01-07 Thread rdyact
I tried to like this but still got problem. I think Only thing to do more is "How can I link the price value to check option's value?" What is wrong? (It's still tough to the newbie.) javascript* I put on html file. $(document).ready(function() { $("input").click(function(event) {