Re: django 1.8 or 1.9.2 is not installed in my window 7

2016-05-22 Thread Mandeep Tondak
you can try pip install django==1.9.2 thanks Mandeep Kumar On Sun, May 22, 2016 at 10:20 PM, Avraham Serour wrote: > did you try using pip to install? > > pip install django > > > On Sun, May 22, 2016 at 6:34 PM, Shivam Taneja > wrote: > >> django 1.9.2 is not installed in my window 7 in pyth

Re: selectively remove forms from formset in view function

2016-05-22 Thread Richard Brockie
OK - after playing around with this I am finding that it is rather difficult. Instead, I recommend that you only create the forms that you need in the first place in the view function. This requires a change in the structure of my code, so I'll have to make do for the time being with the larger

Re: django 1.8 or 1.9.2 is not installed in my window 7

2016-05-22 Thread Avraham Serour
did you try using pip to install? > pip install django On Sun, May 22, 2016 at 6:34 PM, Shivam Taneja wrote: > django 1.9.2 is not installed in my window 7 in python 2.7 its indicating > the error > > C:\Python27>python setup.py install > Traceback (most recent call last): > File "setup.py",

Re: Displaying a document

2016-05-22 Thread Wilfredo Rivera
I fixed it. but now the website give me the option of downloading the file. How can i do for the website to display the file? On Sunday, May 22, 2016 at 8:27:10 AM UTC-7, Wilfredo Rivera wrote: > > It give me this kind of error: > > > Using the URLconf defined in hr_solution.urls, Django tried th

django 1.8 or 1.9.2 is not installed in my window 7

2016-05-22 Thread Shivam Taneja
django 1.9.2 is not installed in my window 7 in python 2.7 its indicating the error C:\Python27>python setup.py install Traceback (most recent call last): File "setup.py", line 32, in version = __import__('django').get_version() ImportError: No module named django this type of error is

Re: Displaying a document

2016-05-22 Thread Wilfredo Rivera
It give me this kind of error: Using the URLconf defined in hr_solution.urls, Django tried these URL patterns, in this order: 1. ^admin/ 2. ^user/ 3. ^$ [name='candidate_entry'] 4. ^candidatelist/$ [name='candidate_list'] 5. ^candidatelist/(?P\d{4})/(?P\d{1,2})/(?P\d{1,2})/

Identity management in Django

2016-05-22 Thread Andreas Jung
Hi there, I am currently checking for identity management solutions - either cloud-based or self-hosted (preferred on Python technology). Any pointers to integrations with Django that could be re-used without reinventing the wheel? Requirements are as - MUST - extensible metadata

PDF page break

2016-05-22 Thread Suzal Martin
I wants to know how to use the page break for PDF having more no of rows, including header and footer. -- 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-u