Help on how to be able to properly install python 3.4.3 idle

2015-04-03 Thread Pythondjango
I am python novice, please educates me and bring me up to a pro python programmer, thank you.Also,how can i use python 3.4.3 version of Gui. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

setting up python 3.4.3 on window 7.

2015-04-03 Thread Pythondjango
Greetings to you all. It is my pleasure to meet you all. Please i have a problem in installing a new python 3.4.3 version,even though i had installed the python 2.7.6 version on my window 7 pc through the help of a distant friend who is a python programmer and it running good.And now,i am also

Re: setting up python 3.4.3 on window 7.

2015-04-03 Thread ADEWALE ADISA
Hi guy, It will be cumbersome for you to have bothe versions on your systems without using virtualenv. But as you said you are just stating, my advice for you is to uninstall the old version completely and then install the 3.4.3 fresh. If u don't unstall the old version, as u are typing "python" on

Re: [ANNOUNCE] Django 1.8 released

2015-04-03 Thread Marc Aymerich
On Wed, Apr 1, 2015 at 10:46 PM, Tim Graham wrote: > Django 1.8, the next long-term support release, is now available: > > https://www.djangoproject.com/weblog/2015/apr/01/release-18-final/ > > With the release of Django 1.8, Django 1.6 has reached end-of-life. As > such, Django 1.6.11 is the fin

Re: "The outermost 'atomic' block cannot use savepoint = False when autocommit is off." error after upgrading to Django 1.8

2015-04-03 Thread Matt Woodward
Thanks so much for the quick and thorough reply! I think I'm set now with the "Right" example below -- I was getting errors (the most cryptic of which was just "__exit__") when I was trying various incarnations of atomic but it seems to be working now using the example you provided. The last t

Re: best way to pass options to django views?

2015-04-03 Thread dk
thanks, I have 2 options and I made with java script buttons that can transfer the lines of one option to another now I want to pass all the lines of option2 to the server. On Thursday, April 2, 2015 at 7:17:19 PM UTC-5, Ilya Kazakevich wrote: > This tutorial is about client-side (JavaScript

Flexible For loop

2015-04-03 Thread Nkansah Rexford
allow me to use wired.com to ask my question On wired.com, you see the news items displayed in cards, with varying sizes. In django, using the {% for %} will mean all the news item will have the same card design and size etc. Is there a way in Django to have the design intact, and just filling

Re: setting up python 3.4.3 on window 7.

2015-04-03 Thread Vernon D. Cole
Multiple versions of Python will happily run side-by-side on Windows. I regularly have at least six versions installed for testing purposes. When you install Python 3.4, (using the standard installer from python.org) it will also install the Python Launcher for Windows. Using it, you will al

Re: Flexible For loop

2015-04-03 Thread Peith Vergil
The tiled cards with varying sizes are done in JavaScript. Have a look at the Masonry JS library. It'll allow you to easily get the same effect. You just need to render the Django templates as usual. Then, use Masonry to automatically rearrange the tiles. On Apr 3, 2015 11:48 PM, "Nkansah Rexford"

installing django

2015-04-03 Thread Karol L
I found many topic about this but still don't solve the problem. I installed django and when i try to make a project: -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

What happens if pk value gets too big?

2015-04-03 Thread Mike
Hi, Is there risk of getting too big PK value while adding and deleting rows for long time in same table? -Mike -- 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

Re: What happens if pk value gets too big?

2015-04-03 Thread Russell Keith-Magee
On Sat, Apr 4, 2015 at 6:25 AM, Mike wrote: > Hi, > Is there risk of getting too big PK value while adding and deleting rows > for long time in same table? > -Mike > It depends on what you mean. This code: while True: obj = MyObject.objects.create() obj.delete() won't pose

Re: What happens if pk value gets too big?

2015-04-03 Thread Sithembewena Lloyd Dube
Hahaha ... I like how that ended, Russ :D Kind regards, Lloyd On Sat, Apr 4, 2015 at 12:57 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > > On Sat, Apr 4, 2015 at 6:25 AM, Mike wrote: > >> Hi, >> Is there risk of getting too big PK value while adding and deleting rows >> for long t

admin templates not overriding after upgrade to 1.8

2015-04-03 Thread Ezequiel
Hi! In my_templates_dir/admin/ I override some admin templates files: base.html, base_site.html, change_form.html and index.html. But none of them are working after migrate to 1.8. I read https://docs.djangoproject.com/en/1.8/releases/1.8/ but I don't find any reference to changes related to th

Re: Help on how to be able to properly install python 3.4.3 idle

2015-04-03 Thread Sreenivasarao Pallapu
which environment you are using? windows or linux? On Friday, April 3, 2015 at 3:56:21 PM UTC+5:30, Pythondjango wrote: > > I am python novice, please educates me and bring me up to a pro python > programmer, thank you.Also,how can i use python 3.4.3 version of Gui. -- You received this messag

Re: Help on how to be able to properly install python 3.4.3 idle

2015-04-03 Thread Sreenivasarao Pallapu
To kick start your Python learning go to https://www.udacity.com/course/ud036, (or) if you want to go through a book go for 'Learn Python the Hard Way' by Zed Shaw. Only going through a course will not help you to build programming skills, go for and solve challenges in sites like CodeEval, co

Re: Help on how to be able to properly install python 3.4.3 idle

2015-04-03 Thread Luis Zárate
Are you looking for IDE ? Look here https://code.djangoproject.com/wiki/DjangoResources#IntegratedDevelopmentEnvironments 2015-04-03 23:00 GMT-06:00 Sreenivasarao Pallapu : > To kick start your Python learning go to > https://www.udacity.com/course/ud036, (or) > if you want to go through a book

virtualenv-wrapper

2015-04-03 Thread Kishan Mehta
Hi Friends, I have one doubt about virtualenvwrapper. If we have multiple virtual environments in one place for different projects. How to distinguish which environment is for which project over the period of time if number of projects and environments increases. Thanks, Kishan -- You received

Re: virtualenv-wrapper

2015-04-03 Thread James Schneider
Name them appropriately? You can have as many as you like. They also don't all bed to reside in the same location. You can keep your code in one folder, your virtual env in another, and have both of them inside of a patent folder using the name of the project. For virtualenvwarpper specifically,