Hi GQuery but for Django? Is somebody developing it?
Hi I was just super wowed by this Google Talk about GQuery (GWTQuery). gwtquery.com http://www.youtube.com/watch?v=sl5em1UPuoI I am wondering if anyone is developing something similar for django? I really hate Java and love python, but I love the idea of developing the JQuery into the django code like they do with java and jquery (sort of) in GQuery. Also creating a new DjQuery, would mean that developers could stick to writing the code inside their python code instead of having a second front end language like JQuery. What do you guys think of the idea? Cheers Mika -- 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: Clueless Monk
Hi It is installed by default in Mac OS X since it is a unix system. No need to install anything else than django - if you want that too will say. If you wanna learn python programing, I can recommend TheNewBoston python tutorials on youtube. Google it and you will find his videos. You can run the python interpreter by opening up the Terminal app in the /Applications/Utillities/ folder and just write pyton and hit enter. happy coding! //mika On Wed, Mar 23, 2011 at 1:24 PM, Sadra Kasraian wrote: > I have a black Macbook with OS-X. I was wondering how do I start using it > python. What do I download? > > On Tue, Mar 22, 2011 at 4:38 PM, Cal Leeming [Simplicity Media Ltd] < > cal.leem...@simplicitymedialtd.co.uk> wrote: > >> Shawn is right, Python *is* awesome ^_^ >> >> Soon you will be whispering sweet nothings to your IDE as your code just >> gracefully glides along. But then, you will hit a glass window, and fall >> swiftly to the ground with all the grace of a blind pigeon, whilst screaming >> at your IDE because python/stackless is throwing memory errors or seg >> faulting when you try implementing threads. >> >> It's at that point, that these mailing lists become *very* handy :D >> >> On Tue, Mar 22, 2011 at 8:28 PM, Shawn Milochik wrote: >> >>> A good way to start is to go to the Python Web site, do the tutorial, >>> and then graduate to the Python mailing list. Welcome to Python -- >>> it's awesome! >>> >>> This list is for Django, so this isn't on-topic for this list. >>> >>> Tutorial: http://python.org/doc/ >>> >>> Mailing list: http://mail.python.org/mailman/listinfo/python-list >>> >>> Shawn >>> >>> -- >>> 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. >>> >>> >> -- >> 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. >> > > -- > 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. > -- 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: Is there any Open Source Django Newspaper CMS?
Hi What about trying google first before asking? Try to google> Django cms. // mika On Wed, Mar 23, 2011 at 7:03 PM, Rehmetjan wrote: > I mean a out-of-box ready for production newspaper CMS. thanks > > -- > 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. > -- 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: Is there any Open Source Django Newspaper CMS?
django-cms.org //mika On Wed, Mar 23, 2011 at 7:14 PM, Rehmetjan Tursun < rehmetjan.tur...@gmail.com> wrote: > I Googled many times, not a beautifull answer (except > http://code.google.com/p/crimson-online/ ) Demo: > http://www.thecrimson.com/ > > Do you know others? > -- 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: Instructions for code changing to Django 1.3
Hi I missed out on that one, is it possible to see it online afterwards? I have no problem paying the everbrite fee. // mika On Wed, Mar 30, 2011 at 10:17 PM, Shawn Milochik wrote: > It just so happens that there's a two-hour Webinar by Jacob > Kaplan-Moss tomorrow on this very topic: > > http://www.eventbrite.com/event/1008507473 > > -- > 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. > > -- 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.
Hi multilingual charfields?
Hi The content of my models have fields that need to be translated in the django admin in several languages. I found it to be a major hassle to get it working. Since django is having internationalization built in, why does it not also allow you to easily mark model fields for translation? I think it should be built in to core since so many of us use multiple languages in our webapps, so using it would be something like this: 1. import the multilang in models.py 2. flag specific fields for content translation 3. set the LANGUAGES in settings.py What do you guys think? // mika -- 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.