Re: [non-techinacal question][like a job offer for junior] a bit of development for fun and some money

2013-12-11 Thread Mrinmoy Das
Hi Rush, I have about 5-6 months of experience on working with django. This my profile http://goromlagche.in/resume#experience You can contact me on this mail mrinmoy.da...@gmail.com On Wednesday, December 11, 2013 11:45:21 PM UTC+5:30, rush wrote: > > Hi, > > First of all sorry for using

Re: Best way to learn Django considering Python versions and etc.

2013-12-11 Thread Russell Keith-Magee
Two Scoops is a fantastic resource -- but it's not a tutorial. It's a collection of best practices and useful patterns. It won't make a whole lot of sense until you've got a handle on at least the basics of Django. If you buy Two Scoops expecting a tutorial, you're going to be disappointed. Yours,

reports

2013-12-11 Thread fabricio
Can anyone direct me to some tool to report in django using geraldo because I am and I'm having difficulty and do what I need in the reports. graciously fabricio -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Best way to learn Django considering Python versions and etc.

2013-12-11 Thread Sithembewena Lloyd Dube
Thanks for this - interesting. Another option would be Two Scoops of Django by PyDanny and Audrey. On Wed, Dec 11, 2013 at 5:41 AM, Ashutosh Das wrote: > > Hi > there is a great book for Django http://www.tangowithdjango.com/ > > -- > You received this message because you are subscribed to the

Django and sessions race condition

2013-12-11 Thread Martin F
I have lost one day with struggling with django sessions and it seems that I am not really able to resolve it without coding my own sessions middleware or using some locking. The problem is, sessions are not stored even if the saving is triggered manually. It happens now and then, because of

Testing Frameworks and Practices(consensus?)

2013-12-11 Thread Thomas Murphy
Hi, This seems like a more appropriate forum that SO for this discussion. I've been testing my apps with Selenium, which seems to be a popular choice for Django, but so does unittest and some others, as well as using coverage to check for code coverage. I'm curious to hear about others experienc

formfield_for_foreignkey: kwargs is empty?

2013-12-11 Thread Antony Seedhouse
I'm trying to use formfield_for_foreignkey to filter the dropdown of a ModelAdmin with Django 1.6 on Python 2.7.6, following https://docs.djangoproject.com/en/1.6/ref/contrib/admin/ class CupAdmin(admin.ModelAdmin): ... # hide inactive distributions def formfield_for_foreignkey(self

Re: Python-Django : ImportError at / : No module named urls

2013-12-11 Thread Guilherme Henrique Pedreira
Have you checked the file permissions? The user runing the project, must be able to read the files at least. check this question: http://stackoverflow.com/questions/805427/which-permissions-should-i-use-for-django-folders-at-my-server Em quarta-feira, 11 de dezembro de 2013 11h39min08s UTC-2, Li

Re: Python-Django : ImportError at / : No module named urls

2013-12-11 Thread 강동욱
Check "urls.py" file in your project manage folder. I think you doesn't have a "urls.py" in your project folder. 2013년 12월 11일 수요일 오후 5시 32분 20초 UTC+9, shoaib ijaz 님의 말: > > I have created Djnago project in eclipse. Unfortunately, i am facing issue > when i run the project > > ImportError at /

Re: Writing your first Django app, part 1 (1.6)

2013-12-11 Thread Suhendri
Dear all, The problem is solved.. The root cause were in models.py. I missed type a variable for return value on Choice Class. Anyway, big thanks for all your supports On Wednesday, December 11, 2013 5:19:48 AM UTC+7, Suhendri wrote: > > Hi, > > I'm new in Django, I'm excited with Django so I

Python-Django : ImportError at / : No module named urls

2013-12-11 Thread shoaib ijaz
I have created Djnago project in eclipse. Unfortunately, i am facing issue when i run the project ImportError at / No module named urls Here Error Page http://dpaste.com/1499981/ Eclipse Project http://i1008.photobucket.com/albums/af204/shoaibshah01/Untitled_zps84f95b4f.jpg -- You received

Re: Best way to learn Django considering Python versions and etc.

2013-12-11 Thread Ashutosh Das
Hi there is a great book for Django http://www.tangowithdjango.com/ -- 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.

Re: ModelForms

2013-12-11 Thread Tom Evans
On Wed, Dec 11, 2013 at 11:22 AM, wrote: > > Hello, > > when using ModelForms, which is the correct way to implement the "edit item" > pattern? > > Suppose I've a table with many rows, each representing a record in a > database. > I choose one and wish to display/let the user edit the details. >

ModelForms

2013-12-11 Thread giuliano . bertoletti
Hello, when using ModelForms, which is the correct way to implement the "edit item" pattern? Suppose I've a table with many rows, each representing a record in a database. I choose one and wish to display/let the user edit the details. I'm trying to use a ModelForm and fill some fields with s

Re: Writing your first Django app, part 1 (1.6)

2013-12-11 Thread Alasdair Nicol
Hi, The Django tutorial has changed between 1.6 and the current development version. Because your error references the Choices.question field, it sounds as if you may have been following the development version in places. Make sure that you follow the Django 1.6 tutorial throughout. If you r

Re: Writing your first Django app, part 1 (1.6)

2013-12-11 Thread Tom Evans
On Tue, Dec 10, 2013 at 10:19 PM, Suhendri wrote: > Hi, > > I'm new in Django, I'm excited with Django so I have to following the > existing tutorial to knew how to create a program with Django. > > I started with tutorial 1, Writing your first Django app, part1. I used > Django 1.6 and SQLite > >

Save data from list display page django admin

2013-12-11 Thread Nikhil Verma
Hi All Need help in solving this question ! http://stackoverflow.com/questions/20513675/how-to-save-data-from-list-display-page-in-django-admin Thanks in Advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group