beginner for Django and Python

2015-12-26 Thread Sahil Karkhanis
Can someone please help me in understanding how to use Django using Pycharm from scratch ... :) for Python 2.7. An Example or a Video will be very helpful, I went through the Django docs but to integrate it with Pycharm was a bit difficult, so if anybody could suggest me some videos, would be a

Re: beginner for Django and Python

2015-12-26 Thread Daniel Chimeno
Hello, As far as I know, the Django integration within PyCharm it's only the paid version, there is a official guide over here: https://www.jetbrains.com/pycharm/help/creating-django-project.html Hope it helps. El sábado, 26 de diciembre de 2015, 11:15:09 (UTC+1), Sahil Karkhanis escribió: >

Re: basic Django 10,000 foot view of users (associating Django User with model class)

2015-12-26 Thread Mitchell McConnell
Mike, thanks for the reply. I will try and implement this... On Friday, December 25, 2015 at 8:56:57 AM UTC-5, Mitchell McConnell wrote: > > I am just getting started in Django, and probably need to slow down, but I > am trying to work through > the documentation *and* work on a real app that I

Re: 'CharField' object has no attribute 'model'

2015-12-26 Thread Daniel Roseman
On Saturday, 26 December 2015 06:34:02 UTC, Billu wrote: > > I'm trying to make a single choice quiz (i.e. Choose one from 4 options). > I'll populate the quiz (with 30 questions) depending upon what topic the > user chooses. I'm made some models and forms, but when I try to migrate it > says >

Re: 'CharField' object has no attribute 'model'

2015-12-26 Thread Simon Charette
Hi Billlu, Does one your model use an ArrayField? Le samedi 26 décembre 2015 01:34:02 UTC-5, Billu a écrit : > > I'm trying to make a single choice quiz (i.e. Choose one from 4 options). > I'll populate the quiz (with 30 questions) depending upon what topic the > user chooses. I'm made some mod